Interface | Description |
---|---|
PullRequest | |
PullRequestActivity |
A pull request activity, used to track significant events in a pull request's lifecycle.
|
PullRequestActivityPage<T extends PullRequestActivity> |
A
Page of activities allowing clients to both advance
and reverse from this page by using the results of PullRequestActivityPage.getPreviousPageStartId()
and Page.getNextPageRequest() . |
PullRequestActivityVisitor | |
PullRequestCommentActivity |
A
PullRequestActivity representing a comment action made on the contents of the
pull request. |
PullRequestCommitEnricher | |
PullRequestMergeability |
Describes whether a pull request can merge and why this is so.
|
PullRequestMergeActivity |
A
PullRequestActivity representing when the pull request was merged. |
PullRequestMergeConfig |
Describes the configuration for how pull requests will be merged in a given repository.
|
PullRequestMergeStrategy |
Describes a strategy for merging a pull request.
|
PullRequestMergeVeto |
Represents the details of a merge request veto.
|
PullRequestParticipant |
Describes a participant on a pull request.
|
PullRequestRef | |
PullRequestRescopeActivity |
A
PullRequestActivity added when the source or target ref of the pull request moves. |
PullRequestReviewersUpdatedActivity |
A
PullRequestActivity added when the reviewers of a pull request are updated. |
PullRequestService |
A service for the management of pull requests and their comments.
|
PullRequestSupplier | |
RescopeDetails |
Lists the commits added or removed by a
pull request rescope . |
Enum | Description |
---|---|
PullRequestAction |
Enumerates the actions which can be taken on a pull request, defining the
activities
that may occur. |
PullRequestActivityType |
Types of activities that can be searched.
|
PullRequestChangeScope |
Specifies the scope of the changes for a pull request.
|
PullRequestDirection |
Specified the direction of a pull request relative to a subject repository and branch.
|
PullRequestEntityType |
Enumerates types of entities connected with a pull request.
|
PullRequestMergeConfigType |
Configuration for pull request merge strategies can be applied at different
levels, which are described here. |
PullRequestMergeOutcome |
Enumerates the possible
outcomes for attempting to merge a pull request. |
PullRequestOrder |
Specifies the direction a list of results should be ordered - oldest first or newest first.
|
PullRequestParticipantStatus |
Enumerates all the possible statuses a participant can have with regards to a pull request.
|
PullRequestRole |
Enumerates the possible
roles a participant can have in a pull request. |
PullRequestState |
Enumerates the possible
states a pull request can be in. |
Exception | Description |
---|---|
DuplicatePullRequestException |
Indicates a pull request could not be created because there is already
an open pull request with the same to/from repositories and branches.
|
EmptyPullRequestException |
Indicates a pull request could not be created because it would have no commits.
|
IllegalPullRequestSearchRequestException |
Indicates that a
search request was invalid. |
IllegalPullRequestStateException |
Thrown when an operation fails because the
pull request is not in the expected
state . |
InvalidPullRequestParticipantException |
Indicates an operation to mutate particulars of an existing pull request participant or an operation to add a participant
to a pull request is invalid.
|
InvalidPullRequestParticipantsException | |
InvalidPullRequestReviewersException |
Indicates one or more reviewers could not be added to a new or existing pull request because the users either
don't exist, don't have permission to view the pull request.
|
InvalidPullRequestRoleException |
Indicates the supplied role is invalid for the current operation
|
InvalidPullRequestTargetException | |
NoSuchParticipantException |
Indicates that the person specified in the operation is not a participant of the pull request.
|
NoSuchPullRequestException |
Indicates that a pull request was requested that does not exist.
|
PullRequestDeletionCanceledException |
Thrown when an event listener cancels the
event raised before a
pull request is deleted. |
PullRequestDeletionDisabledException |
Thrown when a user, or a plugin, attempts to delete a pull request when
the feature has been disabled. |
PullRequestMergeVetoedException |
Indicates a pull request merge request was vetoed by one or more merge-check plugin modules.
|
PullRequestOpenCanceledException |
Thrown when an event listener cancels the
event
raised before a pull request is opened. |
PullRequestOutOfDateException | |
UnmodifiablePullRequestRoleException |
Thrown when attempting to modify the
author of a pull request. |
Copyright © 2019 Atlassian. All rights reserved.