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,
String pullRequestVersion,
Map<String,String> additionalParameters) |
Modifier and Type | Method and Description |
---|---|
Map<String,String> |
getAdditionalParameters() |
String |
getBuildStartCommentId() |
String |
getDestinationCommitHash() |
String |
getDestinationRepositoryName() |
String |
getDestinationRepositoryOwner() |
Map<String,String> |
getEnvironmentVariables() |
String |
getPullRequestId() |
String |
getPullRequestTitle() |
String |
getPullRequestVersion() |
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, String pullRequestVersion, Map<String,String> additionalParameters)
public String getSourceBranch()
public String getTargetBranch()
public String getSourceRepositoryOwner()
public String getSourceRepositoryName()
public String getPullRequestId()
public String getPullRequestVersion()
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.Cause
Copyright © 2016–2020. All rights reserved.