@Stability(value=Experimental) @Internal public static final class RepositoryTriggerOptions.Jsii$Proxy extends software.amazon.jsii.JsiiObject implements RepositoryTriggerOptions
RepositoryTriggerOptionssoftware.amazon.jsii.JsiiObject.InitializationModeRepositoryTriggerOptions.Builder, RepositoryTriggerOptions.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(List<String> branches,
String customData,
List<? extends RepositoryEventTrigger> events,
String name)
Constructor that initializes the object based on literal property values passed by the
RepositoryTriggerOptions.Builder. |
| Modifier and Type | Method and Description |
|---|---|
com.fasterxml.jackson.databind.JsonNode |
$jsii$toJson() |
boolean |
equals(Object o) |
List<String> |
getBranches()
(experimental) The names of the branches in the AWS CodeCommit repository that contain events that you want to include in the trigger.
|
String |
getCustomData()
(experimental) When an event is triggered, additional information that AWS CodeCommit includes when it sends information to the target.
|
List<RepositoryEventTrigger> |
getEvents()
(experimental) The repository events for which AWS CodeCommit sends information to the target, which you specified in the DestinationArn property.If you don't specify events, the trigger runs for all repository events.
|
String |
getName()
(experimental) A name for the trigger.Triggers on a repository must have unique names.
|
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(List<String> branches, String customData, List<? extends RepositoryEventTrigger> events, String name)
RepositoryTriggerOptions.Builder.public final List<String> getBranches()
RepositoryTriggerOptionsIf you don't specify at least one branch, the trigger applies to all branches.
getBranches in interface RepositoryTriggerOptionspublic final String getCustomData()
RepositoryTriggerOptionsgetCustomData in interface RepositoryTriggerOptionspublic final List<RepositoryEventTrigger> getEvents()
RepositoryTriggerOptionsgetEvents in interface RepositoryTriggerOptionspublic final String getName()
RepositoryTriggerOptionsgetName in interface RepositoryTriggerOptions@Internal public com.fasterxml.jackson.databind.JsonNode $jsii$toJson()
$jsii$toJson in interface software.amazon.jsii.JsiiSerializableCopyright © 2021. All rights reserved.