public class Deployment extends Object
Constructor and Description |
---|
Deployment(DeploymentDescription description) |
Modifier and Type | Method and Description |
---|---|
void |
deployed() |
void |
deployedWithError(Throwable deploymentError) |
DeploymentDescription |
getDescription() |
boolean |
hasDeploymentError() |
boolean |
isDeployed() |
void |
undeployed() |
public Deployment(DeploymentDescription description)
public DeploymentDescription getDescription()
public boolean isDeployed()
public boolean hasDeploymentError()
public void deployedWithError(Throwable deploymentError)
public void deployed()
public void undeployed()
Copyright © 2017 JBoss by Red Hat. All rights reserved.