Package step.client.accessors
Class RemoteExecutionAccessor
java.lang.Object
step.core.accessors.AbstractAccessor<Execution>
step.core.execution.model.ExecutionAccessorImpl
step.client.accessors.RemoteExecutionAccessor
- All Implemented Interfaces:
step.core.accessors.Accessor<Execution>
,ExecutionAccessor
-
Field Summary
Fields inherited from class step.core.accessors.AbstractAccessor
collectionDriver, newVersionThresholdMs, versionedCollectionDriver
-
Constructor Summary
Constructors -
Method Summary
Methods inherited from class step.core.execution.model.ExecutionAccessorImpl
createIndexesIfNeeded, findByCritera, findByCritera, findByCritera, findInInterval, findLastEnded, findLastStarted, getActiveTests, getLastEndedExecutionsBySchedulerTaskID, 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, streamLazy
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, streamLazy
Methods inherited from interface step.core.execution.model.ExecutionAccessor
createIndexesIfNeeded, findByCritera, findByCritera, findInInterval, findLastEnded, findLastStarted, getActiveTests, getLastEndedExecutionsBySchedulerTaskID, getTestExecutionsByArtefactURL
-
Constructor Details
-
RemoteExecutionAccessor
-