Uses of Interface
org.jboss.as.controller.client.helpers.domain.DeploymentActionResult
Packages that use DeploymentActionResult
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 DeploymentActionResult in org.jboss.as.controller.client.helpers.domain
Methods in org.jboss.as.controller.client.helpers.domain that return types with arguments of type DeploymentActionResultModifier and TypeMethodDescriptionDeploymentPlanResult.getDeploymentActionResults()Gets the results of theDeploymentActions associated with the deployment set plan.DeploymentSetPlanResult.getDeploymentActionResults()Gets the results of theDeploymentActions associated with the deployment set plan. -
Uses of DeploymentActionResult in org.jboss.as.controller.client.helpers.domain.impl
Methods in org.jboss.as.controller.client.helpers.domain.impl that return types with arguments of type DeploymentActionResultConstructor parameters in org.jboss.as.controller.client.helpers.domain.impl with type arguments of type DeploymentActionResultModifierConstructorDescriptionDeploymentPlanResultImpl(DeploymentPlan plan, Map<UUID, DeploymentActionResult> results)