public abstract class BitbucketCause
extends hudson.model.Cause
| Modifier | Constructor and Description |
|---|---|
protected |
BitbucketCause(String sourceBranch,
String targetBranch,
String repositoryOwner,
String repositoryName,
String repositoryUri,
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 |
getRepositoryUri() |
String |
getSourceBranch() |
String |
getSourceCommitHash() |
String |
getTargetBranch() |
protected BitbucketCause(String sourceBranch, String targetBranch, String repositoryOwner, String repositoryName, String repositoryUri, 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 getRepositoryUri()
public String getPullRequestId()
public String getDestinationRepositoryOwner()
public String getDestinationRepositoryName()
public String getPullRequestTitle()
public String getSourceCommitHash()
public String getDestinationCommitHash()
public String getPullRequestAuthor()
Copyright © 2016–2019. All rights reserved.