hudson.plugins.backlog
クラス BacklogRepositoryBrowser

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

public class BacklogRepositoryBrowser
extends hudson.scm.SubversionRepositoryBrowser

SubversionRepositoryBrowser that produces Backlog links.

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

入れ子のクラスの概要
static class BacklogRepositoryBrowser.DescriptorImpl
           
 
インタフェース hudson.ExtensionPoint から継承された入れ子のクラス/インタフェース
hudson.ExtensionPoint.LegacyInstancesAreScopedToHudson
 
フィールドの概要
 java.lang.String url
           
 
コンストラクタの概要
BacklogRepositoryBrowser(java.lang.String url)
           
 
メソッドの概要
 java.net.URL getChangeSetLink(hudson.scm.SubversionChangeLogSet.LogEntry changeSet)
           
 java.net.URL getDiffLink(hudson.scm.SubversionChangeLogSet.Path path)
           
 java.net.URL getFileLink(hudson.scm.SubversionChangeLogSet.Path path)
           
 
クラス hudson.scm.RepositoryBrowser から継承されたメソッド
all, normalizeToEndWithSlash, trimHeadSlash
 
クラス hudson.model.AbstractDescribableImpl から継承されたメソッド
getDescriptor
 
クラス java.lang.Object から継承されたメソッド
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

フィールドの詳細

url

public final java.lang.String url
コンストラクタの詳細

BacklogRepositoryBrowser

@DataBoundConstructor
public BacklogRepositoryBrowser(java.lang.String url)
メソッドの詳細

getDiffLink

public java.net.URL getDiffLink(hudson.scm.SubversionChangeLogSet.Path path)
                         throws java.io.IOException
定義:
クラス hudson.scm.SubversionRepositoryBrowser 内の getDiffLink
例外:
java.io.IOException

getFileLink

public java.net.URL getFileLink(hudson.scm.SubversionChangeLogSet.Path path)
                         throws java.io.IOException
定義:
クラス hudson.scm.SubversionRepositoryBrowser 内の getFileLink
例外:
java.io.IOException

getChangeSetLink

public java.net.URL getChangeSetLink(hudson.scm.SubversionChangeLogSet.LogEntry changeSet)
                              throws java.io.IOException
定義:
クラス hudson.scm.RepositoryBrowser<hudson.scm.SubversionChangeLogSet.LogEntry> 内の getChangeSetLink
例外:
java.io.IOException


Copyright © 2004-2012. All Rights Reserved.