Uses of Enum Class
org.jboss.as.controller.client.helpers.standalone.DeploymentAction.Type
Packages that use DeploymentAction.Type
Package
Description
Convenience API built on top of the
core management API
to make it easier to perform common management tasks against a single standalone JBoss Application Server instance.Implementation classes to support the
standalone server convenience API.-
Uses of DeploymentAction.Type in org.jboss.as.controller.client.helpers.standalone
Methods in org.jboss.as.controller.client.helpers.standalone that return DeploymentAction.TypeModifier and TypeMethodDescriptionDeploymentAction.getType()Gets the type of the action.static DeploymentAction.TypeReturns the enum constant of this class with the specified name.static DeploymentAction.Type[]DeploymentAction.Type.values()Returns an array containing the constants of this enum class, in the order they are declared. -
Uses of DeploymentAction.Type in org.jboss.as.controller.client.helpers.standalone.impl
Methods in org.jboss.as.controller.client.helpers.standalone.impl that return DeploymentAction.Type