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 |
| クラス 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 commitHash,
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()
getCommitHash
public String getCommitHash()
getBuildStartCommentId
public String getBuildStartCommentId()
getShortDescription
public String getShortDescription()
- 定義:
- クラス
hudson.model.Cause 内の getShortDescription
Copyright © 2004-2014. All Rights Reserved.