Uses of Class
com.atlassian.bamboo.plugins.stash.rest.entity.StashPullRequestParticipant
Packages that use StashPullRequestParticipant
-
Uses of StashPullRequestParticipant in com.atlassian.bamboo.plugins.stash.rest.entity
Fields in com.atlassian.bamboo.plugins.stash.rest.entity with type parameters of type StashPullRequestParticipantModifier and TypeFieldDescriptionstatic final Function<com.atlassian.stash.rest.client.api.entity.PullRequestParticipant,
StashPullRequestParticipant> StashPullRequestParticipant.FROM_PR_PARTICIPANT
Methods in com.atlassian.bamboo.plugins.stash.rest.entity that return StashPullRequestParticipantModifier and TypeMethodDescription@NotNull StashPullRequestParticipant
StashPullRequestStatus.getAuthor()
Methods in com.atlassian.bamboo.plugins.stash.rest.entity that return types with arguments of type StashPullRequestParticipantModifier and TypeMethodDescription@NotNull List<StashPullRequestParticipant>
StashPullRequestStatus.getReviewers()
Constructors in com.atlassian.bamboo.plugins.stash.rest.entity with parameters of type StashPullRequestParticipantModifierConstructorDescriptionStashPullRequestStatus
(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) Constructor parameters in com.atlassian.bamboo.plugins.stash.rest.entity with type arguments of type StashPullRequestParticipantModifierConstructorDescriptionStashPullRequestStatus
(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)