hudson.plugins.redmine
クラス RedmineRepositoryBrowser

java.lang.Object
  上位を拡張 hudson.model.AbstractDescribableImpl<hudson.scm.RepositoryBrowser<?>>
      上位を拡張 hudson.scm.RepositoryBrowser<hudson.scm.SubversionChangeLogSet.LogEntry>
          上位を拡張 hudson.scm.SubversionRepositoryBrowser
              上位を拡張 hudson.plugins.redmine.RedmineRepositoryBrowser
すべての実装されたインタフェース:
hudson.ExtensionPoint, hudson.model.Describable<hudson.scm.RepositoryBrowser<?>>, Serializable

public class RedmineRepositoryBrowser
extends hudson.scm.SubversionRepositoryBrowser

produces redmine links.

作成者:
gaooh
関連項目:
直列化された形式

入れ子のクラスの概要
static class RedmineRepositoryBrowser.DescriptorImpl
           
 
インタフェース hudson.ExtensionPoint から継承された入れ子のクラス/インタフェース
hudson.ExtensionPoint.LegacyInstancesAreScopedToHudson
 
フィールドの概要
static RedmineRepositoryBrowser.DescriptorImpl DESCRIPTOR
           
 
コンストラクタの概要
RedmineRepositoryBrowser()
           
 
メソッドの概要
 URL getChangeSetLink(hudson.scm.SubversionChangeLogSet.LogEntry changeSet)
           
 hudson.model.Descriptor<hudson.scm.RepositoryBrowser<?>> getDescriptor()
           
 URL getDiffLink(hudson.scm.SubversionChangeLogSet.Path path)
           
 URL getFileLink(hudson.scm.SubversionChangeLogSet.Path path)
           
 
クラス hudson.scm.RepositoryBrowser から継承されたメソッド
all, normalizeToEndWithSlash, trimHeadSlash
 
クラス java.lang.Object から継承されたメソッド
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

フィールドの詳細

DESCRIPTOR

@Extension
public static final RedmineRepositoryBrowser.DescriptorImpl DESCRIPTOR
コンストラクタの詳細

RedmineRepositoryBrowser

@DataBoundConstructor
public RedmineRepositoryBrowser()
メソッドの詳細

getDiffLink

public URL getDiffLink(hudson.scm.SubversionChangeLogSet.Path path)
                throws IOException
定義:
クラス hudson.scm.SubversionRepositoryBrowser 内の getDiffLink
例外:
IOException

getFileLink

public URL getFileLink(hudson.scm.SubversionChangeLogSet.Path path)
                throws IOException
定義:
クラス hudson.scm.SubversionRepositoryBrowser 内の getFileLink
例外:
IOException

getChangeSetLink

public URL getChangeSetLink(hudson.scm.SubversionChangeLogSet.LogEntry changeSet)
                     throws IOException
定義:
クラス hudson.scm.RepositoryBrowser<hudson.scm.SubversionChangeLogSet.LogEntry> 内の getChangeSetLink
例外:
IOException

getDescriptor

public hudson.model.Descriptor<hudson.scm.RepositoryBrowser<?>> getDescriptor()
定義:
インタフェース hudson.model.Describable<hudson.scm.RepositoryBrowser<?>> 内の getDescriptor
オーバーライド:
クラス hudson.model.AbstractDescribableImpl<hudson.scm.RepositoryBrowser<?>> 内の getDescriptor


Copyright © 2004-2012. All Rights Reserved.