Package io.github.cdklabs.projen.github
Class MergifyRule.Jsii$Proxy
- java.lang.Object
-
- software.amazon.jsii.JsiiObject
-
- io.github.cdklabs.projen.github.MergifyRule.Jsii$Proxy
-
- All Implemented Interfaces:
MergifyRule,software.amazon.jsii.JsiiSerializable
- Enclosing interface:
- MergifyRule
@Stability(Experimental) @Internal public static final class MergifyRule.Jsii$Proxy extends software.amazon.jsii.JsiiObject implements MergifyRule
An implementation forMergifyRule
-
-
Nested Class Summary
-
Nested classes/interfaces inherited from class software.amazon.jsii.JsiiObject
software.amazon.jsii.JsiiObject.InitializationMode
-
Nested classes/interfaces inherited from interface io.github.cdklabs.projen.github.MergifyRule
MergifyRule.Builder, MergifyRule.Jsii$Proxy
-
-
Constructor Summary
Constructors Modifier Constructor Description protectedJsii$Proxy(MergifyRule.Builder builder)Constructor that initializes the object based on literal property values passed by theMergifyRule.Builder.protectedJsii$Proxy(software.amazon.jsii.JsiiObjectRef objRef)Constructor that initializes the object based on values retrieved from the JsiiObject.
-
Method Summary
All Methods Instance Methods Concrete Methods Modifier and Type Method Description com.fasterxml.jackson.databind.JsonNode$jsii$toJson()booleanequals(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.StringgetName()(experimental) The name of the rule.inthashCode()
-
-
-
Constructor Detail
-
Jsii$Proxy
protected Jsii$Proxy(software.amazon.jsii.JsiiObjectRef objRef)
Constructor that initializes the object based on values retrieved from the JsiiObject.- Parameters:
objRef- Reference to the JSII managed object.
-
Jsii$Proxy
protected Jsii$Proxy(MergifyRule.Builder builder)
Constructor that initializes the object based on literal property values passed by theMergifyRule.Builder.
-
-
Method Detail
-
getActions
public final Map<String,Object> getActions()
Description copied from interface:MergifyRule(experimental) A dictionary made of Actions that will be executed on the matching pull requests.- Specified by:
getActionsin interfaceMergifyRule- See Also:
- https://docs.mergify.io/actions/#actions
-
getConditions
public final List<Object> getConditions()
Description copied from interface:MergifyRule(experimental) A list of Conditions string that must match against the pull request for the rule to be applied.- Specified by:
getConditionsin interfaceMergifyRule- See Also:
- https://docs.mergify.io/conditions/#conditions
-
getName
public final String getName()
Description copied from interface:MergifyRule(experimental) The name of the rule.This is not used by the engine directly, but is used when reporting information about a rule.
- Specified by:
getNamein interfaceMergifyRule
-
$jsii$toJson
@Internal public com.fasterxml.jackson.databind.JsonNode $jsii$toJson()
- Specified by:
$jsii$toJsonin interfacesoftware.amazon.jsii.JsiiSerializable
-
-