public class DeploymentEvent extends Object
| Constructor and Description |
|---|
DeploymentEvent(String deploymentId,
DeployedUnit deployedUnit)
Create a new deployment event given deployment id and deployed unit.
|
| Modifier and Type | Method and Description |
|---|---|
DeployedUnit |
getDeployedUnit()
Returns the deployed unit
|
String |
getDeploymentId()
Returns the deployment id.
|
void |
setDeployedUnit(DeployedUnit deployedUnit)
Sets the deployed unit.
|
void |
setDeploymentId(String deploymentId)
Sets the deployment id.
|
public DeploymentEvent(String deploymentId, DeployedUnit deployedUnit)
deploymentId - deployedUnit - public DeployedUnit getDeployedUnit()
DeployedUnit deployed unitpublic void setDeployedUnit(DeployedUnit deployedUnit)
deployedUnit - public String getDeploymentId()
public void setDeploymentId(String deploymentId)
deploymentId - Copyright © 2001–2020 JBoss by Red Hat. All rights reserved.