Interface | Description |
---|---|
BulkRescopeContext |
Provides a context for SCMs to detect
pull request rescopes when a repository is updated. |
MergeRequest |
Represents a request to merge a pull request, intended to allow
RepositoryMergeCheck s to validate the
intended merge and, potentially, MergeRequest.veto(java.lang.String, java.lang.String) it. |
MergeRequestCheckService |
A service that checks preconditions for pull request merges by applying
RepositoryMergeCheck s, which can
be supplied by plugins, to determine whether merges should performed. |
MinimalPullRequest |
Describes a minimal
pull request , providing only the ID, version and
refs . |
PluginPullRequestCommandFactory | |
PullRequestRescope |
Describes how a
pull request is going to be rescoped. |
Copyright © 2024 Atlassian. All rights reserved.