Class CfnProject.BuildStatusConfigProperty.Jsii$Proxy
java.lang.Object
software.amazon.jsii.JsiiObject
software.amazon.awscdk.services.codebuild.CfnProject.BuildStatusConfigProperty.Jsii$Proxy
- All Implemented Interfaces:
CfnProject.BuildStatusConfigProperty,software.amazon.jsii.JsiiSerializable
- Enclosing interface:
CfnProject.BuildStatusConfigProperty
@Stability(Stable)
@Internal
public static final class CfnProject.BuildStatusConfigProperty.Jsii$Proxy
extends software.amazon.jsii.JsiiObject
implements CfnProject.BuildStatusConfigProperty
An implementation for
CfnProject.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.services.codebuild.CfnProject.BuildStatusConfigProperty
CfnProject.BuildStatusConfigProperty.Builder, CfnProject.BuildStatusConfigProperty.Jsii$Proxy -
Constructor Summary
ConstructorsModifierConstructorDescriptionprotectedConstructor that initializes the object based on literal property values passed by theCfnProject.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 theCfnProject.BuildStatusConfigProperty.Builder.
-
-
Method Details
-
getContext
Description copied from interface:CfnProject.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 interfaceCfnProject.BuildStatusConfigProperty- See Also:
- Bitbucket - This parameter is used for the
-
getTargetUrl
Description copied from interface:CfnProject.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 interfaceCfnProject.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()
-