public class BitbucketCause
extends hudson.model.Cause
| Modifier and Type | Field and Description |
|---|---|
static String |
BITBUCKET_URL |
| Constructor and Description |
|---|
BitbucketCause(String sourceBranch,
String targetBranch,
String repositoryOwner,
String repositoryName,
String pullRequestId,
String destinationRepositoryOwner,
String destinationRepositoryName,
String pullRequestTitle,
String sourceCommitHash,
String destinationCommitHash,
String pullRequestAuthor) |
| Modifier and Type | Method and Description |
|---|---|
String |
getDestinationCommitHash() |
String |
getDestinationRepositoryName() |
String |
getDestinationRepositoryOwner() |
String |
getPullRequestAuthor() |
String |
getPullRequestId() |
String |
getPullRequestTitle() |
String |
getRepositoryName() |
String |
getRepositoryOwner() |
String |
getShortDescription() |
String |
getSourceBranch() |
String |
getSourceCommitHash() |
String |
getTargetBranch() |
public static final String BITBUCKET_URL
public BitbucketCause(String sourceBranch, String targetBranch, String repositoryOwner, String repositoryName, String pullRequestId, String destinationRepositoryOwner, String destinationRepositoryName, String pullRequestTitle, String sourceCommitHash, String destinationCommitHash, String pullRequestAuthor)
public String getSourceBranch()
public String getTargetBranch()
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 getShortDescription()
getShortDescription in class hudson.model.Causepublic String getPullRequestAuthor()
Copyright © 2016–2018. All rights reserved.