public class StashCause
extends hudson.model.Cause
| Constructor and Description |
|---|
StashCause(String stashHost,
String sourceBranch,
String targetBranch,
String pullRequestBranch,
String repositoryOwner,
String repositoryName,
String pullRequestId,
String destinationRepositoryOwner,
String destinationRepositoryName,
String pullRequestTitle,
String sourceCommitHash,
String destinationCommitHash,
String buildStartCommentId) |
| Modifier and Type | Method and Description |
|---|---|
String |
getBuildStartCommentId() |
String |
getDestinationCommitHash() |
String |
getDestinationRepositoryName() |
String |
getDestinationRepositoryOwner() |
String |
getPullRequestBranch() |
String |
getPullRequestId() |
String |
getPullRequestTitle() |
String |
getRepositoryName() |
String |
getRepositoryOwner() |
String |
getShortDescription() |
String |
getSourceBranch() |
String |
getSourceCommitHash() |
String |
getTargetBranch() |
public StashCause(String stashHost, String sourceBranch, String targetBranch, String pullRequestBranch, String repositoryOwner, String repositoryName, String pullRequestId, String destinationRepositoryOwner, String destinationRepositoryName, String pullRequestTitle, String sourceCommitHash, String destinationCommitHash, String buildStartCommentId)
public String getSourceBranch()
public String getTargetBranch()
public String getPullRequestBranch()
public String getRepositoryOwner()
public String getRepositoryName()
public String getPullRequestId()
public String getDestinationRepositoryOwner()
public String getDestinationRepositoryName()
public String getPullRequestTitle()
public String getSourceCommitHash()
public String getDestinationCommitHash()
public String getBuildStartCommentId()
public String getShortDescription()
getShortDescription in class hudson.model.CauseCopyright © 2004-2015. All Rights Reserved.