@Generated(value="jsii-pacmak/1.58.0 (build f8ba112)", date="2022-05-11T19:24:22.917Z") @Stability(value=Experimental) public class GitLabSourceCodeProvider extends software.amazon.jsii.JsiiObject implements ISourceCodeProvider
Example:
App amplifyApp = App.Builder.create(this, "MyApp")
.sourceCodeProvider(GitLabSourceCodeProvider.Builder.create()
.owner("<user>")
.repository("<repo>")
.oauthToken(SecretValue.secretsManager("my-gitlab-token"))
.build())
.build();
| Modifier and Type | Class and Description |
|---|---|
static class |
GitLabSourceCodeProvider.Builder
(experimental) A fluent builder for
GitLabSourceCodeProvider. |
software.amazon.jsii.JsiiObject.InitializationModeISourceCodeProvider.Jsii$Default, ISourceCodeProvider.Jsii$Proxy| Modifier | Constructor and Description |
|---|---|
|
GitLabSourceCodeProvider(GitLabSourceCodeProviderProps props) |
protected |
GitLabSourceCodeProvider(software.amazon.jsii.JsiiObject.InitializationMode initializationMode) |
protected |
GitLabSourceCodeProvider(software.amazon.jsii.JsiiObjectRef objRef) |
| Modifier and Type | Method and Description |
|---|---|
SourceCodeProviderConfig |
bind(App _app)
(experimental) Binds the source code provider to an app.
|
jsiiAsyncCall, jsiiAsyncCall, jsiiCall, jsiiCall, jsiiGet, jsiiGet, jsiiSet, jsiiStaticCall, jsiiStaticCall, jsiiStaticGet, jsiiStaticGet, jsiiStaticSet, jsiiStaticSetprotected GitLabSourceCodeProvider(software.amazon.jsii.JsiiObjectRef objRef)
protected GitLabSourceCodeProvider(software.amazon.jsii.JsiiObject.InitializationMode initializationMode)
@Stability(value=Experimental)
public GitLabSourceCodeProvider(@NotNull
GitLabSourceCodeProviderProps props)
props - This parameter is required.@Stability(value=Experimental) @NotNull public SourceCodeProviderConfig bind(@NotNull App _app)
bind in interface ISourceCodeProvider_app - This parameter is required.Copyright © 2022. All rights reserved.