Interface IExecuteCommandJobUnit

All Superinterfaces:
IJobUnit

public interface IExecuteCommandJobUnit extends IJobUnit
Execute system command. Both setCommand(String) and setArguments(String...) may contain one or more sequences of $propertyName$ where propertyName is either name of Polarion configuration property (e.g. "com.polarion.home") which will be expanded to the property's value, or "jobDir" which will be expanded to full path to the job's working directory.
Since:
3.7.2
  • Field Details

  • Method Details

    • setCommand

      void setCommand(@NotNull String command)
    • setArguments

      void setArguments(@NotNull String... arguments)