Interface IArtifacts.Jsii$Default

All Superinterfaces:
IArtifacts, software.amazon.jsii.JsiiSerializable
All Known Implementing Classes:
IArtifacts.Jsii$Proxy
Enclosing interface:
IArtifacts

@Internal public static interface IArtifacts.Jsii$Default extends IArtifacts
Internal default implementation for IArtifacts.
  • Nested Class Summary

    Nested classes/interfaces inherited from interface software.amazon.awscdk.services.codebuild.IArtifacts

    IArtifacts.Jsii$Default, IArtifacts.Jsii$Proxy
  • Method Summary

    Modifier and Type
    Method
    Description
    bind(software.constructs.Construct scope, IProject project)
    Callback when an Artifacts class is used in a CodeBuild Project.
    default String
    The artifact identifier.
    default String
    The CodeBuild type of this artifact.

    Methods inherited from interface software.amazon.jsii.JsiiSerializable

    $jsii$toJson
  • Method Details

    • getType

      @Stability(Stable) @NotNull default String getType()
      The CodeBuild type of this artifact.
      Specified by:
      getType in interface IArtifacts
    • getIdentifier

      @Stability(Stable) @Nullable default String getIdentifier()
      The artifact identifier.

      This property is required on secondary artifacts.

      Specified by:
      getIdentifier in interface IArtifacts
    • bind

      @Stability(Stable) @NotNull default ArtifactsConfig bind(@NotNull software.constructs.Construct scope, @NotNull IProject project)
      Callback when an Artifacts class is used in a CodeBuild Project.

      Specified by:
      bind in interface IArtifacts
      Parameters:
      scope - a root Construct that allows creating new Constructs. This parameter is required.
      project - the Project this Artifacts is used in. This parameter is required.