@Stability(value=Experimental) @Internal public static final class MergifyRule.Jsii$Proxy extends software.amazon.jsii.JsiiObject implements MergifyRule
MergifyRulesoftware.amazon.jsii.JsiiObject.InitializationModeMergifyRule.Builder, MergifyRule.Jsii$Proxy| Modifier | Constructor and Description |
|---|---|
protected |
Jsii$Proxy(software.amazon.jsii.JsiiObjectRef objRef)
Constructor that initializes the object based on values retrieved from the JsiiObject.
|
protected |
Jsii$Proxy(MergifyRule.Builder builder)
Constructor that initializes the object based on literal property values passed by the
MergifyRule.Builder. |
| Modifier and Type | Method and Description |
|---|---|
com.fasterxml.jackson.databind.JsonNode |
$jsii$toJson() |
boolean |
equals(Object o) |
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.
|
int |
hashCode() |
jsiiAsyncCall, jsiiAsyncCall, jsiiCall, jsiiCall, jsiiGet, jsiiGet, jsiiSet, jsiiStaticCall, jsiiStaticCall, jsiiStaticGet, jsiiStaticGet, jsiiStaticSet, jsiiStaticSetclone, finalize, getClass, notify, notifyAll, toString, wait, wait, waitbuilderprotected Jsii$Proxy(software.amazon.jsii.JsiiObjectRef objRef)
objRef - Reference to the JSII managed object.protected Jsii$Proxy(MergifyRule.Builder builder)
MergifyRule.Builder.public final Map<String,Object> getActions()
MergifyRulegetActions in interface MergifyRulehttps://docs.mergify.io/actions/#actionspublic final List<Object> getConditions()
MergifyRulegetConditions in interface MergifyRulehttps://docs.mergify.io/conditions/#conditionspublic final String getName()
MergifyRuleThis is not used by the engine directly, but is used when reporting information about a rule.
getName in interface MergifyRule@Internal public com.fasterxml.jackson.databind.JsonNode $jsii$toJson()
$jsii$toJson in interface software.amazon.jsii.JsiiSerializableCopyright © 2021. All rights reserved.