Class ExecutionAccessorImpl

    • Field Summary

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

        collectionDriver
    • Method Summary

      All Methods Instance Methods Concrete Methods 
      Modifier and Type Method Description
      void createIndexesIfNeeded​(java.lang.Long ttl)  
      java.util.List<Execution> findByCritera​(java.util.Map<java.lang.String,​java.lang.String> criteria, long start, long end, step.core.collections.SearchOrder order, int skip, int limit)  
      java.lang.Iterable<Execution> findByCritera​(java.util.Map<java.lang.String,​java.lang.String> criteria, java.util.Date start, java.util.Date end)  
      java.lang.Iterable<Execution> findByCritera​(java.util.Map<java.lang.String,​java.lang.String> criteria, java.util.Date start, java.util.Date end, step.core.collections.SearchOrder order)  
      java.lang.Iterable<Execution> findInInterval​(java.util.Map<java.lang.String,​java.lang.String> criteria, java.util.Date start, java.util.Date end, boolean endedOnly, step.core.collections.SearchOrder order)  
      java.lang.Iterable<Execution> findLastEnded​(int limit)  
      java.lang.Iterable<Execution> findLastStarted​(int limit)  
      java.util.List<Execution> getActiveTests()  
      java.util.List<Execution> getLastExecutionsBySchedulerTaskID​(java.lang.String schedulerTaskID, int limit)  
      java.util.List<Execution> getTestExecutionsByArtefactURL​(RepositoryObjectReference objectReference)  
      • Methods inherited from class step.core.accessors.AbstractAccessor

        createOrUpdateCompoundIndex, createOrUpdateIndex, findByAttributes, findByAttributes, findManyByAttributes, findManyByAttributes, get, get, getAll, getCollectionDriver, getRange, remove, 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

        findByAttributes, findByAttributes, findManyByAttributes, findManyByAttributes, get, get, getAll, getRange, remove, save, save