Interface ExecuteOSCommandAction

All Superinterfaces:
AlertRuleAction

public interface ExecuteOSCommandAction extends AlertRuleAction
An action to execute an OS Command.
Since:
2.0
  • Method Details

    • getCommand

      String getCommand()
      Gets the value of the command property.
      Returns:
      possible object is String
    • setCommand

      void setCommand(String value)
      Sets the value of the command property.
      Parameters:
      value - allowed object is String