Uses of Class
de.hybris.platform.patches.enums.ExecutionStatus
-
Packages that use ExecutionStatus Package Description de.hybris.platform.patches.enums Contains generated models for each type of de.hybris.platform.jalo.enumeration package.de.hybris.platform.patches.model Contains generated models for each type of de.hybris.platform.patches.jalo package. -
-
Uses of ExecutionStatus in de.hybris.platform.patches.enums
Methods in de.hybris.platform.patches.enums that return ExecutionStatus Modifier and Type Method Description static ExecutionStatusExecutionStatus. valueOf(java.lang.String name)Returns the enum constant of this type with the specified name.static ExecutionStatus[]ExecutionStatus. values()Returns an array containing the constants of this enum type, in the order they are declared. -
Uses of ExecutionStatus in de.hybris.platform.patches.model
Methods in de.hybris.platform.patches.model that return ExecutionStatus Modifier and Type Method Description ExecutionStatusPatchExecutionModel. getExecutionStatus()Generated method - Getter of thePatchExecution.executionStatusattribute defined at extensionpatches.ExecutionStatusPatchExecutionUnitModel. getExecutionStatus()Generated method - Getter of thePatchExecutionUnit.executionStatusattribute defined at extensionpatches.Methods in de.hybris.platform.patches.model with parameters of type ExecutionStatus Modifier and Type Method Description voidPatchExecutionModel. setExecutionStatus(ExecutionStatus value)Generated method - Setter ofPatchExecution.executionStatusattribute defined at extensionpatches.voidPatchExecutionUnitModel. setExecutionStatus(ExecutionStatus value)Generated method - Setter ofPatchExecutionUnit.executionStatusattribute defined at extensionpatches.
-