Class MinimalPullRequest

java.lang.Object
com.atlassian.bitbucket.jenkins.internal.scm.MinimalPullRequest
All Implemented Interfaces:
Serializable

public class MinimalPullRequest extends Object implements Serializable
Since:
4.0.0
See Also:
  • Constructor Details

  • Method Details

    • getDescription

      @CheckForNull public String getDescription()
    • getFromLatestCommit

      public String getFromLatestCommit()
    • getFromRefDisplayId

      public String getFromRefDisplayId()
    • getFromRefId

      public String getFromRefId()
    • getFromRepositoryId

      public int getFromRepositoryId()
    • getPullRequestId

      public Long getPullRequestId()
    • getState

      public BitbucketPullRequestState getState()
    • getTitle

      public String getTitle()
    • getToLatestCommit

      public String getToLatestCommit()
    • getToRefDisplayId

      public String getToRefDisplayId()
    • getToRefId

      public String getToRefId()
    • getToRepositoryId

      public int getToRepositoryId()
    • isForkedPullRequest

      public boolean isForkedPullRequest()