Class JobRunnerSetup

    • Field Detail

      • m_JobRunner

        protected JobRunner m_JobRunner
        the job runner to use.
    • Constructor Detail

      • JobRunnerSetup

        public JobRunnerSetup()
    • Method Detail

      • setJobRunner

        public void setJobRunner​(JobRunner value)
        Sets the job runner to use.
        Specified by:
        setJobRunner in interface JobRunnerHandler
        Parameters:
        value - the job runner to use
      • jobRunnerTipText

        public String jobRunnerTipText()
        Returns the tip text for this property.
        Returns:
        tip text for this property suitable for displaying in the GUI or for listing the options.
      • newInstance

        public JobRunner newInstance()
        Returns a new instance of the job runner (expands any variables).
        Returns:
        the new instance
      • doExecute

        protected String doExecute()
        Executes the flow item.
        Specified by:
        doExecute in class AbstractActor
        Returns:
        null if everything is fine, otherwise error message