public class BitbucketPullRequestValue extends Object implements BitbucketPullRequest
Modifier and Type | Class and Description |
---|---|
static class |
BitbucketPullRequestValue.Author |
static class |
BitbucketPullRequestValue.Links |
Constructor and Description |
---|
BitbucketPullRequestValue() |
Modifier and Type | Method and Description |
---|---|
String |
getAuthorEmail()
Not set in Cloud.
|
String |
getAuthorIdentifier()
Username or account identifier of the author.
|
String |
getAuthorLogin()
Despite the name, this is a display name or nickname for the author, not a stable username for login.
|
BitbucketPullRequestValueDestination |
getDestination() |
String |
getId() |
String |
getLink() |
List<BitbucketReviewer> |
getReviewers() |
BitbucketPullRequestValueRepository |
getSource() |
String |
getTitle() |
void |
setAuthor(BitbucketPullRequestValue.Author author) |
void |
setDestination(BitbucketPullRequestValueDestination destination) |
void |
setId(String id) |
void |
setLinks(BitbucketPullRequestValue.Links link) |
void |
setReviewers(List<BitbucketReviewer> reviewers) |
void |
setSource(BitbucketPullRequestValueRepository source) |
void |
setTitle(String title) |
public BitbucketPullRequestValueRepository getSource()
getSource
in interface BitbucketPullRequest
public void setSource(BitbucketPullRequestValueRepository source)
public BitbucketPullRequestValueDestination getDestination()
getDestination
in interface BitbucketPullRequest
public void setDestination(BitbucketPullRequestValueDestination destination)
public String getId()
getId
in interface BitbucketPullRequest
public void setId(String id)
public String getTitle()
getTitle
in interface BitbucketPullRequest
public String getLink()
getLink
in interface BitbucketPullRequest
public String getAuthorLogin()
BitbucketPullRequest
getAuthorLogin
in interface BitbucketPullRequest
public String getAuthorEmail()
BitbucketPullRequest
getAuthorEmail
in interface BitbucketPullRequest
public String getAuthorIdentifier()
BitbucketPullRequest
getAuthorIdentifier
in interface BitbucketPullRequest
public void setTitle(String title)
public void setLinks(BitbucketPullRequestValue.Links link)
public void setAuthor(BitbucketPullRequestValue.Author author)
public List<BitbucketReviewer> getReviewers()
getReviewers
in interface BitbucketPullRequest
public void setReviewers(List<BitbucketReviewer> reviewers)
Copyright © 2016–2022. All rights reserved.