Interface JobState

  • All Known Implementing Classes:
    JobStateImpl

    public interface JobState
    Synch state of a job
    • Method Detail

      • getSynchState

        SynchState getSynchState()
        Returns:
        the synch state
      • getCommit

        ScmCommitInfo getCommit()
        Returns:
        the previous commit info if available
      • getActions

        java.util.List<Action> getActions()
        Returns:
        List of actions available for the job based on the state