Interface Job

    • Method Detail

      • getCommandProgress

        CommandProgress getCommandProgress()
        Command progress only if it is supported by command
      • setCommandProgress

        void setCommandProgress​(CommandProgress commandProgress)
      • revert

        void revert()
        Change state to reverting. Command Can use it to send info about reverting to Job management infrastructure.
      • getSubjectUsernames

        List<String> getSubjectUsernames()
      • getCommandExecutionDate

        long getCommandExecutionDate()
      • getJobsFile

        File getJobsFile()
      • setJobsFile

        void setJobsFile​(File jobsFile)
      • getCommandCompletionDate

        long getCommandCompletionDate()
      • setFailToRetryable

        void setFailToRetryable​(boolean value)
        Job will be considered as retryable after fail. It means that checkpoint will not be deleted and revert or continue can be decided by the user.