public interface HistoryEntry
| Modifier and Type | Interface and Description |
|---|---|
static class |
HistoryEntry.RESULT
Execution result (e.g. successful)
|
static class |
HistoryEntry.STATE
Execution state (e.g. running)
|
| Modifier and Type | Method and Description |
|---|---|
Date |
getEnd()
Returns the end time of the execution.
|
String |
getRepositoryPath()
Returns the path in repository where the history is stored.
|
HistoryEntry.RESULT |
getResult()
Returns the global result of the run.
|
List<ExecutionResult> |
getSingleResults()
Returns the single script runs.
|
Date |
getStart()
Returns the start time of the execution.
|
HistoryEntry.STATE |
getState()
Returns the current state of the run.
|
Date getStart()
Date getEnd()
List<ExecutionResult> getSingleResults()
HistoryEntry.STATE getState()
HistoryEntry.RESULT getResult()
String getRepositoryPath()
Copyright © 2018. All rights reserved.