SoftwareRecipeStepExtractArchiveResponse

data class SoftwareRecipeStepExtractArchiveResponse(val artifactId: String, val destination: String, val type: String)

Extracts an archive of the type specified in the specified directory.

Constructors

Link copied to clipboard
fun SoftwareRecipeStepExtractArchiveResponse(artifactId: String, destination: String, type: String)

Types

Link copied to clipboard
object Companion

Properties

Link copied to clipboard

The id of the relevant artifact in the recipe.

Link copied to clipboard

Directory to extract archive to. Defaults to / on Linux or C:\ on Windows.

Link copied to clipboard

The type of the archive to extract.