Class StashPullRequestStatus

java.lang.Object
com.atlassian.bamboo.plugins.stash.rest.entity.StashPullRequestStatus

public class StashPullRequestStatus extends Object
  • Field Details

    • FROM_PR_STATUS

      public static final com.google.common.base.Function<com.atlassian.stash.rest.client.api.entity.PullRequestStatus,StashPullRequestStatus> FROM_PR_STATUS
  • Constructor Details

  • Method Details

    • getId

      public long getId()
    • getVersion

      public long getVersion()
    • getTitle

      @NotNull public @NotNull String getTitle()
    • getUrl

      @NotNull public @NotNull String getUrl()
    • getMergeOutcome

      @Nullable public @Nullable String getMergeOutcome()
    • getAuthor

      @NotNull public @NotNull StashPullRequestParticipant getAuthor()
    • getReviewers

      @NotNull public @NotNull List<StashPullRequestParticipant> getReviewers()
    • getFromRef

      @NotNull public @NotNull StashPullRequestRef getFromRef()
    • getToRef

      @NotNull public @NotNull StashPullRequestRef getToRef()
    • getLastUpdated

      public long getLastUpdated()
    • getCommentCount

      @Nullable public @Nullable Long getCommentCount()
    • getOutstandingTaskCount

      @Nullable public @Nullable Long getOutstandingTaskCount()
    • getResolvedTaskCount

      @Nullable public @Nullable Long getResolvedTaskCount()