パッケージ hudson.plugins.backlog

クラス BacklogGitRepositoryBrowser

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

public class BacklogGitRepositoryBrowser extends hudson.plugins.git.browser.GitRepositoryBrowser
GitRepositoryBrowser that produces Backlog links.
作成者:
ikikko
関連項目:
  • フィールド詳細

    • repoName

      public final String repoName
  • コンストラクタの詳細

    • BacklogGitRepositoryBrowser

      @DataBoundConstructor public BacklogGitRepositoryBrowser(String repoName, String repoUrl)
  • メソッドの詳細

    • getDiffLink

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

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

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