hudson.plugins.redmine
クラス RedmineRepositoryBrowser

java.lang.Object
  上位を拡張 hudson.scm.RepositoryBrowser<hudson.scm.SubversionChangeLogSet.LogEntry>
      上位を拡張 hudson.scm.SubversionRepositoryBrowser
          上位を拡張 hudson.plugins.redmine.RedmineRepositoryBrowser
すべての実装されたインタフェース:
hudson.ExtensionPoint, hudson.model.Describable<hudson.scm.RepositoryBrowser<?>>, java.io.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()
           
 
メソッドの概要
 java.net.URL getChangeSetLink(hudson.scm.SubversionChangeLogSet.LogEntry changeSet)
           
 hudson.model.Descriptor<hudson.scm.RepositoryBrowser<?>> getDescriptor()
           
 java.net.URL getDiffLink(hudson.scm.SubversionChangeLogSet.Path path)
           
 java.net.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 java.net.URL getDiffLink(hudson.scm.SubversionChangeLogSet.Path path)
                         throws java.io.IOException
定義:
クラス hudson.scm.SubversionRepositoryBrowser 内の getDiffLink
例外:
java.io.IOException

getFileLink

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

getChangeSetLink

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

getDescriptor

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


Copyright © 2010. All Rights Reserved.