Class CfnProject.ProjectTriggersProperty.Jsii$Proxy
java.lang.Object
software.amazon.jsii.JsiiObject
software.amazon.awscdk.services.codebuild.CfnProject.ProjectTriggersProperty.Jsii$Proxy
- All Implemented Interfaces:
CfnProject.ProjectTriggersProperty
,software.amazon.jsii.JsiiSerializable
- Enclosing interface:
CfnProject.ProjectTriggersProperty
@Stability(Stable)
@Internal
public static final class CfnProject.ProjectTriggersProperty.Jsii$Proxy
extends software.amazon.jsii.JsiiObject
implements CfnProject.ProjectTriggersProperty
An implementation for
CfnProject.ProjectTriggersProperty
-
Nested Class Summary
Nested classes/interfaces inherited from class software.amazon.jsii.JsiiObject
software.amazon.jsii.JsiiObject.InitializationMode
Nested classes/interfaces inherited from interface software.amazon.awscdk.services.codebuild.CfnProject.ProjectTriggersProperty
CfnProject.ProjectTriggersProperty.Builder, CfnProject.ProjectTriggersProperty.Jsii$Proxy
-
Constructor Summary
ModifierConstructorDescriptionprotected
Constructor that initializes the object based on literal property values passed by theCfnProject.ProjectTriggersProperty.Builder
.protected
Jsii$Proxy
(software.amazon.jsii.JsiiObjectRef objRef) Constructor that initializes the object based on values retrieved from the JsiiObject. -
Method Summary
Modifier and TypeMethodDescriptioncom.fasterxml.jackson.databind.JsonNode
final boolean
final String
Specifies the type of build this webhook will trigger.final Object
A list of lists ofWebhookFilter
objects used to determine which webhook events are triggered.final Object
Specifies whether or not to begin automatically rebuilding the source code every time a code change is pushed to the repository.final int
hashCode()
Methods inherited from class software.amazon.jsii.JsiiObject
jsiiAsyncCall, jsiiAsyncCall, jsiiCall, jsiiCall, jsiiGet, jsiiGet, jsiiSet, jsiiStaticCall, jsiiStaticCall, jsiiStaticGet, jsiiStaticGet, jsiiStaticSet, jsiiStaticSet
-
Constructor Details
-
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
Constructor that initializes the object based on literal property values passed by theCfnProject.ProjectTriggersProperty.Builder
.
-
-
Method Details
-
getBuildType
Description copied from interface:CfnProject.ProjectTriggersProperty
Specifies the type of build this webhook will trigger. Allowed values are:.- BUILD - A single build
- BUILD_BATCH - A batch build
- Specified by:
getBuildType
in interfaceCfnProject.ProjectTriggersProperty
-
getFilterGroups
Description copied from interface:CfnProject.ProjectTriggersProperty
A list of lists ofWebhookFilter
objects used to determine which webhook events are triggered.At least one
WebhookFilter
in the array must specifyEVENT
as its type.- Specified by:
getFilterGroups
in interfaceCfnProject.ProjectTriggersProperty
-
getWebhook
Description copied from interface:CfnProject.ProjectTriggersProperty
Specifies whether or not to begin automatically rebuilding the source code every time a code change is pushed to the repository.- Specified by:
getWebhook
in interfaceCfnProject.ProjectTriggersProperty
-
$jsii$toJson
@Internal public com.fasterxml.jackson.databind.JsonNode $jsii$toJson()- Specified by:
$jsii$toJson
in interfacesoftware.amazon.jsii.JsiiSerializable
-
equals
-
hashCode
public final int hashCode()
-