Uses of Interface
org.jboss.as.controller.client.helpers.domain.DeploymentActionResult
-
Packages that use DeploymentActionResult Package Description org.jboss.as.controller.client.helpers.domain Convenience API built on top of thecore management APIto make it easier to perform common management tasks against a JBoss Application Server Managed Domain.org.jboss.as.controller.client.helpers.domain.impl Implementation classes to support themanaged 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 DeploymentActionResult Modifier and Type Method Description Map<UUID,DeploymentActionResult>DeploymentPlanResult. getDeploymentActionResults()Gets the results of theDeploymentActions associated with the deployment set plan.Map<UUID,DeploymentActionResult>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 DeploymentActionResult Modifier and Type Method Description Map<UUID,DeploymentActionResult>DeploymentPlanResultImpl. getDeploymentActionResults()Constructor parameters in org.jboss.as.controller.client.helpers.domain.impl with type arguments of type DeploymentActionResult Constructor Description DeploymentPlanResultImpl(DeploymentPlan plan, Map<UUID,DeploymentActionResult> results)
-