Interface IArtifacts

All Superinterfaces:
software.amazon.jsii.JsiiSerializable
All Known Subinterfaces:
IArtifacts.Jsii$Default
All Known Implementing Classes:
Artifacts, IArtifacts.Jsii$Proxy

@Generated(value="jsii-pacmak/1.95.0 (build f1ff514)", date="2024-03-26T18:09:20.974Z") @Stability(Stable) public interface IArtifacts extends software.amazon.jsii.JsiiSerializable
The abstract interface of a CodeBuild build output.

Implemented by Artifacts.

  • Nested Class Summary

    Nested Classes
    Modifier and Type
    Interface
    Description
    static interface 
    Internal default implementation for IArtifacts.
    static final class 
    A proxy class which represents a concrete javascript instance of this type.
  • 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.
    The CodeBuild type of this artifact.

    Methods inherited from interface software.amazon.jsii.JsiiSerializable

    $jsii$toJson
  • Method Details

    • getType

      @Stability(Stable) @NotNull String getType()
      The CodeBuild type of this artifact.
    • getIdentifier

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

      This property is required on secondary artifacts.

    • bind

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

      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.