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
  • 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

      protected Jsii$Proxy(CfnProject.BuildStatusConfigProperty.Builder builder)
      Constructor that initializes the object based on literal property values passed by the CfnProject.BuildStatusConfigProperty.Builder.
  • Method Details

    • getContext

      public final String 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 interface CfnProject.BuildStatusConfigProperty
    • getTargetUrl

      public final String 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 interface CfnProject.BuildStatusConfigProperty
    • $jsii$toJson

      @Internal public com.fasterxml.jackson.databind.JsonNode $jsii$toJson()
      Specified by:
      $jsii$toJson in interface software.amazon.jsii.JsiiSerializable
    • equals

      public final boolean equals(Object o)
      Overrides:
      equals in class Object
    • hashCode

      public final int hashCode()
      Overrides:
      hashCode in class Object