com.xebialabs.deployit.service.gc
Class GarbageCollectionServiceImpl

java.lang.Object
  extended by com.xebialabs.deployit.service.gc.GarbageCollectionServiceImpl
All Implemented Interfaces:
GarbageCollectionService

@Component
public class GarbageCollectionServiceImpl
extends java.lang.Object
implements GarbageCollectionService


Constructor Summary
GarbageCollectionServiceImpl(com.xebialabs.deployit.engine.tasker.Engine engine)
           
 
Method Summary
 void runGarbageCollector()
           
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Constructor Detail

GarbageCollectionServiceImpl

@Autowired
public GarbageCollectionServiceImpl(com.xebialabs.deployit.engine.tasker.Engine engine)
Method Detail

runGarbageCollector

public void runGarbageCollector()
Specified by:
runGarbageCollector in interface GarbageCollectionService