Uses of Class
org.gitlab4j.api.models.MergeRequest
Packages that use MergeRequest
-
Uses of MergeRequest in org.gitlab4j.api
Methods in org.gitlab4j.api that return MergeRequestModifier and TypeMethodDescriptionMergeRequestApi.acceptMergeRequest
(Object projectIdOrPath, Long mergeRequestIid) Merge changes to the merge request.MergeRequestApi.acceptMergeRequest
(Object projectIdOrPath, Long mergeRequestIid, String mergeCommitMessage, Boolean shouldRemoveSourceBranch, Boolean mergeWhenPipelineSucceeds) Merge changes to the merge request.MergeRequestApi.acceptMergeRequest
(Object projectIdOrPath, Long mergeRequestIid, String mergeCommitMessage, Boolean shouldRemoveSourceBranch, Boolean mergeWhenPipelineSucceeds, String sha) Merge changes to the merge request.MergeRequestApi.acceptMergeRequest
(Object projectIdOrPath, Long mergeRequestIid, AcceptMergeRequestParams params) Merge changes to the merge request.MergeRequestApi.approveMergeRequest
(Object projectIdOrPath, Long mergeRequestIid, String sha) Approve a merge request.MergeRequestApi.cancelMergeRequest
(Object projectIdOrPath, Long mergeRequestIid) Cancel merge when pipeline succeeds.MergeRequestApi.createMergeRequest
(Object projectIdOrPath, String sourceBranch, String targetBranch, String title, String description, Long assigneeId) Creates a merge request and optionally assigns a reviewer to it.MergeRequestApi.createMergeRequest
(Object projectIdOrPath, String sourceBranch, String targetBranch, String title, String description, Long assigneeId, Long targetProjectId, String[] labels, Long milestoneId, Boolean removeSourceBranch) Creates a merge request.MergeRequestApi.createMergeRequest
(Object projectIdOrPath, String sourceBranch, String targetBranch, String title, String description, Long assigneeId, Long targetProjectId, String[] labels, Long milestoneId, Boolean removeSourceBranch, Boolean squash) Creates a merge request.MergeRequestApi.createMergeRequest
(Object projectIdOrPath, MergeRequestParams params) Creates a merge request.MergeRequestApi.getApprovals
(Object projectIdOrPath, Long mergeRequestIid) Get the merge request with approval information.MergeRequestApi.getMergeRequest
(Object projectIdOrPath, Long mergeRequestIid) Get information about a single merge request.MergeRequestApi.getMergeRequest
(Object projectIdOrPath, Long mergeRequestIid, Boolean renderHtml, Boolean includeDivergedCommitCount, Boolean includeRebaseInProgress) Get information about a single merge request.MergeRequestApi.getMergeRequestApprovals
(Object projectIdOrPath, Long mergeRequestIid) Get the merge request with approval information.MergeRequestApi.getMergeRequestChanges
(Object projectIdOrPath, Long mergeRequestIid) Get merge request with changes information.MergeRequestApi.getRebaseStatus
(Object projectIdOrPath, Long mergeRequestIid) Get the merge request info containing the status of a merge request rebase.MergeRequestApi.rebaseMergeRequest
(Object projectIdOrPath, Long mergeRequestIid) Automatically rebase the source_branch of the merge request against its target_branch.MergeRequestApi.unapproveMergeRequest
(Object projectIdOrPath, Long mergeRequestIid) Unapprove a merge request.MergeRequestApi.updateMergeRequest
(Object projectIdOrPath, Long mergeRequestIid, String targetBranch, String title, Long assigneeId, String description, Constants.StateEvent stateEvent, String labels, Long milestoneId, Boolean removeSourceBranch, Boolean squash, Boolean discussionLocked, Boolean allowCollaboration) Updates an existing merge request.MergeRequestApi.updateMergeRequest
(Object projectIdOrPath, Long mergeRequestIid, MergeRequestParams params) Updates an existing merge request.Methods in org.gitlab4j.api that return types with arguments of type MergeRequestModifier and TypeMethodDescriptionIssuesApi.getClosedByMergeRequests
(Object projectIdOrPath, Long issueIid) Get list containing all the merge requests that will close issue when merged.IssuesApi.getClosedByMergeRequests
(Object projectIdOrPath, Long issueIid, int itemsPerPage) Get a Pager containing all the merge requests that will close issue when merged.IssuesApi.getClosedByMergeRequests
(Object projectIdOrPath, Long issueIid, int page, int perPage) Get list containing all the merge requests that will close issue when merged.IssuesApi.getClosedByMergeRequestsStream
(Object projectIdOrPath, Long issueIid) Get list containing all the merge requests that will close issue when merged.MilestonesApi.getGroupMergeRequest
(Object groupIdOrPath, Long milestoneId) Get the list of merge requests associated with the specified group milestone.MilestonesApi.getMergeRequest
(Object projectIdOrPath, Long milestoneId) Get the list of merge requests associated with the specified milestone.CommitsApi.getMergeRequests
(Object projectIdOrPath, String sha) Get a list of Merge Requests related to the specified commit.CommitsApi.getMergeRequests
(Object projectIdOrPath, String sha, int itemsPerPage) Get a Pager of Merge Requests related to the specified commit.DeploymentsApi.getMergeRequests
(Object projectIdOrPath, Long deploymentId) Get a list of Merge Requests shipped with a given deployment.DeploymentsApi.getMergeRequests
(Object projectIdOrPath, Long deploymentId, int itemsPerPage) Get a Pager of Merge Requests shipped with a given deployment.MergeRequestApi.getMergeRequests
(Object projectIdOrPath) Get all merge requests for the specified project.MergeRequestApi.getMergeRequests
(Object projectIdOrPath, int itemsPerPage) Get all merge requests for the specified project.MergeRequestApi.getMergeRequests
(Object projectIdOrPath, int page, int perPage) Get all merge requests for the specified project.MergeRequestApi.getMergeRequests
(Object projectIdOrPath, Constants.MergeRequestState state) Get all merge requests with a specific state for the specified project.MergeRequestApi.getMergeRequests
(Object projectIdOrPath, Constants.MergeRequestState state, int itemsPerPage) Get all merge requests for the specified project.MergeRequestApi.getMergeRequests
(Object projectIdOrPath, Constants.MergeRequestState state, int page, int perPage) Get all merge requests for the specified project.MergeRequestApi.getMergeRequests
(MergeRequestFilter filter) Get all merge requests matching the filter.MergeRequestApi.getMergeRequests
(MergeRequestFilter filter, int itemsPerPage) Get all merge requests matching the filter.MergeRequestApi.getMergeRequests
(MergeRequestFilter filter, int page, int perPage) Get all merge requests matching the filter.CommitsApi.getMergeRequestsStream
(Object projectIdOrPath, String sha) Get a Stream of Merge Requests related to the specified commit.DeploymentsApi.getMergeRequestsStream
(Object projectIdOrPath, Long deploymentId) Get a Stream of Merge Requests shipped with a given deployment.MergeRequestApi.getMergeRequestsStream
(Object projectIdOrPath) Get all merge requests for the specified project as a StreamMergeRequestApi.getMergeRequestsStream
(Object projectIdOrPath, Constants.MergeRequestState state) Get all merge requests with a specific state for the specified project as a Stream.MergeRequestApi.getMergeRequestsStream
(MergeRequestFilter filter) Get all merge requests matching the filter as a Stream.MergeRequestApi.getOptionalMergeRequest
(Object projectIdOrPath, Long mergeRequestIid) Get information about a single merge request as an Optional instance.MergeRequestApi.getOptionalMergeRequest
(Object projectIdOrPath, Long mergeRequestIid, Boolean renderHtml, Boolean includeDivergedCommitCount, Boolean includeRebaseInProgress) Get information about a single merge request as an Optional instance. -
Uses of MergeRequest in org.gitlab4j.api.models
Methods in org.gitlab4j.api.models that return MergeRequestModifier and TypeMethodDescriptionExternalStatusCheckResult.getMergeRequest()
Todo.getMergeRequestTarget()
Methods in org.gitlab4j.api.models with parameters of type MergeRequestModifier and TypeMethodDescriptionstatic final boolean
MergeRequest.isValid
(MergeRequest mergeRequest) void
ExternalStatusCheckResult.setMergeRequest
(MergeRequest mergeRequest)