pullRequests

@JvmName(name = "olxnnrjnnqdchyha")
suspend fun pullRequests(value: Output<List<PipelineTriggerGitConfigurationPullRequestArgs>>)
@JvmName(name = "hoawemgrdsqpnyux")
suspend fun pullRequests(value: List<PipelineTriggerGitConfigurationPullRequestArgs>?)

Parameters

value

The field where the repository event that will start the pipeline is specified as pull requests. A pull_request block is documented below.


@JvmName(name = "rrsqrltmoyqmgstp")
suspend fun pullRequests(vararg values: Output<PipelineTriggerGitConfigurationPullRequestArgs>)


@JvmName(name = "ofrecnuaxshsekvi")
suspend fun pullRequests(values: List<Output<PipelineTriggerGitConfigurationPullRequestArgs>>)
@JvmName(name = "ctqvupyodxpifiku")
suspend fun pullRequests(vararg values: PipelineTriggerGitConfigurationPullRequestArgs)

Parameters

values

The field where the repository event that will start the pipeline is specified as pull requests. A pull_request block is documented below.


@JvmName(name = "uroikruqwaysgkxv")
suspend fun pullRequests(argument: List<suspend PipelineTriggerGitConfigurationPullRequestArgsBuilder.() -> Unit>)
@JvmName(name = "gybxegkvusrctaex")
suspend fun pullRequests(vararg argument: suspend PipelineTriggerGitConfigurationPullRequestArgsBuilder.() -> Unit)
@JvmName(name = "mtdhixrkfdjtyopj")
suspend fun pullRequests(argument: suspend PipelineTriggerGitConfigurationPullRequestArgsBuilder.() -> Unit)

Parameters

argument

The field where the repository event that will start the pipeline is specified as pull requests. A pull_request block is documented below.