Interface ISourceCodeProvider
- All Superinterfaces:
software.amazon.jsii.JsiiSerializable
- All Known Subinterfaces:
ISourceCodeProvider.Jsii$Default
- All Known Implementing Classes:
CodeCommitSourceCodeProvider,GitHubSourceCodeProvider,GitLabSourceCodeProvider,ISourceCodeProvider.Jsii$Proxy
@Generated(value="jsii-pacmak/1.119.0 (build 1634eac)",
date="2025-11-17T14:41:04.338Z")
@Stability(Experimental)
public interface ISourceCodeProvider
extends software.amazon.jsii.JsiiSerializable
(experimental) A source code provider.
-
Nested Class Summary
Nested ClassesModifier and TypeInterfaceDescriptionstatic interfaceInternal default implementation forISourceCodeProvider.static final classA proxy class which represents a concrete javascript instance of this type. -
Method Summary
Modifier and TypeMethodDescription(experimental) Binds the source code provider to an app.Methods inherited from interface software.amazon.jsii.JsiiSerializable
$jsii$toJson
-
Method Details
-
bind
(experimental) Binds the source code provider to an app.- Parameters:
app- The app [disable-awslint:ref-via-interface]. This parameter is required.
-