SoftwareRecipeStepExecFileResponse

data class SoftwareRecipeStepExecFileResponse(val allowedExitCodes: List<Int>, val args: List<String>, val artifactId: String, val localPath: String)

Executes an artifact or local file.

Constructors

Link copied to clipboard
fun SoftwareRecipeStepExecFileResponse(allowedExitCodes: List<Int>, args: List<String>, artifactId: String, localPath: String)

Types

Link copied to clipboard
object Companion

Properties

Link copied to clipboard

Defaults to 0. A list of possible return values that the program can return to indicate a success.

Link copied to clipboard

Arguments to be passed to the provided executable.

Link copied to clipboard

The id of the relevant artifact in the recipe.

Link copied to clipboard

The absolute path of the file on the local filesystem.