pull Requests
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.
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.
suspend fun pullRequests(argument: List<suspend PipelineTriggerGitConfigurationPullRequestArgsBuilder.() -> Unit>)
suspend fun pullRequests(vararg argument: suspend PipelineTriggerGitConfigurationPullRequestArgsBuilder.() -> Unit)
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.