| Interface | Description |
|---|---|
| AutoMergeRequest |
Represents a request for a pull request to be automatically merged by the system when it becomes
eligible to merge. |
| AutoMergeService | |
| AutoMergeSettings |
Settings for automatically merging pull requests.
|
| AutoMergeSettingsService |
Service for managing pull request auto-merge settings.
|
| Class | Description |
|---|---|
| AutoMergeProcessingResult |
Represents the result of
trying to auto-merge a pull request. |
| AutoMergeSettingsCreateRequest |
Configuration for creating
AutoMergeSettings for a project or repository. |
| AutoMergeSettingsCreateRequest.Builder |
| Enum | Description |
|---|---|
| AutoMergeProcessingResult.AutoMergeProcessingStatus |
Represents the status of auto-merge request
|
| Exception | Description |
|---|---|
| AutoMergeNotRequestedException |
An exception thrown when an attempt is made to auto-merge a pull request that does not have an auto-merge request.
|
| AutoMergeSettingNotEnabledException |
An exception thrown when auto-merge is attempted or requested on a pull request, but the pull request's target
repository does not have auto-merge enabled.
|
Copyright © 2023 Atlassian. All rights reserved.