Software Recipe Step Response
data class SoftwareRecipeStepResponse(val archiveExtraction: SoftwareRecipeStepExtractArchiveResponse, val dpkgInstallation: SoftwareRecipeStepInstallDpkgResponse, val fileCopy: SoftwareRecipeStepCopyFileResponse, val fileExec: SoftwareRecipeStepExecFileResponse, val msiInstallation: SoftwareRecipeStepInstallMsiResponse, val rpmInstallation: SoftwareRecipeStepInstallRpmResponse, val scriptRun: SoftwareRecipeStepRunScriptResponse)
An action that can be taken as part of installing or updating a recipe.
Constructors
Link copied to clipboard
fun SoftwareRecipeStepResponse(archiveExtraction: SoftwareRecipeStepExtractArchiveResponse, dpkgInstallation: SoftwareRecipeStepInstallDpkgResponse, fileCopy: SoftwareRecipeStepCopyFileResponse, fileExec: SoftwareRecipeStepExecFileResponse, msiInstallation: SoftwareRecipeStepInstallMsiResponse, rpmInstallation: SoftwareRecipeStepInstallRpmResponse, scriptRun: SoftwareRecipeStepRunScriptResponse)