Class HouskeepingExecutionAccessorImpl
- java.lang.Object
-
- step.core.accessors.AbstractAccessor<step.core.execution.model.Execution>
-
- step.core.execution.model.ExecutionAccessorImpl
-
- step.plugins.housekeeping.accessors.HouskeepingExecutionAccessorImpl
-
- All Implemented Interfaces:
step.core.accessors.Accessor<step.core.execution.model.Execution>
,step.core.execution.model.ExecutionAccessor
,HousekeepingExecutionAccessor
public class HouskeepingExecutionAccessorImpl extends step.core.execution.model.ExecutionAccessorImpl implements HousekeepingExecutionAccessor
-
-
Constructor Summary
Constructors Constructor Description HouskeepingExecutionAccessorImpl(step.core.collections.Collection<step.core.execution.model.Execution> collectionDriver)
-
Method Summary
All Methods Instance Methods Concrete Methods Modifier and Type Method Description java.util.stream.Stream<step.core.execution.model.Execution>
findLastExpiredExecution(long date, int limit, boolean excludeRetained)
-
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
-
-
-
-
Method Detail
-
findLastExpiredExecution
public java.util.stream.Stream<step.core.execution.model.Execution> findLastExpiredExecution(long date, int limit, boolean excludeRetained)
- Specified by:
findLastExpiredExecution
in interfaceHousekeepingExecutionAccessor
-
-