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