Uses of Class
org.glassfish.deployment.client.DFDeploymentStatus.Status
-
Packages that use DFDeploymentStatus.Status Package Description org.glassfish.deployment.client -
-
Uses of DFDeploymentStatus.Status in org.glassfish.deployment.client
Methods in org.glassfish.deployment.client that return DFDeploymentStatus.Status Modifier and Type Method Description DFDeploymentStatus.StatusDFDeploymentStatus. getStageStatus()DFDeploymentStatus.StatusDFDeploymentStatus. getStatus()static DFDeploymentStatus.StatusDFDeploymentStatus.Status. valueOf(String name)Returns the enum constant of this type with the specified name.static DFDeploymentStatus.Status[]DFDeploymentStatus.Status. values()Returns an array containing the constants of this enum type, in the order they are declared.Methods in org.glassfish.deployment.client with parameters of type DFDeploymentStatus.Status Modifier and Type Method Description static Iterator<DFDeploymentStatus>DFDeploymentStatus. getAllStageStatusForLevel(DFDeploymentStatus status, DFDeploymentStatus.Status level)Get all stages with this deployment status levelDFDeploymentStatusDFDeploymentStatus. getStageStatusForLevel(DFDeploymentStatus.Status level)booleanDFDeploymentStatus.Status. isWorseThan(DFDeploymentStatus.Status other)booleanDFDeploymentStatus.Status. isWorseThanOrEqual(DFDeploymentStatus.Status other)voidDFDeploymentStatus. setStageStatus(DFDeploymentStatus.Status status)Set the status for this stage
-