hudson.scm.browsers
クラス WebSVN

java.lang.Object
  上位を拡張 hudson.scm.RepositoryBrowser<SubversionChangeLogSet.LogEntry>
      上位を拡張 hudson.scm.SubversionRepositoryBrowser
          上位を拡張 hudson.scm.browsers.WebSVN
すべての実装されたインタフェース:
hudson.ExtensionPoint, hudson.model.Describable<hudson.scm.RepositoryBrowser<?>>, java.io.Serializable

public class WebSVN
extends SubversionRepositoryBrowser

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(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
 

フィールドの詳細

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(SubversionChangeLogSet.Path path)
                         throws java.io.IOException
Returns the diff link value.

定義:
クラス SubversionRepositoryBrowser 内の getDiffLink
パラメータ:
path - the given path value.
戻り値:
the diff link value.
例外:
java.io.IOException - DOCUMENT ME!

getFileLink

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

定義:
クラス SubversionRepositoryBrowser 内の getFileLink
パラメータ:
path - the given path value.
戻り値:
the file link value.
例外:
java.io.IOException - DOCUMENT ME!

getChangeSetLink

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

定義:
クラス hudson.scm.RepositoryBrowser<SubversionChangeLogSet.LogEntry> 内の getChangeSetLink
パラメータ:
changeSet - the given changeSet value.
戻り値:
the change set link value.
例外:
java.io.IOException - DOCUMENT ME!


Copyright © 2010. All Rights Reserved.