Uses of Class
com.atlassian.bamboo.plugins.stash.rest.entity.StashPullRequestRef
-
Uses of StashPullRequestRef in com.atlassian.bamboo.plugins.stash.rest.entity
Modifier and TypeFieldDescriptionstatic final Function<com.atlassian.stash.rest.client.api.entity.PullRequestRef,
StashPullRequestRef> StashPullRequestRef.FROM_PR_REF
Modifier and TypeMethodDescription@NotNull StashPullRequestRef
StashPullRequestStatus.getFromRef()
@NotNull StashPullRequestRef
StashPullRequestStatus.getToRef()
ModifierConstructorDescriptionStashPullRequestStatus
(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)