Class StashPullRequestStatus


  • public class StashPullRequestStatus
    extends Object
    • Field Detail

      • FROM_PR_STATUS

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

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

        public long getLastUpdated()
      • getCommentCount

        @Nullable
        public @Nullable Long getCommentCount()
      • getOutstandingTaskCount

        @Nullable
        public @Nullable Long getOutstandingTaskCount()
      • getResolvedTaskCount

        @Nullable
        public @Nullable Long getResolvedTaskCount()