Package-level declarations

Types

data class BitbucketServerConfigConnectedRepositoryArgs(val projectKey: Output<String>, val repoSlug: Output<String>) : ConvertibleToJava<BitbucketServerConfigConnectedRepositoryArgs>
Link copied to clipboard
data class BitbucketServerConfigSecretsArgs(val adminAccessTokenVersionName: Output<String>, val readAccessTokenVersionName: Output<String>, val webhookSecretVersionName: Output<String>) : ConvertibleToJava<BitbucketServerConfigSecretsArgs>
Link copied to clipboard
data class GetTriggerPlainArgs(val location: String, val project: String? = null, val triggerId: String) : ConvertibleToJava<GetTriggerPlainArgs>

A collection of arguments for invoking getTrigger.

Link copied to clipboard
data class TriggerApprovalConfigArgs(val approvalRequired: Output<Boolean>? = null) : ConvertibleToJava<TriggerApprovalConfigArgs>
Link copied to clipboard
data class TriggerBitbucketServerTriggerConfigArgs(val bitbucketServerConfigResource: Output<String>, val projectKey: Output<String>, val pullRequest: Output<TriggerBitbucketServerTriggerConfigPullRequestArgs>? = null, val push: Output<TriggerBitbucketServerTriggerConfigPushArgs>? = null, val repoSlug: Output<String>) : ConvertibleToJava<TriggerBitbucketServerTriggerConfigArgs>
data class TriggerBitbucketServerTriggerConfigPullRequestArgs(val branch: Output<String>, val commentControl: Output<String>? = null, val invertRegex: Output<Boolean>? = null) : ConvertibleToJava<TriggerBitbucketServerTriggerConfigPullRequestArgs>
data class TriggerBitbucketServerTriggerConfigPushArgs(val branch: Output<String>? = null, val invertRegex: Output<Boolean>? = null, val tag: Output<String>? = null) : ConvertibleToJava<TriggerBitbucketServerTriggerConfigPushArgs>
Link copied to clipboard
data class TriggerBuildArgs(val artifacts: Output<TriggerBuildArtifactsArgs>? = null, val availableSecrets: Output<TriggerBuildAvailableSecretsArgs>? = null, val images: Output<List<String>>? = null, val logsBucket: Output<String>? = null, val options: Output<TriggerBuildOptionsArgs>? = null, val queueTtl: Output<String>? = null, val secrets: Output<List<TriggerBuildSecretArgs>>? = null, val source: Output<TriggerBuildSourceArgs>? = null, val steps: Output<List<TriggerBuildStepArgs>>, val substitutions: Output<Map<String, String>>? = null, val tags: Output<List<String>>? = null, val timeout: Output<String>? = null) : ConvertibleToJava<TriggerBuildArgs>
Link copied to clipboard
Link copied to clipboard
data class TriggerBuildArtifactsArgs(val images: Output<List<String>>? = null, val mavenArtifacts: Output<List<TriggerBuildArtifactsMavenArtifactArgs>>? = null, val npmPackages: Output<List<TriggerBuildArtifactsNpmPackageArgs>>? = null, val objects: Output<TriggerBuildArtifactsObjectsArgs>? = null, val pythonPackages: Output<List<TriggerBuildArtifactsPythonPackageArgs>>? = null) : ConvertibleToJava<TriggerBuildArtifactsArgs>
Link copied to clipboard
data class TriggerBuildArtifactsMavenArtifactArgs(val artifactId: Output<String>? = null, val groupId: Output<String>? = null, val path: Output<String>? = null, val repository: Output<String>? = null, val version: Output<String>? = null) : ConvertibleToJava<TriggerBuildArtifactsMavenArtifactArgs>
Link copied to clipboard
data class TriggerBuildArtifactsNpmPackageArgs(val packagePath: Output<String>? = null, val repository: Output<String>? = null) : ConvertibleToJava<TriggerBuildArtifactsNpmPackageArgs>
Link copied to clipboard
data class TriggerBuildArtifactsObjectsArgs(val location: Output<String>? = null, val paths: Output<List<String>>? = null, val timings: Output<List<TriggerBuildArtifactsObjectsTimingArgs>>? = null) : ConvertibleToJava<TriggerBuildArtifactsObjectsArgs>
Link copied to clipboard
data class TriggerBuildArtifactsObjectsTimingArgs(val endTime: Output<String>? = null, val startTime: Output<String>? = null) : ConvertibleToJava<TriggerBuildArtifactsObjectsTimingArgs>
Link copied to clipboard
data class TriggerBuildArtifactsPythonPackageArgs(val paths: Output<List<String>>? = null, val repository: Output<String>? = null) : ConvertibleToJava<TriggerBuildArtifactsPythonPackageArgs>
Link copied to clipboard
data class TriggerBuildAvailableSecretsArgs(val secretManagers: Output<List<TriggerBuildAvailableSecretsSecretManagerArgs>>) : ConvertibleToJava<TriggerBuildAvailableSecretsArgs>
data class TriggerBuildAvailableSecretsSecretManagerArgs(val env: Output<String>, val versionName: Output<String>) : ConvertibleToJava<TriggerBuildAvailableSecretsSecretManagerArgs>
Link copied to clipboard
data class TriggerBuildOptionsArgs(val diskSizeGb: Output<Int>? = null, val dynamicSubstitutions: Output<Boolean>? = null, val envs: Output<List<String>>? = null, val logStreamingOption: Output<String>? = null, val logging: Output<String>? = null, val machineType: Output<String>? = null, val requestedVerifyOption: Output<String>? = null, val secretEnvs: Output<List<String>>? = null, val sourceProvenanceHashes: Output<List<String>>? = null, val substitutionOption: Output<String>? = null, val volumes: Output<List<TriggerBuildOptionsVolumeArgs>>? = null, val workerPool: Output<String>? = null) : ConvertibleToJava<TriggerBuildOptionsArgs>
Link copied to clipboard
data class TriggerBuildOptionsVolumeArgs(val name: Output<String>? = null, val path: Output<String>? = null) : ConvertibleToJava<TriggerBuildOptionsVolumeArgs>
Link copied to clipboard
data class TriggerBuildSecretArgs(val kmsKeyName: Output<String>, val secretEnv: Output<Map<String, String>>? = null) : ConvertibleToJava<TriggerBuildSecretArgs>
Link copied to clipboard
data class TriggerBuildSourceArgs(val repoSource: Output<TriggerBuildSourceRepoSourceArgs>? = null, val storageSource: Output<TriggerBuildSourceStorageSourceArgs>? = null) : ConvertibleToJava<TriggerBuildSourceArgs>
Link copied to clipboard
data class TriggerBuildSourceRepoSourceArgs(val branchName: Output<String>? = null, val commitSha: Output<String>? = null, val dir: Output<String>? = null, val invertRegex: Output<Boolean>? = null, val projectId: Output<String>? = null, val repoName: Output<String>, val substitutions: Output<Map<String, String>>? = null, val tagName: Output<String>? = null) : ConvertibleToJava<TriggerBuildSourceRepoSourceArgs>
Link copied to clipboard
data class TriggerBuildSourceStorageSourceArgs(val bucket: Output<String>, val generation: Output<String>? = null, val object: Output<String>) : ConvertibleToJava<TriggerBuildSourceStorageSourceArgs>
Link copied to clipboard
data class TriggerBuildStepArgs(val allowExitCodes: Output<List<Int>>? = null, val allowFailure: Output<Boolean>? = null, val args: Output<List<String>>? = null, val dir: Output<String>? = null, val entrypoint: Output<String>? = null, val envs: Output<List<String>>? = null, val id: Output<String>? = null, val name: Output<String>, val script: Output<String>? = null, val secretEnvs: Output<List<String>>? = null, val timeout: Output<String>? = null, val timing: Output<String>? = null, val volumes: Output<List<TriggerBuildStepVolumeArgs>>? = null, val waitFors: Output<List<String>>? = null) : ConvertibleToJava<TriggerBuildStepArgs>
Link copied to clipboard
data class TriggerBuildStepVolumeArgs(val name: Output<String>, val path: Output<String>) : ConvertibleToJava<TriggerBuildStepVolumeArgs>
Link copied to clipboard
data class TriggerGitFileSourceArgs(val bitbucketServerConfig: Output<String>? = null, val githubEnterpriseConfig: Output<String>? = null, val path: Output<String>, val repoType: Output<String>, val repository: Output<String>? = null, val revision: Output<String>? = null, val uri: Output<String>? = null) : ConvertibleToJava<TriggerGitFileSourceArgs>
Link copied to clipboard
data class TriggerGithubArgs(val enterpriseConfigResourceName: Output<String>? = null, val name: Output<String>? = null, val owner: Output<String>? = null, val pullRequest: Output<TriggerGithubPullRequestArgs>? = null, val push: Output<TriggerGithubPushArgs>? = null) : ConvertibleToJava<TriggerGithubArgs>
Link copied to clipboard
Link copied to clipboard
data class TriggerGithubPullRequestArgs(val branch: Output<String>, val commentControl: Output<String>? = null, val invertRegex: Output<Boolean>? = null) : ConvertibleToJava<TriggerGithubPullRequestArgs>
Link copied to clipboard
data class TriggerGithubPushArgs(val branch: Output<String>? = null, val invertRegex: Output<Boolean>? = null, val tag: Output<String>? = null) : ConvertibleToJava<TriggerGithubPushArgs>
Link copied to clipboard
data class TriggerPubsubConfigArgs(val serviceAccountEmail: Output<String>? = null, val state: Output<String>? = null, val subscription: Output<String>? = null, val topic: Output<String>) : ConvertibleToJava<TriggerPubsubConfigArgs>
Link copied to clipboard
data class TriggerRepositoryEventConfigArgs(val pullRequest: Output<TriggerRepositoryEventConfigPullRequestArgs>? = null, val push: Output<TriggerRepositoryEventConfigPushArgs>? = null, val repository: Output<String>? = null) : ConvertibleToJava<TriggerRepositoryEventConfigArgs>
data class TriggerRepositoryEventConfigPullRequestArgs(val branch: Output<String>? = null, val commentControl: Output<String>? = null, val invertRegex: Output<Boolean>? = null) : ConvertibleToJava<TriggerRepositoryEventConfigPullRequestArgs>
Link copied to clipboard
data class TriggerRepositoryEventConfigPushArgs(val branch: Output<String>? = null, val invertRegex: Output<Boolean>? = null, val tag: Output<String>? = null) : ConvertibleToJava<TriggerRepositoryEventConfigPushArgs>
Link copied to clipboard
data class TriggerSourceToBuildArgs(val bitbucketServerConfig: Output<String>? = null, val githubEnterpriseConfig: Output<String>? = null, val ref: Output<String>, val repoType: Output<String>, val repository: Output<String>? = null, val uri: Output<String>? = null) : ConvertibleToJava<TriggerSourceToBuildArgs>
Link copied to clipboard
data class TriggerTriggerTemplateArgs(val branchName: Output<String>? = null, val commitSha: Output<String>? = null, val dir: Output<String>? = null, val invertRegex: Output<Boolean>? = null, val projectId: Output<String>? = null, val repoName: Output<String>? = null, val tagName: Output<String>? = null) : ConvertibleToJava<TriggerTriggerTemplateArgs>
Link copied to clipboard
data class TriggerWebhookConfigArgs(val secret: Output<String>, val state: Output<String>? = null) : ConvertibleToJava<TriggerWebhookConfigArgs>
Link copied to clipboard
data class WorkerPoolNetworkConfigArgs(val peeredNetwork: Output<String>, val peeredNetworkIpRange: Output<String>? = null) : ConvertibleToJava<WorkerPoolNetworkConfigArgs>
Link copied to clipboard
data class WorkerPoolPrivateServiceConnectArgs(val networkAttachment: Output<String>, val routeAllTraffic: Output<Boolean>? = null) : ConvertibleToJava<WorkerPoolPrivateServiceConnectArgs>
Link copied to clipboard
data class WorkerPoolWorkerConfigArgs(val diskSizeGb: Output<Int>? = null, val machineType: Output<String>? = null, val noExternalIp: Output<Boolean>? = null) : ConvertibleToJava<WorkerPoolWorkerConfigArgs>