Package step.core.execution.model
Interface ExecutionAccessor
- All Superinterfaces:
step.core.accessors.Accessor<Execution>
- All Known Implementing Classes:
ExecutionAccessorImpl,InMemoryExecutionAccessor,RemoteExecutionAccessor
-
Method Summary
Modifier and TypeMethodDescriptionvoidfindByCritera(Map<String, String> criteria, Date start, Date end, step.core.collections.SearchOrder order) findInInterval(Map<String, String> criteria, Date start, Date end, boolean endedOnly, step.core.collections.SearchOrder order) findLastEnded(int limit) findLastStarted(int limit) getLastEndedExecutionsBySchedulerTaskID(String schedulerTaskID, int limit) getTestExecutionsByArtefactURL(RepositoryObjectReference objectReference) Methods inherited from interface step.core.accessors.Accessor
enableVersioning, findByAttributes, findByAttributes, findByCriteria, findManyByAttributes, findManyByAttributes, findManyByCriteria, get, get, getAll, getCollectionDriver, getHistory, getRange, isVersioningEnabled, remove, restoreVersion, save, save, stream, streamLazy
-
Method Details
-
createIndexesIfNeeded
-
getActiveTests
-
getTestExecutionsByArtefactURL
-
findByCritera
-
findByCritera
-
findInInterval
-
findLastStarted
-
findLastEnded
-
getLastEndedExecutionsBySchedulerTaskID
-