hudson.scm
クラス SubversionRepositoryBrowser

java.lang.Object
  上位を拡張 hudson.scm.RepositoryBrowser<SubversionChangeLogSet.LogEntry>
      上位を拡張 hudson.scm.SubversionRepositoryBrowser
すべての実装されたインタフェース:
hudson.ExtensionPoint, hudson.model.Describable<hudson.scm.RepositoryBrowser<?>>, java.io.Serializable
直系の既知のサブクラス:
AbstractSventon, CollabNetSVN, FishEyeSVN, ViewSVN, WebSVN

public abstract class SubversionRepositoryBrowser
extends hudson.scm.RepositoryBrowser<SubversionChangeLogSet.LogEntry>

RepositoryBrowser for Subversion.

作成者:
Kohsuke Kawaguchi
関連項目:
直列化された形式

入れ子のクラスの概要
 
インタフェース hudson.ExtensionPoint から継承された入れ子のクラス/インタフェース
hudson.ExtensionPoint.LegacyInstancesAreScopedToHudson
 
コンストラクタの概要
SubversionRepositoryBrowser()
           
 
メソッドの概要
abstract  java.net.URL getDiffLink(SubversionChangeLogSet.Path path)
          Determines the link to the diff between the version in the specified revision of SubversionChangeLogSet.Path to its previous version.
abstract  java.net.URL getFileLink(SubversionChangeLogSet.Path path)
          Determines the link to a single file under Subversion.
 
クラス hudson.scm.RepositoryBrowser から継承されたメソッド
all, getChangeSetLink, getDescriptor, normalizeToEndWithSlash, trimHeadSlash
 
クラス java.lang.Object から継承されたメソッド
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

コンストラクタの詳細

SubversionRepositoryBrowser

public SubversionRepositoryBrowser()
メソッドの詳細

getDiffLink

public abstract java.net.URL getDiffLink(SubversionChangeLogSet.Path path)
                                  throws java.io.IOException
Determines the link to the diff between the version in the specified revision of SubversionChangeLogSet.Path to its previous version.

戻り値:
null if the browser doesn't have any URL for diff.
例外:
java.io.IOException

getFileLink

public abstract java.net.URL getFileLink(SubversionChangeLogSet.Path path)
                                  throws java.io.IOException
Determines the link to a single file under Subversion. This page should display all the past revisions of this file, etc.

戻り値:
null if the browser doesn't have any suitable URL.
例外:
java.io.IOException


Copyright © 2010. All Rights Reserved.