Get Trigger Result
data class GetTriggerResult(val approvalConfigs: List<GetTriggerApprovalConfig>, val builds: List<GetTriggerBuild>, val createTime: String, val description: String, val disabled: Boolean, val filename: String, val filter: String, val gitFileSources: List<GetTriggerGitFileSource>, val githubs: List<GetTriggerGithub>, val id: String, val ignoredFiles: List<String>, val includeBuildLogs: String, val includedFiles: List<String>, val location: String, val name: String, val project: String? = null, val pubsubConfigs: List<GetTriggerPubsubConfig>, val repositoryEventConfigs: List<GetTriggerRepositoryEventConfig>, val serviceAccount: String, val sourceToBuilds: List<GetTriggerSourceToBuild>, val substitutions: Map<String, String>, val tags: List<String>, val triggerId: String, val triggerTemplates: List<GetTriggerTriggerTemplate>, val webhookConfigs: List<GetTriggerWebhookConfig>)
A collection of values returned by getTrigger.
Constructors
Link copied to clipboard
fun GetTriggerResult(approvalConfigs: List<GetTriggerApprovalConfig>, builds: List<GetTriggerBuild>, createTime: String, description: String, disabled: Boolean, filename: String, filter: String, gitFileSources: List<GetTriggerGitFileSource>, githubs: List<GetTriggerGithub>, id: String, ignoredFiles: List<String>, includeBuildLogs: String, includedFiles: List<String>, location: String, name: String, project: String? = null, pubsubConfigs: List<GetTriggerPubsubConfig>, repositoryEventConfigs: List<GetTriggerRepositoryEventConfig>, serviceAccount: String, sourceToBuilds: List<GetTriggerSourceToBuild>, substitutions: Map<String, String>, tags: List<String>, triggerId: String, triggerTemplates: List<GetTriggerTriggerTemplate>, webhookConfigs: List<GetTriggerWebhookConfig>)
Types
Properties
Link copied to clipboard
Link copied to clipboard
Link copied to clipboard
Link copied to clipboard
Link copied to clipboard
Link copied to clipboard
Link copied to clipboard