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.84.0 (build 5404dcf)", date="2023-06-19T16:30:42.161Z") @Stability(Experimental) public interface ISourceCodeProvider extends software.amazon.jsii.JsiiSerializable
(experimental) A source code provider.
  • Nested Class Summary

    Nested Classes
    Modifier and Type
    Interface
    Description
    static interface 
    Internal default implementation for ISourceCodeProvider.
    static final class 
    A proxy class which represents a concrete javascript instance of this type.
  • Method Summary

    Modifier and Type
    Method
    Description
    bind(App app)
    (experimental) Binds the source code provider to an app.

    Methods inherited from interface software.amazon.jsii.JsiiSerializable

    $jsii$toJson
  • Method Details

    • bind

      @Stability(Experimental) @NotNull SourceCodeProviderConfig bind(@NotNull App app)
      (experimental) Binds the source code provider to an app.

      Parameters:
      app - The app [disable-awslint:ref-via-interface]. This parameter is required.