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.104.0 (build e79254c)",
date="2024-11-21T06:34:05.099Z")
@Stability(Stable)
public interface ISource
extends software.amazon.jsii.JsiiSerializable
The abstract interface of a CodeBuild source.
Implemented by Source
.
-
Nested Class Summary
Modifier and TypeInterfaceDescriptionstatic interface
Internal default implementation forISource
.static final class
A proxy class which represents a concrete javascript instance of this type. -
Method Summary
Methods inherited from interface software.amazon.jsii.JsiiSerializable
$jsii$toJson
-
Method Details
-
getBadgeSupported
-
getType
-
getIdentifier
-
bind
@Stability(Stable) @NotNull SourceConfig bind(@NotNull software.constructs.Construct scope, @NotNull IProject project) - Parameters:
scope
- This parameter is required.project
- This parameter is required.
-