Interface JobImportState


  • public interface JobImportState
    Created by greg on 9/14/15.
    • Method Detail

      • getSynchState

        ImportSynchState getSynchState()
        Get the state of the job for import
        Returns:
        state
      • getCommit

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

        java.util.List<Action> getActions()
        Returns:
        Actions available
      • getJobRenamed

        default JobRenamed getJobRenamed()