hudson.plugins.backlog
クラス BacklogGitRepositoryBrowser

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

public class BacklogGitRepositoryBrowser
extends hudson.plugins.git.browser.GitRepositoryBrowser

GitRepositoryBrowser that produces Backlog links.

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

入れ子のクラスの概要
static class BacklogGitRepositoryBrowser.DescriptorImpl
           
 
インタフェース hudson.ExtensionPoint から継承された入れ子のクラス/インタフェース
hudson.ExtensionPoint.LegacyInstancesAreScopedToHudson
 
フィールドの概要
 java.lang.String repoName
           
 java.lang.String url
           
 
コンストラクタの概要
BacklogGitRepositoryBrowser(java.lang.String repoName, java.lang.String url)
           
 
メソッドの概要
 java.net.URL getChangeSetLink(hudson.plugins.git.GitChangeSet changeSet)
           
 java.net.URL getDiffLink(hudson.plugins.git.GitChangeSet.Path path)
           
 java.net.URL getFileLink(hudson.plugins.git.GitChangeSet.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
 

フィールドの詳細

repoName

public final java.lang.String repoName

url

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

BacklogGitRepositoryBrowser

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

getDiffLink

public java.net.URL getDiffLink(hudson.plugins.git.GitChangeSet.Path path)
                         throws java.io.IOException
定義:
クラス hudson.plugins.git.browser.GitRepositoryBrowser 内の getDiffLink
例外:
java.io.IOException

getFileLink

public java.net.URL getFileLink(hudson.plugins.git.GitChangeSet.Path path)
                         throws java.io.IOException
定義:
クラス hudson.plugins.git.browser.GitRepositoryBrowser 内の getFileLink
例外:
java.io.IOException

getChangeSetLink

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


Copyright © 2004-2012. All Rights Reserved.