TriggerStep

@Serializable
data class TriggerStep(val allowDependencyFailure: Boolean? = null, val async: Boolean? = null, val branches: SimpleStringValue? = null, val build: Build? = null, val dependsOn: DependsOn? = null, val id: String? = null, val identifier: String? = null, val triggerStepIf: String? = null, val key: String? = null, val label: String? = null, val name: String? = null, val skip: Skip? = null, val softFail: SoftFail? = null, val trigger: String? = null, val type: BuildType? = null) : Keyable(source)

Constructors

Link copied to clipboard
constructor(allowDependencyFailure: Boolean? = null, async: Boolean? = null, branches: SimpleStringValue? = null, build: Build? = null, dependsOn: DependsOn? = null, id: String? = null, identifier: String? = null, triggerStepIf: String? = null, key: String? = null, label: String? = null, name: String? = null, skip: Skip? = null, softFail: SoftFail? = null, trigger: String? = null, type: BuildType? = null)

Properties

Link copied to clipboard
@SerialName(value = "allow_dependency_failure")
val allowDependencyFailure: Boolean? = null
Link copied to clipboard
val async: Boolean? = null

Whether to continue the build without waiting for the triggered step to complete

Link copied to clipboard
Link copied to clipboard
val build: Build? = null

Properties of the build that will be created when the step is triggered

Link copied to clipboard
@SerialName(value = "depends_on")
val dependsOn: DependsOn? = null
Link copied to clipboard
val id: String? = null
Link copied to clipboard
val identifier: String? = null
Link copied to clipboard
open override val key: String? = null
Link copied to clipboard
val label: String? = null
Link copied to clipboard
val name: String? = null
Link copied to clipboard
val skip: Skip? = null
Link copied to clipboard
@SerialName(value = "soft_fail")
val softFail: SoftFail? = null
Link copied to clipboard
val trigger: String? = null

The slug of the pipeline to create a build

Link copied to clipboard
@SerialName(value = "if")
val triggerStepIf: String? = null
Link copied to clipboard
val type: BuildType? = null