pushes

@JvmName(name = "psptqpxeodfufmaw")
suspend fun pushes(value: Output<List<PipelineTriggerGitConfigurationPushArgs>>)
@JvmName(name = "kdviujhirgyungqd")
suspend fun pushes(value: List<PipelineTriggerGitConfigurationPushArgs>?)

Parameters

value

The field where the repository event that will start the pipeline, such as pushing Git tags, is specified with details. A push block is documented below.


@JvmName(name = "dspxpvlnaqylsyuh")
suspend fun pushes(vararg values: Output<PipelineTriggerGitConfigurationPushArgs>)


@JvmName(name = "fidwxpowctunqdhv")
suspend fun pushes(values: List<Output<PipelineTriggerGitConfigurationPushArgs>>)
@JvmName(name = "dahobqyabiogmwyr")
suspend fun pushes(vararg values: PipelineTriggerGitConfigurationPushArgs)

Parameters

values

The field where the repository event that will start the pipeline, such as pushing Git tags, is specified with details. A push block is documented below.


@JvmName(name = "qlasbuglufxnsdgi")
suspend fun pushes(argument: List<suspend PipelineTriggerGitConfigurationPushArgsBuilder.() -> Unit>)
@JvmName(name = "hjnbegwqugijvrgf")
suspend fun pushes(vararg argument: suspend PipelineTriggerGitConfigurationPushArgsBuilder.() -> Unit)
@JvmName(name = "khpefnbuwlocbxja")
suspend fun pushes(argument: suspend PipelineTriggerGitConfigurationPushArgsBuilder.() -> Unit)

Parameters

argument

The field where the repository event that will start the pipeline, such as pushing Git tags, is specified with details. A push block is documented below.