@Generated(value="jsii-pacmak/1.47.0 (build 86d2c33)", date="2021-12-20T00:39:28.768Z") @Stability(value=Experimental) public interface MergifyRule extends software.amazon.jsii.JsiiSerializable
| Modifier and Type | Interface and Description |
|---|---|
static class |
MergifyRule.Builder
A builder for
MergifyRule |
static class |
MergifyRule.Jsii$Proxy
An implementation for
MergifyRule |
| Modifier and Type | Method and Description |
|---|---|
static MergifyRule.Builder |
builder() |
Map<String,Object> |
getActions()
(experimental) A dictionary made of Actions that will be executed on the matching pull requests.
|
List<Object> |
getConditions()
(experimental) A list of Conditions string that must match against the pull request for the rule to be applied.
|
String |
getName()
(experimental) The name of the rule.
|
@Stability(value=Experimental) @NotNull Map<String,Object> getActions()
https://docs.mergify.io/actions/#actions@Stability(value=Experimental) @NotNull List<Object> getConditions()
https://docs.mergify.io/conditions/#conditions@Stability(value=Experimental) @NotNull String getName()
This is not used by the engine directly, but is used when reporting information about a rule.
@Stability(value=Experimental) static MergifyRule.Builder builder()
MergifyRule.Builder of MergifyRuleCopyright © 2021. All rights reserved.