|
||||||||||
| 前のクラス 次のクラス | フレームあり フレームなし | |||||||||
| 概要: 入れ子 | フィールド | コンストラクタ | メソッド | 詳細: フィールド | コンストラクタ | メソッド | |||||||||
java.lang.Objecthudson.scm.RepositoryBrowser<SubversionChangeLogSet.LogEntry>
hudson.scm.SubversionRepositoryBrowser
hudson.scm.browsers.WebSVN
public class WebSVN
RepositoryBrowser for Subversion. Assumes that WebSVN is
configured with Multiviews enabled.
| 入れ子のクラスの概要 | |
|---|---|
static class |
WebSVN.DescriptorImpl
|
| インタフェース hudson.ExtensionPoint から継承された入れ子のクラス/インタフェース |
|---|
hudson.ExtensionPoint.LegacyInstancesAreScopedToHudson |
| フィールドの概要 | |
|---|---|
java.net.URL |
url
The URL of the top of the site. |
| コンストラクタの概要 | |
|---|---|
WebSVN(java.net.URL url)
Creates a new WebSVN object. |
|
| メソッドの概要 | |
|---|---|
java.net.URL |
getChangeSetLink(SubversionChangeLogSet.LogEntry changeSet)
Returns the change set link value. |
java.net.URL |
getDiffLink(SubversionChangeLogSet.Path path)
Returns the diff link value. |
java.net.URL |
getFileLink(SubversionChangeLogSet.Path path)
Returns the file link value. |
| クラス hudson.scm.RepositoryBrowser から継承されたメソッド |
|---|
all, getDescriptor, normalizeToEndWithSlash, trimHeadSlash |
| クラス java.lang.Object から継承されたメソッド |
|---|
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
| フィールドの詳細 |
|---|
public final java.net.URL url
Normalized to ends with '/', like http://svn.apache.org/wsvn/ It may contain a query parameter like ?root=foobar, so relative URL construction needs to be done with care.
| コンストラクタの詳細 |
|---|
@DataBoundConstructor
public WebSVN(java.net.URL url)
throws java.net.MalformedURLException
url - DOCUMENT ME!
java.net.MalformedURLException - DOCUMENT ME!| メソッドの詳細 |
|---|
public java.net.URL getDiffLink(SubversionChangeLogSet.Path path)
throws java.io.IOException
SubversionRepositoryBrowser 内の getDiffLinkpath - the given path value.
java.io.IOException - DOCUMENT ME!
public java.net.URL getFileLink(SubversionChangeLogSet.Path path)
throws java.io.IOException
SubversionRepositoryBrowser 内の getFileLinkpath - the given path value.
java.io.IOException - DOCUMENT ME!
public java.net.URL getChangeSetLink(SubversionChangeLogSet.LogEntry changeSet)
throws java.io.IOException
hudson.scm.RepositoryBrowser<SubversionChangeLogSet.LogEntry> 内の getChangeSetLinkchangeSet - the given changeSet value.
java.io.IOException - DOCUMENT ME!
|
||||||||||
| 前のクラス 次のクラス | フレームあり フレームなし | |||||||||
| 概要: 入れ子 | フィールド | コンストラクタ | メソッド | 詳細: フィールド | コンストラクタ | メソッド | |||||||||