Class CloudbuildTriggerTriggerTemplate.Jsii$Proxy
- java.lang.Object
-
- software.amazon.jsii.JsiiObject
-
- com.hashicorp.cdktf.providers.google.cloudbuild_trigger.CloudbuildTriggerTriggerTemplate.Jsii$Proxy
-
- All Implemented Interfaces:
CloudbuildTriggerTriggerTemplate,software.amazon.jsii.JsiiSerializable
- Enclosing interface:
- CloudbuildTriggerTriggerTemplate
@Stability(Stable) @Internal public static final class CloudbuildTriggerTriggerTemplate.Jsii$Proxy extends software.amazon.jsii.JsiiObject implements CloudbuildTriggerTriggerTemplate
An implementation forCloudbuildTriggerTriggerTemplate
-
-
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.CloudbuildTriggerTriggerTemplate
CloudbuildTriggerTriggerTemplate.Builder, CloudbuildTriggerTriggerTemplate.Jsii$Proxy
-
-
Constructor Summary
Constructors Modifier Constructor Description protectedJsii$Proxy(CloudbuildTriggerTriggerTemplate.Builder builder)Constructor that initializes the object based on literal property values passed by theCloudbuildTriggerTriggerTemplate.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()Name of the branch 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.StringgetTagName()Name of the tag 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(CloudbuildTriggerTriggerTemplate.Builder builder)
Constructor that initializes the object based on literal property values passed by theCloudbuildTriggerTriggerTemplate.Builder.
-
-
Method Detail
-
getBranchName
public final String getBranchName()
Description copied from interface:CloudbuildTriggerTriggerTemplateName of the branch to build.Exactly one a of branch name, tag, or commit SHA must be provided. This field is a regular expression. 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 interfaceCloudbuildTriggerTriggerTemplate
-
getCommitSha
public final String getCommitSha()
Description copied from interface:CloudbuildTriggerTriggerTemplateExplicit commit SHA to build. Exactly one of a 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 interfaceCloudbuildTriggerTriggerTemplate
-
getDir
public final String getDir()
Description copied from interface:CloudbuildTriggerTriggerTemplateDirectory, 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 interfaceCloudbuildTriggerTriggerTemplate
-
getInvertRegex
public final Object getInvertRegex()
Description copied from interface:CloudbuildTriggerTriggerTemplateOnly 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 interfaceCloudbuildTriggerTriggerTemplate
-
getProjectId
public final String getProjectId()
Description copied from interface:CloudbuildTriggerTriggerTemplateID 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 interfaceCloudbuildTriggerTriggerTemplate
-
getRepoName
public final String getRepoName()
Description copied from interface:CloudbuildTriggerTriggerTemplateName of the Cloud Source Repository. If omitted, the name "default" is assumed.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 interfaceCloudbuildTriggerTriggerTemplate
-
getTagName
public final String getTagName()
Description copied from interface:CloudbuildTriggerTriggerTemplateName of the tag to build.Exactly one of a branch name, tag, or commit SHA must be provided. This field is a regular expression. 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 interfaceCloudbuildTriggerTriggerTemplate
-
$jsii$toJson
@Internal public com.fasterxml.jackson.databind.JsonNode $jsii$toJson()
- Specified by:
$jsii$toJsonin interfacesoftware.amazon.jsii.JsiiSerializable
-
-