hudson.scm.browsers
类 WebSVN

java.lang.Object
  继承者 hudson.scm.RepositoryBrowser<BlameSubversionChangeLogSet.LogEntry>
      继承者 hudson.scm.BlameSubversionRepositoryBrowser
          继承者 hudson.scm.browsers.WebSVN
所有已实现的接口:
hudson.ExtensionPoint, hudson.model.Describable<hudson.scm.RepositoryBrowser<?>>, java.io.Serializable

public class WebSVN
extends BlameSubversionRepositoryBrowser

RepositoryBrowser for Subversion. Assumes that WebSVN is configured with Multiviews enabled.

从以下版本开始:
1.139
作者:
jasonchaffee at dev.java.net
另请参见:
序列化表格

嵌套类摘要
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
 

字段详细信息

url

public final java.net.URL url
The URL of the top of the site.

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.

构造方法详细信息

WebSVN

@DataBoundConstructor
public WebSVN(java.net.URL url)
       throws java.net.MalformedURLException
Creates a new WebSVN object.

参数:
url - DOCUMENT ME!
抛出:
java.net.MalformedURLException - DOCUMENT ME!
方法详细信息

getDiffLink

public java.net.URL getDiffLink(BlameSubversionChangeLogSet.Path path)
                         throws java.io.IOException
Returns the diff link value.

指定者:
BlameSubversionRepositoryBrowser 中的 getDiffLink
参数:
path - the given path value.
返回:
the diff link value.
抛出:
java.io.IOException - DOCUMENT ME!

getFileLink

public java.net.URL getFileLink(BlameSubversionChangeLogSet.Path path)
                         throws java.io.IOException
Returns the file link value.

指定者:
BlameSubversionRepositoryBrowser 中的 getFileLink
参数:
path - the given path value.
返回:
the file link value.
抛出:
java.io.IOException - DOCUMENT ME!

getChangeSetLink

public java.net.URL getChangeSetLink(BlameSubversionChangeLogSet.LogEntry changeSet)
                              throws java.io.IOException
Returns the change set link value.

指定者:
hudson.scm.RepositoryBrowser<BlameSubversionChangeLogSet.LogEntry> 中的 getChangeSetLink
参数:
changeSet - the given changeSet value.
返回:
the change set link value.
抛出:
java.io.IOException - DOCUMENT ME!


Copyright © 2010. All Rights Reserved.