ToolExecutionStepArgs

data class ToolExecutionStepArgs(val toolExecution: Output<ToolExecutionArgs>? = null) : ConvertibleToJava<ToolExecutionStepArgs>

Generic tool step to be used for binaries we do not explicitly support. For example: running cp to copy artifacts from one location to another.

Constructors

Link copied to clipboard
fun ToolExecutionStepArgs(toolExecution: Output<ToolExecutionArgs>? = null)

Functions

Link copied to clipboard
open override fun toJava(): ToolExecutionStepArgs

Properties

Link copied to clipboard
val toolExecution: Output<ToolExecutionArgs>? = null

A Tool execution. - In response: present if set by create/update request - In create/update request: optional