Package de.valtech.aecu.api.service
Interface HistoryEntry
- 
 @ProviderType public interface HistoryEntryHistory entry for an execution run.- Author:
- Roland Gruber
 
- 
- 
Nested Class SummaryNested Classes Modifier and Type Interface Description static classHistoryEntry.RESULTExecution result (e.g.static classHistoryEntry.STATEExecution state (e.g.
 - 
Method SummaryAll Methods Instance Methods Abstract Methods Modifier and Type Method Description DategetEnd()Returns the end time of the execution.StringgetRepositoryPath()Returns the path in repository where the history is stored.HistoryEntry.RESULTgetResult()Returns the global result of the run.List<ExecutionResult>getSingleResults()Returns the single script runs.DategetStart()Returns the start time of the execution.HistoryEntry.STATEgetState()Returns the current state of the run.
 
- 
- 
- 
Method Detail- 
getStartDate getStart() Returns the start time of the execution.- Returns:
- start
 
 - 
getEndDate getEnd() Returns the end time of the execution.- Returns:
- end
 
 - 
getSingleResultsList<ExecutionResult> getSingleResults() Returns the single script runs.- Returns:
- single results
 
 - 
getStateHistoryEntry.STATE getState() Returns the current state of the run.- Returns:
- state
 
 - 
getResultHistoryEntry.RESULT getResult() Returns the global result of the run.- Returns:
- result
 
 - 
getRepositoryPathString getRepositoryPath() Returns the path in repository where the history is stored.- Returns:
- path
 
 
- 
 
-