hudson.plugins.backlog
クラス BacklogRepositoryBrowser
java.lang.Object
hudson.model.AbstractDescribableImpl<hudson.scm.RepositoryBrowser<?>>
hudson.scm.RepositoryBrowser<hudson.scm.SubversionChangeLogSet.LogEntry>
hudson.scm.SubversionRepositoryBrowser
hudson.plugins.backlog.BacklogRepositoryBrowser
- すべての実装されたインタフェース:
- hudson.ExtensionPoint, hudson.model.Describable<hudson.scm.RepositoryBrowser<?>>, java.io.Serializable
public class BacklogRepositoryBrowser
- extends hudson.scm.SubversionRepositoryBrowser
SubversionRepositoryBrowser that produces Backlog links.
- 作成者:
- ikikko
- 関連項目:
- 直列化された形式
| インタフェース hudson.ExtensionPoint から継承された入れ子のクラス/インタフェース |
hudson.ExtensionPoint.LegacyInstancesAreScopedToHudson |
|
フィールドの概要 |
java.lang.String |
url
|
|
メソッドの概要 |
java.net.URL |
getChangeSetLink(hudson.scm.SubversionChangeLogSet.LogEntry changeSet)
|
java.net.URL |
getDiffLink(hudson.scm.SubversionChangeLogSet.Path path)
|
java.net.URL |
getFileLink(hudson.scm.SubversionChangeLogSet.Path path)
|
| クラス hudson.scm.RepositoryBrowser から継承されたメソッド |
all, normalizeToEndWithSlash, trimHeadSlash |
| クラス hudson.model.AbstractDescribableImpl から継承されたメソッド |
getDescriptor |
| クラス java.lang.Object から継承されたメソッド |
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
url
public final java.lang.String url
BacklogRepositoryBrowser
@DataBoundConstructor
public BacklogRepositoryBrowser(java.lang.String url)
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
Copyright © 2004-2011. All Rights Reserved.