bitbucketpullrequestbuilder.bitbucketpullrequestbuilder
クラス BitbucketCause

java.lang.Object
  上位を拡張 hudson.model.Cause
      上位を拡張 bitbucketpullrequestbuilder.bitbucketpullrequestbuilder.BitbucketCause

public class BitbucketCause
extends hudson.model.Cause

Created by nishio


入れ子のクラスの概要
 
クラス hudson.model.Cause から継承された入れ子のクラス/インタフェース
hudson.model.Cause.LegacyCodeCause, hudson.model.Cause.RemoteCause, hudson.model.Cause.UpstreamCause, hudson.model.Cause.UserCause, hudson.model.Cause.UserIdCause
 
フィールドの概要
static String BITBUCKET_URL
           
 
コンストラクタの概要
BitbucketCause(String sourceBranch, String targetBranch, String repositoryOwner, String repositoryName, String pullRequestId, String destinationRepositoryOwner, String destinationRepositoryName, String pullRequestTitle, String sourceCommitHash, String destinationCommitHash, String buildStartCommentId)
           
 
メソッドの概要
 String getBuildStartCommentId()
           
 String getDestinationCommitHash()
           
 String getDestinationRepositoryName()
           
 String getDestinationRepositoryOwner()
           
 String getPullRequestId()
           
 String getPullRequestTitle()
           
 String getRepositoryName()
           
 String getRepositoryOwner()
           
 String getShortDescription()
           
 String getSourceBranch()
           
 String getSourceCommitHash()
           
 String getTargetBranch()
           
 
クラス hudson.model.Cause から継承されたメソッド
onAddedTo, print
 
クラス java.lang.Object から継承されたメソッド
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

フィールドの詳細

BITBUCKET_URL

public static final String BITBUCKET_URL
関連項目:
定数フィールド値
コンストラクタの詳細

BitbucketCause

public BitbucketCause(String sourceBranch,
                      String targetBranch,
                      String repositoryOwner,
                      String repositoryName,
                      String pullRequestId,
                      String destinationRepositoryOwner,
                      String destinationRepositoryName,
                      String pullRequestTitle,
                      String sourceCommitHash,
                      String destinationCommitHash,
                      String buildStartCommentId)
メソッドの詳細

getSourceBranch

public String getSourceBranch()

getTargetBranch

public String getTargetBranch()

getRepositoryOwner

public String getRepositoryOwner()

getRepositoryName

public String getRepositoryName()

getPullRequestId

public String getPullRequestId()

getDestinationRepositoryOwner

public String getDestinationRepositoryOwner()

getDestinationRepositoryName

public String getDestinationRepositoryName()

getPullRequestTitle

public String getPullRequestTitle()

getSourceCommitHash

public String getSourceCommitHash()

getDestinationCommitHash

public String getDestinationCommitHash()

getBuildStartCommentId

public String getBuildStartCommentId()

getShortDescription

public String getShortDescription()
定義:
クラス hudson.model.Cause 内の getShortDescription


Copyright © 2004-2015. All Rights Reserved.