java.lang.Object
com.atlassian.bamboo.plugins.bitbucket.rest.entity.PullRequest

public class PullRequest extends Object
  • Constructor Details

    • PullRequest

      public PullRequest()
  • Method Details

    • 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()