Class Control

java.lang.Object
com.xebialabs.deployit.engine.api.dto.Control

public class Control extends Object
The parameter object of a control task action.
  • 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 - 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.
  • Method Details

    • getConfigurationItem

      public com.xebialabs.deployit.plugin.api.udm.ConfigurationItem getConfigurationItem()
      Returns:
      The ConfigurationItem that will execute the control task.
    • getControlName

      public String 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.