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
- 関連項目:
- 直列化された形式
| インタフェース hudson.ExtensionPoint から継承された入れ子のクラス/インタフェース |
hudson.ExtensionPoint.LegacyInstancesAreScopedToHudson |
|
メソッドの概要 |
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.