pushes

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


@JvmName(name = "kwjqalrawfqkvnnn")
suspend fun pushes(values: List<Output<PipelineTriggerGitConfigurationPushArgs>>)
@JvmName(name = "wjksbwicvxejcvfj")
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 = "tfoulnaiwxajespx")
suspend fun pushes(argument: List<suspend PipelineTriggerGitConfigurationPushArgsBuilder.() -> Unit>)
@JvmName(name = "sviapabnuagewcqe")
suspend fun pushes(vararg argument: suspend PipelineTriggerGitConfigurationPushArgsBuilder.() -> Unit)
@JvmName(name = "sdgyrrfcxtcpxehs")
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.