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