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.InitializationMode
Nested classes/interfaces inherited from interface software.amazon.awscdk.services.codebuild.CfnProject.BuildStatusConfigProperty
CfnProject.BuildStatusConfigProperty.Builder, CfnProject.BuildStatusConfigProperty.Jsii$Proxy
-
Constructor Summary
ModifierConstructorDescriptionprotected
Constructor that initializes the object based on literal property values passed by theCfnProject.BuildStatusConfigProperty.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 context of the build status CodeBuild sends to the source provider.final String
Specifies the target url of the build status CodeBuild sends to the source provider.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.BuildStatusConfigProperty.Builder
.
-
-
Method Details
-
getContext
Description copied from interface:CfnProject.BuildStatusConfigProperty
Specifies 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
name
parameter 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
context
parameter in the GitHub commit status. For more information, see Create a commit status in the GitHub developer guide.
- Specified by:
getContext
in interfaceCfnProject.BuildStatusConfigProperty
- Bitbucket - This parameter is used for the
-
getTargetUrl
Description copied from interface:CfnProject.BuildStatusConfigProperty
Specifies 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
url
parameter 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_url
parameter in the GitHub commit status. For more information, see Create a commit status in the GitHub developer guide.
- Specified by:
getTargetUrl
in interfaceCfnProject.BuildStatusConfigProperty
- Bitbucket - This parameter is used for the
-
$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()
-