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.104.0 (build e79254c)",
date="2024-10-31T19:13:07.666Z")
@Stability(Experimental)
public interface ISourceCodeProvider
extends software.amazon.jsii.JsiiSerializable
(experimental) A source code provider.
-
Nested Class Summary
Modifier and TypeInterfaceDescriptionstatic interface
Internal default implementation forISourceCodeProvider
.static final class
A 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.
-