|
||||||||||
| 上一个类 下一个类 | 框架 无框架 | |||||||||
| 摘要: 嵌套 | 字段 | 构造方法 | 方法 | 详细信息: 字段 | 构造方法 | 方法 | |||||||||
java.lang.Objecthudson.scm.RepositoryBrowser<BlameSubversionChangeLogSet.LogEntry>
hudson.scm.BlameSubversionRepositoryBrowser
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(BlameSubversionChangeLogSet.LogEntry changeSet)
Returns the change set link value. |
java.net.URL |
getDiffLink(BlameSubversionChangeLogSet.Path path)
Returns the diff link value. |
java.net.URL |
getFileLink(BlameSubversionChangeLogSet.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(BlameSubversionChangeLogSet.Path path)
throws java.io.IOException
BlameSubversionRepositoryBrowser 中的 getDiffLinkpath - the given path value.
java.io.IOException - DOCUMENT ME!
public java.net.URL getFileLink(BlameSubversionChangeLogSet.Path path)
throws java.io.IOException
BlameSubversionRepositoryBrowser 中的 getFileLinkpath - the given path value.
java.io.IOException - DOCUMENT ME!
public java.net.URL getChangeSetLink(BlameSubversionChangeLogSet.LogEntry changeSet)
throws java.io.IOException
hudson.scm.RepositoryBrowser<BlameSubversionChangeLogSet.LogEntry> 中的 getChangeSetLinkchangeSet - the given changeSet value.
java.io.IOException - DOCUMENT ME!
|
||||||||||
| 上一个类 下一个类 | 框架 无框架 | |||||||||
| 摘要: 嵌套 | 字段 | 构造方法 | 方法 | 详细信息: 字段 | 构造方法 | 方法 | |||||||||