Class JobStateImpl

  • All Implemented Interfaces:
    JobState

    public class JobStateImpl
    extends java.lang.Object
    implements JobState
    Created by greg on 9/4/15.
    • Constructor Detail

      • JobStateImpl

        public JobStateImpl()
    • Method Detail

      • setCommit

        public void setCommit​(ScmCommitInfo scmCommitInfo)
      • setSynchState

        public void setSynchState​(SynchState synchState)
      • getActions

        public java.util.List<Action> getActions()
        Specified by:
        getActions in interface JobState
        Returns:
        List of actions available for the job based on the state
      • setActions

        public void setActions​(java.util.List<Action> actions)