public class Control
extends java.lang.Object
Constructor and Description |
---|
Control(com.xebialabs.deployit.plugin.api.udm.ConfigurationItem configurationItem,
java.lang.String controlName) |
Control(com.xebialabs.deployit.plugin.api.udm.ConfigurationItem configurationItem,
java.lang.String controlName,
com.xebialabs.deployit.plugin.api.udm.Parameters parameters) |
Modifier and Type | Method and Description |
---|---|
com.xebialabs.deployit.plugin.api.udm.ConfigurationItem |
getConfigurationItem() |
java.lang.String |
getControlName() |
com.xebialabs.deployit.plugin.api.udm.Parameters |
getParameters() |
public Control(com.xebialabs.deployit.plugin.api.udm.ConfigurationItem configurationItem, java.lang.String controlName)
public Control(com.xebialabs.deployit.plugin.api.udm.ConfigurationItem configurationItem, java.lang.String controlName, com.xebialabs.deployit.plugin.api.udm.Parameters parameters)
configurationItem
- The ConfigurationItem
that will execute the control task.controlName
- The name of the control task.parameters
- The CI that represents the Parameters
used to execute the control task.public com.xebialabs.deployit.plugin.api.udm.ConfigurationItem getConfigurationItem()
ConfigurationItem
that will execute the control task.public java.lang.String getControlName()
public com.xebialabs.deployit.plugin.api.udm.Parameters getParameters()
Parameters
configuration item used to execute the control task.