Package com.atlassian.bitbucket.pull
package com.atlassian.bitbucket.pull
-
ClassDescriptionAbstractPullRequestMergeConfigRequest.AbstractBuilder<B extends AbstractPullRequestMergeConfigRequest.AbstractBuilder<B,
R>, R extends AbstractPullRequestMergeConfigRequest> Base class for requests affecting pull requests.Indicates a pull request could not be created because there is already an open pull request with the same to/from repositories and branches.Indicates a pull request could not be created because it would have no commits.Indicates that asearch request
was invalid.Thrown when an operation fails because thepull request
is not in the expectedstate
.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.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.Indicates the supplied role is invalid for the current operationIndicates that the person specified in the operation is not a participant of the pull request.Indicates that a pull request was requested that does not exist.Thrown when a user tries to complete a pull request review but one does not exist.Enumerates the actions which can be taken on a pull request, defining theactivities
that may occur.A pull request activity, used to track significant events in a pull request's lifecycle.PullRequestActivityPage<T extends PullRequestActivity>APage
ofactivities
allowing clients to both advance and reverse from this page by using the results ofPullRequestActivityPage.getPreviousPageStartId()
andPage.getNextPageRequest()
.Represents the property enriching mode regarding pull requests and pull request activities.Request for searching for pull requests' activities.Types of activities that can be searched.APullRequestActivity
representing thecancelling
of auto-merge on the pull request.Specifies the scope of the changes for a pull request.Request arguments forPullRequestService.streamChanges(PullRequestChangesRequest, ChangeCallback)
.APullRequestActivity
representing acomment action
made on the contents of the pull request.Holds the configured commit message template.Variables that are valid for substitution when rendering aPullRequestCommitMessageTemplate
Request for searching for pull requests associated with a commit.A request to create a new pull request using the provided properties.Request object used fordeclining a pull request
.Request object used fordeleting a pull request
.Thrown when an event listener cancels theevent
raised before apull request
is deleted.Thrown when a user, or a plugin, attempts to delete a pull request whenthe feature
has been disabled.Request for streaming a diff of a given pull request.Request object used for retrieving the diff stats summary of apull request
.Specified the direction of a pull request relative to a subject repository and branch.Describes a request todiscard a review
on apull request
.APullRequestActivity
added when the draft status of a pull request has been updated.Enumerates types of entities connected with a pull request.Describes a request tofinish a review
on aPullRequest
.Describes whether a pull request can merge and why this is so.APullRequestActivity
representing when the pull request was merged.Describes the configuration for how pull requests will be merged in a given repository.Configuration
for pull request merge strategies can be applied at different levels, which are described here.Enumerates the possibleoutcomes
for attempting to merge a pull request.Describes a request tomerge
aPullRequest
.Describes a strategy for merging a pull request.Represents the details of a merge request veto.Indicates a pull request merge request was vetoed by one or more merge-check plugin modules.Thrown when an event listener cancels theevent
raised before apull request
is opened.Specifies the order in which a list of results should be returned - multiple criteria can be applied.Describes a participant on a pull request.Request for searching for pull requests by participant.Request for searching pull request participant users.Enumerates all the possible statuses a participant can have with regards to a pull request.Describes a request toset the status for a participant
on aPullRequest
.APullRequestActivity
added when the source or target ref of the pull request moves.APullRequestActivity
added when the reviewers of a pull request are updated.Enumerates the possibleroles
a participant can have in a pull request.Request for searching for pull requests.A service for the management of pull requests and their comments.Enumerates the possiblestates
a pull request can be in.Request object used forupdating a pull request
.Lists the commits added or removed by apull request rescope
.SimplePullRequestActivityPage<T extends PullRequestActivity>Thrown when attempting to modify theauthor
of a pull request.