Interface CloudbuildTriggerGitFileSource
-
- All Superinterfaces:
software.amazon.jsii.JsiiSerializable
- All Known Implementing Classes:
CloudbuildTriggerGitFileSource.Jsii$Proxy
@Generated(value="jsii-pacmak/1.102.0 (build e354887)", date="2024-08-31T03:59:18.089Z") @Stability(Stable) public interface CloudbuildTriggerGitFileSource extends software.amazon.jsii.JsiiSerializable
-
-
Nested Class Summary
Nested Classes Modifier and Type Interface Description static classCloudbuildTriggerGitFileSource.BuilderA builder forCloudbuildTriggerGitFileSourcestatic classCloudbuildTriggerGitFileSource.Jsii$ProxyAn implementation forCloudbuildTriggerGitFileSource
-
Method Summary
All Methods Static Methods Instance Methods Abstract Methods Default Methods Modifier and Type Method Description static CloudbuildTriggerGitFileSource.Builderbuilder()default StringgetBitbucketServerConfig()The full resource name of the bitbucket server config.default StringgetGithubEnterpriseConfig()The full resource name of the github enterprise config.StringgetPath()The path of the file, with the repo root as the root of the path.default StringgetRepository()The fully qualified resource name of the Repo API repository.StringgetRepoType()The type of the repo, since it may not be explicit from the repo field (e.g from a URL).default StringgetRevision()The branch, tag, arbitrary ref, or SHA version of the repo to use when resolving the filename (optional).default StringgetUri()The URI of the repo (optional).
-
-
-
Method Detail
-
getPath
@Stability(Stable) @NotNull String getPath()
The path of the file, with the repo root as the root of the path.Docs at Terraform Registry: {@link https://registry.terraform.io/providers/hashicorp/google/5.43.1/docs/resources/cloudbuild_trigger#path CloudbuildTrigger#path}
-
getRepoType
@Stability(Stable) @NotNull String getRepoType()
The type of the repo, since it may not be explicit from the repo field (e.g from a URL). Values can be UNKNOWN, CLOUD_SOURCE_REPOSITORIES, GITHUB, BITBUCKET_SERVER Possible values: ["UNKNOWN", "CLOUD_SOURCE_REPOSITORIES", "GITHUB", "BITBUCKET_SERVER"].Docs at Terraform Registry: {@link https://registry.terraform.io/providers/hashicorp/google/5.43.1/docs/resources/cloudbuild_trigger#repo_type CloudbuildTrigger#repo_type}
-
getBitbucketServerConfig
@Stability(Stable) @Nullable default String getBitbucketServerConfig()
The full resource name of the bitbucket server config. Format: projects/{project}/locations/{location}/bitbucketServerConfigs/{id}.Docs at Terraform Registry: {@link https://registry.terraform.io/providers/hashicorp/google/5.43.1/docs/resources/cloudbuild_trigger#bitbucket_server_config CloudbuildTrigger#bitbucket_server_config}
-
getGithubEnterpriseConfig
@Stability(Stable) @Nullable default String getGithubEnterpriseConfig()
The full resource name of the github enterprise config. Format: projects/{project}/locations/{location}/githubEnterpriseConfigs/{id}. projects/{project}/githubEnterpriseConfigs/{id}.Docs at Terraform Registry: {@link https://registry.terraform.io/providers/hashicorp/google/5.43.1/docs/resources/cloudbuild_trigger#github_enterprise_config CloudbuildTrigger#github_enterprise_config}
-
getRepository
@Stability(Stable) @Nullable default String getRepository()
The fully qualified resource name of the Repo API repository.The fully qualified resource name of the Repo API repository. If unspecified, the repo from which the trigger invocation originated is assumed to be the repo from which to read the specified path. Docs at Terraform Registry: {@link https://registry.terraform.io/providers/hashicorp/google/5.43.1/docs/resources/cloudbuild_trigger#repository CloudbuildTrigger#repository}
-
getRevision
@Stability(Stable) @Nullable default String getRevision()
The branch, tag, arbitrary ref, or SHA version of the repo to use when resolving the filename (optional).This field respects the same syntax/resolution as described here: https://git-scm.com/docs/gitrevisions If unspecified, the revision from which the trigger invocation originated is assumed to be the revision from which to read the specified path. Docs at Terraform Registry: {@link https://registry.terraform.io/providers/hashicorp/google/5.43.1/docs/resources/cloudbuild_trigger#revision CloudbuildTrigger#revision}
-
getUri
@Stability(Stable) @Nullable default String getUri()
The URI of the repo (optional).If unspecified, the repo from which the trigger invocation originated is assumed to be the repo from which to read the specified path. Docs at Terraform Registry: {@link https://registry.terraform.io/providers/hashicorp/google/5.43.1/docs/resources/cloudbuild_trigger#uri CloudbuildTrigger#uri}
-
builder
@Stability(Stable) static CloudbuildTriggerGitFileSource.Builder builder()
-
-