public class EPDeploymentRollout
extends java.lang.Object
EPDeploymentService.rollout(Collection, RolloutOptions)
,
captures the rollout result wherein the deployment result of each compilation unit is provided by EPDeploymentRolloutItem
.Constructor and Description |
---|
EPDeploymentRollout(EPDeploymentRolloutItem[] items)
Ctor.
|
Modifier and Type | Method and Description |
---|---|
EPDeploymentRolloutItem[] |
getItems()
Returns the deployment items
|
public EPDeploymentRollout(EPDeploymentRolloutItem[] items)
items
- deployment itemspublic EPDeploymentRolloutItem[] getItems()