Class HouskeepingExecutionAccessorImpl

  • All Implemented Interfaces:
    step.core.accessors.Accessor<step.core.execution.model.Execution>, step.core.accessors.CRUDAccessor<step.core.execution.model.Execution>, step.core.execution.model.ExecutionAccessor, HousekeepingExecutionAccessor

    public class HouskeepingExecutionAccessorImpl
    extends step.core.execution.model.ExecutionAccessorImpl
    implements HousekeepingExecutionAccessor
    • Field Summary

      • Fields inherited from class step.core.accessors.AbstractCRUDAccessor

        collection
      • Fields inherited from class step.core.accessors.AbstractAccessor

        mongoClientSession
    • Method Summary

      All Methods Instance Methods Concrete Methods 
      Modifier and Type Method Description
      Iterator<step.core.execution.model.Execution> findLastExpiredExecution​(long date, int limit, boolean excludeRetained)  
      • Methods inherited from class step.core.execution.model.ExecutionAccessorImpl

        createIndexesIfNeeded, findByCritera, findByCritera, findLastEnded, findLastStarted, getActiveTests, getLastExecutionsBySchedulerTaskID, getTestExecutionsByArtefactURL
      • Methods inherited from class step.core.accessors.AbstractCRUDAccessor

        findByAttributes, findByAttributes, findManyByAttributes, findManyByAttributes, get, get, getAll, getRange, queryByAttributes, queryByAttributes, remove, save, save
      • Methods inherited from class step.core.accessors.AbstractAccessor

        createOrUpdateCompoundIndex, createOrUpdateIndex, createOrUpdateTTLIndex, getJongoCollection, getMongoCollection
      • Methods inherited from interface step.core.accessors.Accessor

        findByAttributes, findByAttributes, findManyByAttributes, findManyByAttributes, get, get, getAll, getRange
      • Methods inherited from interface step.core.accessors.CRUDAccessor

        remove, save, save
    • Constructor Detail

      • HouskeepingExecutionAccessorImpl

        public HouskeepingExecutionAccessorImpl​(step.core.accessors.MongoClientSession clientSession)