@Stability(value=Experimental) @Internal public static final class AutoBranchCreation.Jsii$Proxy extends software.amazon.jsii.JsiiObject implements AutoBranchCreation
AutoBranchCreation
software.amazon.jsii.JsiiObject.InitializationMode
AutoBranchCreation.Builder, AutoBranchCreation.Jsii$Proxy
Modifier | Constructor and Description |
---|---|
protected |
Jsii$Proxy(AutoBranchCreation.Builder builder)
Constructor that initializes the object based on literal property values passed by the
AutoBranchCreation.Builder . |
protected |
Jsii$Proxy(software.amazon.jsii.JsiiObjectRef objRef)
Constructor that initializes the object based on values retrieved from the JsiiObject.
|
Modifier and Type | Method and Description |
---|---|
com.fasterxml.jackson.databind.JsonNode |
$jsii$toJson() |
boolean |
equals(Object o) |
Boolean |
getAutoBuild()
(experimental) Whether to enable auto building for the auto created branch.
|
BasicAuth |
getBasicAuth()
(experimental) The Basic Auth configuration.
|
BuildSpec |
getBuildSpec()
(experimental) Build spec for the auto created branch.
|
Map<String,String> |
getEnvironmentVariables()
(experimental) Environment variables for the auto created branch.
|
List<String> |
getPatterns()
(experimental) Automated branch creation glob patterns.
|
String |
getPullRequestEnvironmentName()
(experimental) The dedicated backend environment for the pull request previews of the auto created branch.
|
Boolean |
getPullRequestPreview()
(experimental) Whether to enable pull request preview for the auto created branch.
|
String |
getStage()
(experimental) Stage for the auto created branch.
|
int |
hashCode() |
jsiiAsyncCall, jsiiAsyncCall, jsiiCall, jsiiCall, jsiiGet, jsiiGet, jsiiSet, jsiiStaticCall, jsiiStaticCall, jsiiStaticGet, jsiiStaticGet, jsiiStaticSet, jsiiStaticSet
clone, finalize, getClass, notify, notifyAll, toString, wait, wait, wait
builder
protected Jsii$Proxy(software.amazon.jsii.JsiiObjectRef objRef)
objRef
- Reference to the JSII managed object.protected Jsii$Proxy(AutoBranchCreation.Builder builder)
AutoBranchCreation.Builder
.public final Boolean getAutoBuild()
AutoBranchCreation
Default: true
getAutoBuild
in interface AutoBranchCreation
public final BasicAuth getBasicAuth()
AutoBranchCreation
Use this to set password protection for the auto created branch.
Default: - no password protection
getBasicAuth
in interface AutoBranchCreation
public final BuildSpec getBuildSpec()
AutoBranchCreation
Default: - application build spec
getBuildSpec
in interface AutoBranchCreation
public final Map<String,String> getEnvironmentVariables()
AutoBranchCreation
All environment variables that you add are encrypted to prevent rogue access so you can use them to store secret information.
Default: - application environment variables
getEnvironmentVariables
in interface AutoBranchCreation
public final List<String> getPatterns()
AutoBranchCreation
Default: - all repository branches
getPatterns
in interface AutoBranchCreation
public final String getPullRequestEnvironmentName()
AutoBranchCreation
Default: - automatically provision a temporary backend
getPullRequestEnvironmentName
in interface AutoBranchCreation
public final Boolean getPullRequestPreview()
AutoBranchCreation
Default: true
getPullRequestPreview
in interface AutoBranchCreation
public final String getStage()
AutoBranchCreation
Default: - no stage
getStage
in interface AutoBranchCreation
@Internal public com.fasterxml.jackson.databind.JsonNode $jsii$toJson()
$jsii$toJson
in interface software.amazon.jsii.JsiiSerializable
Copyright © 2023. All rights reserved.