Interface ISource

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

@Generated(value="jsii-pacmak/1.84.0 (build 5404dcf)", date="2023-06-19T16:30:41.818Z") @Stability(Stable) public interface ISource extends software.amazon.jsii.JsiiSerializable
The abstract interface of a CodeBuild source.

Implemented by Source.

  • Method Details

    • getBadgeSupported

      @Stability(Stable) @NotNull Boolean getBadgeSupported()
    • getType

      @Stability(Stable) @NotNull String getType()
    • getIdentifier

      @Stability(Stable) @Nullable default String getIdentifier()
    • bind

      @Stability(Stable) @NotNull SourceConfig bind(@NotNull Construct scope, @NotNull IProject project)
      Parameters:
      scope - This parameter is required.
      project - This parameter is required.