Class CfnPipelinePropsMixin.GitConfigurationProperty.Jsii$Proxy
java.lang.Object
software.amazon.jsii.JsiiObject
software.amazon.awscdk.cfnpropertymixins.services.codepipeline.CfnPipelinePropsMixin.GitConfigurationProperty.Jsii$Proxy
- All Implemented Interfaces:
CfnPipelinePropsMixin.GitConfigurationProperty,software.amazon.jsii.JsiiSerializable
- Enclosing interface:
CfnPipelinePropsMixin.GitConfigurationProperty
@Stability(Stable)
@Internal
public static final class CfnPipelinePropsMixin.GitConfigurationProperty.Jsii$Proxy
extends software.amazon.jsii.JsiiObject
implements CfnPipelinePropsMixin.GitConfigurationProperty
An implementation for
CfnPipelinePropsMixin.GitConfigurationProperty-
Nested Class Summary
Nested classes/interfaces inherited from class software.amazon.jsii.JsiiObject
software.amazon.jsii.JsiiObject.InitializationModeNested classes/interfaces inherited from interface software.amazon.awscdk.cfnpropertymixins.services.codepipeline.CfnPipelinePropsMixin.GitConfigurationProperty
CfnPipelinePropsMixin.GitConfigurationProperty.Builder, CfnPipelinePropsMixin.GitConfigurationProperty.Jsii$Proxy -
Constructor Summary
ConstructorsModifierConstructorDescriptionprotectedConstructor that initializes the object based on literal property values passed by theCfnPipelinePropsMixin.GitConfigurationProperty.Builder.protectedJsii$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.JsonNodefinal booleanfinal ObjectThe field where the repository event that will start the pipeline is specified as pull requests.final ObjectgetPush()The field where the repository event that will start the pipeline, such as pushing Git tags, is specified with details.final StringThe name of the pipeline source action where the trigger configuration, such as Git tags, is specified.final inthashCode()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 theCfnPipelinePropsMixin.GitConfigurationProperty.Builder.
-
-
Method Details
-
getPullRequest
Description copied from interface:CfnPipelinePropsMixin.GitConfigurationPropertyThe field where the repository event that will start the pipeline is specified as pull requests.Returns union: either
IResolvableor Listinvalid input: '<'eitherIResolvableorCfnPipelinePropsMixin.GitPullRequestFilterProperty>- Specified by:
getPullRequestin interfaceCfnPipelinePropsMixin.GitConfigurationProperty- See Also:
-
getPush
Description copied from interface:CfnPipelinePropsMixin.GitConfigurationPropertyThe field where the repository event that will start the pipeline, such as pushing Git tags, is specified with details.Returns union: either
IResolvableor Listinvalid input: '<'eitherIResolvableorCfnPipelinePropsMixin.GitPushFilterProperty>- Specified by:
getPushin interfaceCfnPipelinePropsMixin.GitConfigurationProperty- See Also:
-
getSourceActionName
Description copied from interface:CfnPipelinePropsMixin.GitConfigurationPropertyThe name of the pipeline source action where the trigger configuration, such as Git tags, is specified.The trigger configuration will start the pipeline upon the specified change only.
You can only specify one trigger configuration per source action.
- Specified by:
getSourceActionNamein interfaceCfnPipelinePropsMixin.GitConfigurationProperty- See Also:
-
$jsii$toJson
@Internal public com.fasterxml.jackson.databind.JsonNode $jsii$toJson()- Specified by:
$jsii$toJsonin interfacesoftware.amazon.jsii.JsiiSerializable
-
equals
-
hashCode
public final int hashCode()
-