public static final class AutoBranchCreation.Jsii$Proxy extends software.amazon.jsii.JsiiObject implements AutoBranchCreation
AutoBranchCreation
AutoBranchCreation.Builder, AutoBranchCreation.Jsii$Proxy
Modifier | Constructor and Description |
---|---|
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(java.lang.Object o) |
java.lang.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.
|
java.util.Map<java.lang.String,java.lang.String> |
getEnvironmentVariables()
(experimental) Environment variables for the auto created branch.
|
java.util.List<java.lang.String> |
getPatterns()
(experimental) Automated branch creation glob patterns.
|
java.lang.String |
getPullRequestEnvironmentName()
(experimental) The dedicated backend environment for the pull request previews of the auto created branch.
|
java.lang.Boolean |
getPullRequestPreview()
(experimental) Whether to enable pull request preview for the auto created branch.
|
java.lang.String |
getStage()
(experimental) Stage for the auto created branch.
|
int |
hashCode() |
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.public final java.lang.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 java.util.Map<java.lang.String,java.lang.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 java.util.List<java.lang.String> getPatterns()
AutoBranchCreation
Default: - all repository branches
getPatterns
in interface AutoBranchCreation
public final java.lang.String getPullRequestEnvironmentName()
AutoBranchCreation
Default: - automatically provision a temporary backend
getPullRequestEnvironmentName
in interface AutoBranchCreation
public final java.lang.Boolean getPullRequestPreview()
AutoBranchCreation
Default: true
getPullRequestPreview
in interface AutoBranchCreation
public final java.lang.String getStage()
AutoBranchCreation
Default: - no stage
getStage
in interface AutoBranchCreation
public com.fasterxml.jackson.databind.JsonNode $jsii$toJson()
public final boolean equals(java.lang.Object o)
public final int hashCode()