Class CloudbuildTriggerBuildSourceRepoSource.Jsii$Proxy
- java.lang.Object
-
- software.amazon.jsii.JsiiObject
-
- com.hashicorp.cdktf.providers.google.cloudbuild_trigger.CloudbuildTriggerBuildSourceRepoSource.Jsii$Proxy
-
- All Implemented Interfaces:
CloudbuildTriggerBuildSourceRepoSource,software.amazon.jsii.JsiiSerializable
- Enclosing interface:
- CloudbuildTriggerBuildSourceRepoSource
@Stability(Stable) @Internal public static final class CloudbuildTriggerBuildSourceRepoSource.Jsii$Proxy extends software.amazon.jsii.JsiiObject implements CloudbuildTriggerBuildSourceRepoSource
An implementation forCloudbuildTriggerBuildSourceRepoSource
-
-
Nested Class Summary
-
Nested classes/interfaces inherited from class software.amazon.jsii.JsiiObject
software.amazon.jsii.JsiiObject.InitializationMode
-
Nested classes/interfaces inherited from interface com.hashicorp.cdktf.providers.google.cloudbuild_trigger.CloudbuildTriggerBuildSourceRepoSource
CloudbuildTriggerBuildSourceRepoSource.Builder, CloudbuildTriggerBuildSourceRepoSource.Jsii$Proxy
-
-
Constructor Summary
Constructors Modifier Constructor Description protectedJsii$Proxy(CloudbuildTriggerBuildSourceRepoSource.Builder builder)Constructor that initializes the object based on literal property values passed by theCloudbuildTriggerBuildSourceRepoSource.Builder.protectedJsii$Proxy(software.amazon.jsii.JsiiObjectRef objRef)Constructor that initializes the object based on values retrieved from the JsiiObject.
-
Method Summary
All Methods Instance Methods Concrete Methods Modifier and Type Method Description com.fasterxml.jackson.databind.JsonNode$jsii$toJson()booleanequals(Object o)StringgetBranchName()Regex matching branches to build.StringgetCommitSha()Explicit commit SHA to build.StringgetDir()Directory, relative to the source root, in which to run the build.ObjectgetInvertRegex()Only trigger a build if the revision regex does NOT match the revision regex.StringgetProjectId()ID of the project that owns the Cloud Source Repository.StringgetRepoName()Name of the Cloud Source Repository.Map<String,String>getSubstitutions()Substitutions to use in a triggered build.StringgetTagName()Regex matching tags to build.inthashCode()
-
-
-
Constructor Detail
-
Jsii$Proxy
protected Jsii$Proxy(software.amazon.jsii.JsiiObjectRef objRef)
Constructor that initializes the object based on values retrieved from the JsiiObject.- Parameters:
objRef- Reference to the JSII managed object.
-
Jsii$Proxy
protected Jsii$Proxy(CloudbuildTriggerBuildSourceRepoSource.Builder builder)
Constructor that initializes the object based on literal property values passed by theCloudbuildTriggerBuildSourceRepoSource.Builder.
-
-
Method Detail
-
getRepoName
public final String getRepoName()
Description copied from interface:CloudbuildTriggerBuildSourceRepoSourceName of the Cloud Source Repository.Docs at Terraform Registry: {@link https://registry.terraform.io/providers/hashicorp/google/5.43.1/docs/resources/cloudbuild_trigger#repo_name CloudbuildTrigger#repo_name}
- Specified by:
getRepoNamein interfaceCloudbuildTriggerBuildSourceRepoSource
-
getBranchName
public final String getBranchName()
Description copied from interface:CloudbuildTriggerBuildSourceRepoSourceRegex matching branches to build.Exactly one a of branch name, tag, or commit SHA must be provided. The syntax of the regular expressions accepted is the syntax accepted by RE2 and described at https://github.com/google/re2/wiki/Syntax Docs at Terraform Registry: {@link https://registry.terraform.io/providers/hashicorp/google/5.43.1/docs/resources/cloudbuild_trigger#branch_name CloudbuildTrigger#branch_name}
- Specified by:
getBranchNamein interfaceCloudbuildTriggerBuildSourceRepoSource
-
getCommitSha
public final String getCommitSha()
Description copied from interface:CloudbuildTriggerBuildSourceRepoSourceExplicit commit SHA to build. Exactly one a of branch name, tag, or commit SHA must be provided.Docs at Terraform Registry: {@link https://registry.terraform.io/providers/hashicorp/google/5.43.1/docs/resources/cloudbuild_trigger#commit_sha CloudbuildTrigger#commit_sha}
- Specified by:
getCommitShain interfaceCloudbuildTriggerBuildSourceRepoSource
-
getDir
public final String getDir()
Description copied from interface:CloudbuildTriggerBuildSourceRepoSourceDirectory, relative to the source root, in which to run the build.This must be a relative path. If a step's dir is specified and is an absolute path, this value is ignored for that step's execution. Docs at Terraform Registry: {@link https://registry.terraform.io/providers/hashicorp/google/5.43.1/docs/resources/cloudbuild_trigger#dir CloudbuildTrigger#dir}
- Specified by:
getDirin interfaceCloudbuildTriggerBuildSourceRepoSource
-
getInvertRegex
public final Object getInvertRegex()
Description copied from interface:CloudbuildTriggerBuildSourceRepoSourceOnly trigger a build if the revision regex does NOT match the revision regex.Docs at Terraform Registry: {@link https://registry.terraform.io/providers/hashicorp/google/5.43.1/docs/resources/cloudbuild_trigger#invert_regex CloudbuildTrigger#invert_regex}
- Specified by:
getInvertRegexin interfaceCloudbuildTriggerBuildSourceRepoSource
-
getProjectId
public final String getProjectId()
Description copied from interface:CloudbuildTriggerBuildSourceRepoSourceID of the project that owns the Cloud Source Repository. If omitted, the project ID requesting the build is assumed.Docs at Terraform Registry: {@link https://registry.terraform.io/providers/hashicorp/google/5.43.1/docs/resources/cloudbuild_trigger#project_id CloudbuildTrigger#project_id}
- Specified by:
getProjectIdin interfaceCloudbuildTriggerBuildSourceRepoSource
-
getSubstitutions
public final Map<String,String> getSubstitutions()
Description copied from interface:CloudbuildTriggerBuildSourceRepoSourceSubstitutions to use in a triggered build. Should only be used with triggers.run.Docs at Terraform Registry: {@link https://registry.terraform.io/providers/hashicorp/google/5.43.1/docs/resources/cloudbuild_trigger#substitutions CloudbuildTrigger#substitutions}
- Specified by:
getSubstitutionsin interfaceCloudbuildTriggerBuildSourceRepoSource
-
getTagName
public final String getTagName()
Description copied from interface:CloudbuildTriggerBuildSourceRepoSourceRegex matching tags to build.Exactly one a of branch name, tag, or commit SHA must be provided. The syntax of the regular expressions accepted is the syntax accepted by RE2 and described at https://github.com/google/re2/wiki/Syntax Docs at Terraform Registry: {@link https://registry.terraform.io/providers/hashicorp/google/5.43.1/docs/resources/cloudbuild_trigger#tag_name CloudbuildTrigger#tag_name}
- Specified by:
getTagNamein interfaceCloudbuildTriggerBuildSourceRepoSource
-
$jsii$toJson
@Internal public com.fasterxml.jackson.databind.JsonNode $jsii$toJson()
- Specified by:
$jsii$toJsonin interfacesoftware.amazon.jsii.JsiiSerializable
-
-