Interface HistoryEntry


  • @ProviderType
    public interface HistoryEntry
    History entry for an execution run.
    Author:
    Roland Gruber
    • Method Detail

      • getStart

        Date getStart()
        Returns the start time of the execution.
        Returns:
        start
      • getEnd

        Date getEnd()
        Returns the end time of the execution.
        Returns:
        end
      • getSingleResults

        List<ExecutionResult> getSingleResults()
        Returns the single script runs.
        Returns:
        single results
      • getState

        HistoryEntry.STATE getState()
        Returns the current state of the run.
        Returns:
        state
      • getResult

        HistoryEntry.RESULT getResult()
        Returns the global result of the run.
        Returns:
        result
      • getRepositoryPath

        String getRepositoryPath()
        Returns the path in repository where the history is stored.
        Returns:
        path