Class CfnProjectPropsMixin.BuildStatusConfigProperty.Jsii$Proxy
java.lang.Object
software.amazon.jsii.JsiiObject
software.amazon.awscdk.cfnpropertymixins.services.codebuild.CfnProjectPropsMixin.BuildStatusConfigProperty.Jsii$Proxy
- All Implemented Interfaces:
CfnProjectPropsMixin.BuildStatusConfigProperty,software.amazon.jsii.JsiiSerializable
- Enclosing interface:
CfnProjectPropsMixin.BuildStatusConfigProperty
@Stability(Stable)
@Internal
public static final class CfnProjectPropsMixin.BuildStatusConfigProperty.Jsii$Proxy
extends software.amazon.jsii.JsiiObject
implements CfnProjectPropsMixin.BuildStatusConfigProperty
An implementation for
CfnProjectPropsMixin.BuildStatusConfigProperty-
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.codebuild.CfnProjectPropsMixin.BuildStatusConfigProperty
CfnProjectPropsMixin.BuildStatusConfigProperty.Builder, CfnProjectPropsMixin.BuildStatusConfigProperty.Jsii$Proxy -
Constructor Summary
ConstructorsModifierConstructorDescriptionprotectedConstructor that initializes the object based on literal property values passed by theCfnProjectPropsMixin.BuildStatusConfigProperty.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 StringSpecifies the context of the build status CodeBuild sends to the source provider.final StringSpecifies the target url of the build status CodeBuild sends to the source provider.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 theCfnProjectPropsMixin.BuildStatusConfigProperty.Builder.
-
-
Method Details
-
getContext
Description copied from interface:CfnProjectPropsMixin.BuildStatusConfigPropertySpecifies the context of the build status CodeBuild sends to the source provider.The usage of this parameter depends on the source provider.
- Bitbucket - This parameter is used for the
nameparameter in the Bitbucket commit status. For more information, see build in the Bitbucket API documentation. - GitHub/GitHub Enterprise Server - This parameter is used for the
contextparameter in the GitHub commit status. For more information, see Create a commit status in the GitHub developer guide.
- Specified by:
getContextin interfaceCfnProjectPropsMixin.BuildStatusConfigProperty- See Also:
- Bitbucket - This parameter is used for the
-
getTargetUrl
Description copied from interface:CfnProjectPropsMixin.BuildStatusConfigPropertySpecifies the target url of the build status CodeBuild sends to the source provider.The usage of this parameter depends on the source provider.
- Bitbucket - This parameter is used for the
urlparameter in the Bitbucket commit status. For more information, see build in the Bitbucket API documentation. - GitHub/GitHub Enterprise Server - This parameter is used for the
target_urlparameter in the GitHub commit status. For more information, see Create a commit status in the GitHub developer guide.
- Specified by:
getTargetUrlin interfaceCfnProjectPropsMixin.BuildStatusConfigProperty- See Also:
- Bitbucket - This parameter is used for the
-
$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()
-