public class PullRequestParticipantStatusUpdatedEvent extends PullRequestEvent
source
Modifier | Constructor and Description |
---|---|
protected |
PullRequestParticipantStatusUpdatedEvent(Object source,
PullRequest pullRequest,
PullRequestAction action,
PullRequestParticipant participant,
PullRequestParticipantStatus previousStatus)
Constructs a new
PullRequestEvent . |
Modifier and Type | Method and Description |
---|---|
PullRequestParticipant |
getParticipant() |
PullRequestParticipantStatus |
getPreviousStatus() |
getAction, getPullRequest
getDate, getUser
getSource, toString
protected PullRequestParticipantStatusUpdatedEvent(@Nonnull Object source, @Nonnull PullRequest pullRequest, @Nonnull PullRequestAction action, @Nonnull PullRequestParticipant participant, @Nonnull PullRequestParticipantStatus previousStatus)
PullRequestEvent
. All parameters are required.source
- the component raising the eventpullRequest
- the affected pull requestaction
- the action performed on the pull requestparticipant
- the participant whose status has been updatedStatuspreviousStatus
- the participant status before the update@Nonnull public PullRequestParticipant getParticipant()
@Nonnull public PullRequestParticipantStatus getPreviousStatus()
Copyright © 2019 Atlassian. All rights reserved.