Uses of Class
com.atlassian.bamboo.plugins.stash.rest.entity.StashPullRequestRef
-
Packages that use StashPullRequestRef Package Description com.atlassian.bamboo.plugins.stash.rest.entity -
-
Uses of StashPullRequestRef in com.atlassian.bamboo.plugins.stash.rest.entity
Fields in com.atlassian.bamboo.plugins.stash.rest.entity with type parameters of type StashPullRequestRef Modifier and Type Field Description static Function<com.atlassian.stash.rest.client.api.entity.PullRequestRef,StashPullRequestRef>
StashPullRequestRef. FROM_PR_REF
Methods in com.atlassian.bamboo.plugins.stash.rest.entity that return StashPullRequestRef Modifier and Type Method Description @NotNull StashPullRequestRef
StashPullRequestStatus. getFromRef()
@NotNull StashPullRequestRef
StashPullRequestStatus. getToRef()
Constructors in com.atlassian.bamboo.plugins.stash.rest.entity with parameters of type StashPullRequestRef Constructor Description StashPullRequestStatus(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)
-