public class BitbucketPullRequestValueDestination extends Object implements BitbucketPullRequestDestination
Constructor and Description |
---|
BitbucketPullRequestValueDestination(BitbucketCloudRepository repository,
BitbucketCloudBranch branch,
BitbucketCloudCommit commit) |
Modifier and Type | Method and Description |
---|---|
BitbucketCloudBranch |
getBranch() |
BitbucketCommit |
getCommit() |
BitbucketCloudRepository |
getRepository() |
void |
setBranch(BitbucketCloudBranch branch) |
void |
setCommit(BitbucketCloudCommit commit) |
void |
setRepository(BitbucketCloudRepository repository) |
public BitbucketPullRequestValueDestination(@NonNull BitbucketCloudRepository repository, BitbucketCloudBranch branch, @CheckForNull BitbucketCloudCommit commit)
public BitbucketCloudRepository getRepository()
getRepository
in interface BitbucketPullRequestDestination
public void setRepository(BitbucketCloudRepository repository)
@CheckForNull public BitbucketCloudBranch getBranch()
getBranch
in interface BitbucketPullRequestDestination
public void setBranch(BitbucketCloudBranch branch)
@CheckForNull public BitbucketCommit getCommit()
getCommit
in interface BitbucketPullRequestDestination
public void setCommit(BitbucketCloudCommit commit)
Copyright © 2016–2022. All rights reserved.