Class Control
java.lang.Object
com.xebialabs.deployit.engine.api.dto.Control
The parameter object of a control task action.
-
Constructor Summary
-
Method Summary
Modifier and TypeMethodDescriptioncom.xebialabs.deployit.plugin.api.udm.ConfigurationItem
com.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
- TheConfigurationItem
that will execute the control task.controlName
- The name of the control task.parameters
- The CI that represents theParameters
used to execute the control task.
-
-
Method Details
-
getConfigurationItem
public com.xebialabs.deployit.plugin.api.udm.ConfigurationItem getConfigurationItem()- Returns:
- The
ConfigurationItem
that 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
Parameters
configuration item used to execute the control task.
-