public class PullRequest extends Object
Constructor and Description |
---|
PullRequest() |
Modifier and Type | Method and Description |
---|---|
int |
getCommentCount() |
String |
getDescription() |
PullRequestRef |
getDestination() |
String |
getId() |
String |
getMergeCommit() |
PullRequestRef |
getSource() |
String |
getState() |
int |
getTaskCount() |
String |
getTitle() |
String |
getType() |
boolean |
isCloseSourceBranch() |
public String getId()
public String getDescription()
public String getTitle()
public boolean isCloseSourceBranch()
public String getMergeCommit()
public PullRequestRef getDestination()
public String getState()
public PullRequestRef getSource()
public String getType()
public int getTaskCount()
public int getCommentCount()
Copyright © 2020 Atlassian Software Systems Pty Ltd. All rights reserved.