@Component
public class ServiceHolder
extends java.lang.Object
| Constructor and Description |
|---|
ServiceHolder(com.xebialabs.deployit.repository.RepositoryService repositoryService,
com.xebialabs.deployit.engine.tasker.TaskExecutionEngine taskExecutionEngine,
com.xebialabs.deployit.repository.WorkDirFactory workDirFactory,
com.xebialabs.deployit.service.gc.GarbageCollectionService garbageCollectionService) |
| Modifier and Type | Method and Description |
|---|---|
static com.xebialabs.deployit.service.gc.GarbageCollectionService |
getGarabageCollectionService() |
static com.xebialabs.deployit.repository.RepositoryService |
getRepositoryService() |
static com.xebialabs.deployit.engine.tasker.TaskExecutionEngine |
getTaskExecutionEngine() |
static com.xebialabs.deployit.repository.WorkDirFactory |
getWorkDirFactory() |
@Autowired
public ServiceHolder(com.xebialabs.deployit.repository.RepositoryService repositoryService,
com.xebialabs.deployit.engine.tasker.TaskExecutionEngine taskExecutionEngine,
com.xebialabs.deployit.repository.WorkDirFactory workDirFactory,
com.xebialabs.deployit.service.gc.GarbageCollectionService garbageCollectionService)
public static com.xebialabs.deployit.repository.RepositoryService getRepositoryService()
public static com.xebialabs.deployit.engine.tasker.TaskExecutionEngine getTaskExecutionEngine()
public static com.xebialabs.deployit.repository.WorkDirFactory getWorkDirFactory()
public static com.xebialabs.deployit.service.gc.GarbageCollectionService getGarabageCollectionService()