Package com.dtolabs.rundeck.plugins.scm
Interface JobState
-
- All Known Implementing Classes:
JobStateImpl
public interface JobState
Synch state of a job
-
-
Method Summary
All Methods Instance Methods Abstract Methods Modifier and Type Method Description java.util.List<Action>
getActions()
ScmCommitInfo
getCommit()
SynchState
getSynchState()
-
-
-
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
-
-