Package com.morpheusdata.request
Class PackageUpgradeRequest
java.lang.Object
com.morpheusdata.request.PackageUpgradeRequest
Class to carry parameters associated with a Package Upgrade
-
Field Summary
FieldsModifier and TypeFieldDescriptionThe new version of the package to upgradeThe process associated with the upgrade. -
Constructor Summary
Constructors -
Method Summary
Modifier and TypeMethodDescriptionvoidsetNewVersion(String newVersion) voidsetProcess(Process process)
-
Field Details
-
process
The process associated with the upgrade. This can be used via theMorpheusProcessServiceto add steps for history. -
newVersion
The new version of the package to upgrade
-
-
Constructor Details
-
PackageUpgradeRequest
public PackageUpgradeRequest()
-
-
Method Details
-
getProcess
-
setProcess
-
getNewVersion
-
setNewVersion
-