NestedBlockStepClass

constructor(    allowDependencyFailure: Boolean? = null,     block: Block? = null,     blockedState: BlockedState? = null,     branches: SimpleStringValue? = null,     dependsOn: DependsOn? = null,     fields: List<FieldElement>? = null,     id: String? = null,     identifier: String? = null,     stepIf: String? = null,     key: String? = null,     label: String? = null,     name: String? = null,     prompt: String? = null,     type: NestedBlockStepType? = null,     input: Input? = null,     agents: Agents? = null,     artifactPaths: SimpleStringValue? = null,     cancelOnBuildFailing: Boolean? = null,     command: Commands? = null,     commands: Commands? = null,     concurrency: Long? = null,     concurrencyGroup: String? = null,     concurrencyMethod: ConcurrencyMethod? = null,     env: Map<String, String>? = null,     matrix: MatrixUnion? = null,     notify: List<Notification>? = null,     parallelism: Long? = null,     plugins: Plugins? = null,     priority: Long? = null,     retry: Retry? = null,     signature: Signature? = null,     skip: Skip? = null,     softFail: SoftFail? = null,     timeoutInMinutes: Long? = null,     script: ScriptStep? = null,     continueOnFailure: Boolean? = null,     wait: Wait? = null,     waiter: Wait? = null,     async: Boolean? = null,     build: Build? = null,     trigger: Trigger? = null,     group: String? = null,     steps: List<Step>? = null)(source)