Class Control
java.lang.Object
com.xebialabs.deployit.engine.api.dto.Control
The parameter object of a control task action.
- 
Constructor Summary
Constructors - 
Method Summary
Modifier and TypeMethodDescriptioncom.xebialabs.deployit.plugin.api.udm.ConfigurationItemcom.xebialabs.deployit.plugin.api.udm.Parameters 
- 
Constructor Details
- 
Control
public Control(com.xebialabs.deployit.plugin.api.udm.ConfigurationItem configurationItem, String controlName)  - 
Control
public Control(com.xebialabs.deployit.plugin.api.udm.ConfigurationItem configurationItem, String controlName, com.xebialabs.deployit.plugin.api.udm.Parameters parameters) - Parameters:
 configurationItem- TheConfigurationItemthat will execute the control task.controlName- The name of the control task.parameters- The CI that represents theParametersused to execute the control task.
 
 - 
 - 
Method Details
- 
getConfigurationItem
public com.xebialabs.deployit.plugin.api.udm.ConfigurationItem getConfigurationItem()- Returns:
 - The 
ConfigurationItemthat will execute the control task. 
 - 
getControlName
- Returns:
 - The name of the control task.
 
 - 
getParameters
public com.xebialabs.deployit.plugin.api.udm.Parameters getParameters()- Returns:
 - The 
Parametersconfiguration item used to execute the control task. 
 
 -