Uses of Enum Class
org.jboss.as.controller.client.helpers.domain.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 JBoss Application Server Managed Domain.Implementation classes to support the
managed domain convenience API.-
Uses of DeploymentAction.Type in org.jboss.as.controller.client.helpers.domain
Methods in org.jboss.as.controller.client.helpers.domain 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.domain.impl
Methods in org.jboss.as.controller.client.helpers.domain.impl that return DeploymentAction.Type