public class StashCause
extends hudson.model.Cause
| Constructor and Description |
|---|
StashCause(String stashHost,
String sourceBranch,
String targetBranch,
String sourceRepositoryOwner,
String sourceRepositoryName,
String pullRequestId,
String destinationRepositoryOwner,
String destinationRepositoryName,
String pullRequestTitle,
String sourceCommitHash,
String destinationCommitHash,
String buildStartCommentId,
Map<String,String> additionalParameters) |
| Modifier and Type | Method and Description |
|---|---|
Map<String,String> |
getAdditionalParameters() |
String |
getBuildStartCommentId() |
String |
getDestinationCommitHash() |
String |
getDestinationRepositoryName() |
String |
getDestinationRepositoryOwner() |
String |
getPullRequestId() |
String |
getPullRequestTitle() |
String |
getShortDescription() |
String |
getSourceBranch() |
String |
getSourceCommitHash() |
String |
getSourceRepositoryName() |
String |
getSourceRepositoryOwner() |
String |
getTargetBranch() |
public StashCause(String stashHost, String sourceBranch, String targetBranch, String sourceRepositoryOwner, String sourceRepositoryName, String pullRequestId, String destinationRepositoryOwner, String destinationRepositoryName, String pullRequestTitle, String sourceCommitHash, String destinationCommitHash, String buildStartCommentId, Map<String,String> additionalParameters)
public String getSourceBranch()
public String getTargetBranch()
public String getSourceRepositoryOwner()
public String getSourceRepositoryName()
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-2016. All Rights Reserved.