ScriptStep

constructor(    agents: Agents? = null,     allowDependencyFailure: Boolean? = null,     artifactPaths: SimpleStringValue? = null,     branches: SimpleStringValue? = null,     cancelOnBuildFailing: Boolean? = null,     command: SimpleStringValue? = null,     commands: SimpleStringValue? = null,     concurrency: Long? = null,     concurrencyGroup: String? = null,     concurrencyMethod: ConcurrencyMethod? = null,     dependsOn: DependsOn? = null,     env: Map<String, String>? = null,     id: String? = null,     identifier: String? = null,     commandStepIf: String? = null,     key: String? = null,     label: String? = null,     matrix: MatrixUnion? = null,     name: String? = 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,     type: ScriptType? = null)(source)