pushes

@JvmName(name = "ormvxdtebdkppqyw")
suspend fun pushes(value: Output<List<PipelineTriggerGitConfigurationPushArgs>>)
@JvmName(name = "ckywnpghgadkinth")
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 = "kgikcygariokktib")
suspend fun pushes(vararg values: Output<PipelineTriggerGitConfigurationPushArgs>)


@JvmName(name = "qnicqvejjtbynvhv")
suspend fun pushes(values: List<Output<PipelineTriggerGitConfigurationPushArgs>>)
@JvmName(name = "jmqamiwkmkutudoa")
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 = "vsiscaiujnvktiyi")
suspend fun pushes(argument: List<suspend PipelineTriggerGitConfigurationPushArgsBuilder.() -> Unit>)
@JvmName(name = "qscgluruyvibeavd")
suspend fun pushes(vararg argument: suspend PipelineTriggerGitConfigurationPushArgsBuilder.() -> Unit)
@JvmName(name = "ojewmlowqyqifphs")
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.