Class PullRequest
- java.lang.Object
-
- com.atlassian.bamboo.plugins.bitbucket.rest.entity.PullRequest
-
public class PullRequest extends Object
-
-
Constructor Summary
Constructors Constructor Description PullRequest()
-
Method Summary
All Methods Instance Methods Concrete Methods Modifier and Type Method Description int
getCommentCount()
String
getDescription()
PullRequestRef
getDestination()
String
getId()
String
getMergeCommit()
PullRequestRef
getSource()
String
getState()
int
getTaskCount()
String
getTitle()
String
getType()
boolean
isCloseSourceBranch()
-
-
-
Method Detail
-
getId
public String getId()
-
getDescription
public String getDescription()
-
getTitle
public String getTitle()
-
isCloseSourceBranch
public boolean isCloseSourceBranch()
-
getMergeCommit
public String getMergeCommit()
-
getDestination
public PullRequestRef getDestination()
-
getState
public String getState()
-
getSource
public PullRequestRef getSource()
-
getType
public String getType()
-
getTaskCount
public int getTaskCount()
-
getCommentCount
public int getCommentCount()
-
-