Package step.core.execution.model
Class InMemoryExecutionAccessor
- java.lang.Object
-
- step.core.accessors.AbstractAccessor<Execution>
-
- step.core.execution.model.ExecutionAccessorImpl
-
- step.core.execution.model.InMemoryExecutionAccessor
-
- All Implemented Interfaces:
step.core.accessors.Accessor<Execution>
,ExecutionAccessor
public class InMemoryExecutionAccessor extends ExecutionAccessorImpl implements ExecutionAccessor
-
-
Constructor Summary
Constructors Constructor Description InMemoryExecutionAccessor()
-
Method Summary
-
Methods inherited from class step.core.execution.model.ExecutionAccessorImpl
createIndexesIfNeeded, findByCritera, findByCritera, findByCritera, findInInterval, findLastEnded, findLastStarted, getActiveTests, getLastExecutionsBySchedulerTaskID, getTestExecutionsByArtefactURL
-
Methods inherited from class step.core.accessors.AbstractAccessor
createOrUpdateCompoundIndex, createOrUpdateIndex, enableVersioning, findByAttributes, findByAttributes, findByCriteria, findManyByAttributes, findManyByAttributes, findManyByCriteria, get, get, getAll, getCollectionDriver, getHistory, getRange, isVersioningEnabled, remove, restoreVersion, save, save, stream
-
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
-
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
-
Methods inherited from interface step.core.execution.model.ExecutionAccessor
createIndexesIfNeeded, findByCritera, findByCritera, findInInterval, findLastEnded, findLastStarted, getActiveTests, getLastExecutionsBySchedulerTaskID, getTestExecutionsByArtefactURL
-
-