Cloudbuild_v1Functions
object Cloudbuild_v1Functions
Functions
Link copied to clipboard
suspend fun getBitbucketServerConfig(argument: GetBitbucketServerConfigPlainArgs): GetBitbucketServerConfigResult
Retrieve a BitbucketServerConfig
. This API is experimental.
suspend fun getBitbucketServerConfig(argument: suspend GetBitbucketServerConfigPlainArgsBuilder.() -> Unit): GetBitbucketServerConfigResult
suspend fun getBitbucketServerConfig(bitbucketServerConfigId: String, location: String, project: String? = null): GetBitbucketServerConfigResult
Link copied to clipboard
Returns information about a previously requested build. The Build
that is returned includes its status (such as SUCCESS
, FAILURE
, or WORKING
), and timing information.
Link copied to clipboard
suspend fun getGithubEnterpriseConfig(argument: GetGithubEnterpriseConfigPlainArgs): GetGithubEnterpriseConfigResult
Retrieve a GitHubEnterpriseConfig.
suspend fun getGithubEnterpriseConfig(argument: suspend GetGithubEnterpriseConfigPlainArgsBuilder.() -> Unit): GetGithubEnterpriseConfigResult
suspend fun getGithubEnterpriseConfig(configId: String? = null, githubEnterpriseConfigId: String, location: String, project: String? = null, projectId: String? = null): GetGithubEnterpriseConfigResult
Link copied to clipboard
Retrieves a GitLabConfig
. This API is experimental
suspend fun getGitLabConfig(argument: suspend GetGitLabConfigPlainArgsBuilder.() -> Unit): GetGitLabConfigResult
suspend fun getGitLabConfig(gitLabConfigId: String, location: String, project: String? = null): GetGitLabConfigResult
Link copied to clipboard
Returns information about a BuildTrigger
. This API is experimental.
suspend fun getTrigger(location: String, project: String? = null, projectId: String, triggerId: String): GetTriggerResult
Link copied to clipboard
Returns details of a WorkerPool
.
suspend fun getWorkerPool(argument: suspend GetWorkerPoolPlainArgsBuilder.() -> Unit): GetWorkerPoolResult
suspend fun getWorkerPool(location: String, project: String? = null, workerPoolId: String): GetWorkerPoolResult