Class StashPullRequestStatus
java.lang.Object
com.atlassian.bamboo.plugins.stash.rest.entity.StashPullRequestStatus
-
Field Summary
Modifier and TypeFieldDescriptionstatic final com.google.common.base.Function<com.atlassian.stash.rest.client.api.entity.PullRequestStatus,
StashPullRequestStatus> -
Constructor Summary
ConstructorDescriptionStashPullRequestStatus
(long id, long version, @NotNull String title, @NotNull String url, @Nullable String mergeOutcome, @NotNull StashPullRequestParticipant author, @NotNull List<StashPullRequestParticipant> reviewers, @NotNull StashPullRequestRef fromRef, @NotNull StashPullRequestRef toRef, long lastUpdated, @Nullable Long commentCount, @Nullable Long outstandingTaskCount, @Nullable Long resolvedTaskCount) -
Method Summary
Modifier and TypeMethodDescription@NotNull StashPullRequestParticipant
@Nullable Long
@NotNull StashPullRequestRef
long
getId()
long
@Nullable String
@Nullable Long
@Nullable Long
@NotNull List<StashPullRequestParticipant>
@NotNull String
getTitle()
@NotNull StashPullRequestRef
getToRef()
@NotNull String
getUrl()
long
-
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
-
StashPullRequestStatus
public StashPullRequestStatus(long id, long version, @NotNull @NotNull String title, @NotNull @NotNull String url, @Nullable @Nullable String mergeOutcome, @NotNull @NotNull StashPullRequestParticipant author, @NotNull @NotNull List<StashPullRequestParticipant> reviewers, @NotNull @NotNull StashPullRequestRef fromRef, @NotNull @NotNull StashPullRequestRef toRef, long lastUpdated, @Nullable @Nullable Long commentCount, @Nullable @Nullable Long outstandingTaskCount, @Nullable @Nullable Long resolvedTaskCount)
-
-
Method Details
-
getId
public long getId() -
getVersion
public long getVersion() -
getTitle
-
getUrl
-
getMergeOutcome
-
getAuthor
-
getReviewers
-
getFromRef
-
getToRef
-
getLastUpdated
public long getLastUpdated() -
getCommentCount
-
getOutstandingTaskCount
-
getResolvedTaskCount
-