public class EPDeploymentRolloutCompiled
extends java.lang.Object
EPDeploymentService.rollout(Collection, RolloutOptions)
,
for passing a compilation unit and the deployment options for the compilation unit.Constructor and Description |
---|
EPDeploymentRolloutCompiled(EPCompiled compiled)
Ctor, assumes default deployment options
|
EPDeploymentRolloutCompiled(EPCompiled compiled,
DeploymentOptions options)
Ctor.
|
Modifier and Type | Method and Description |
---|---|
EPCompiled |
getCompiled()
Returns the compiled module.
|
DeploymentOptions |
getOptions()
Returns the deployment options
|
public EPDeploymentRolloutCompiled(EPCompiled compiled)
compiled
- compiled module to deploypublic EPDeploymentRolloutCompiled(EPCompiled compiled, DeploymentOptions options)
compiled
- compiled module to deployoptions
- deployment optionspublic EPCompiled getCompiled()
public DeploymentOptions getOptions()