@Configuration
@ComponentScan(value={"com.xebialabs.deployit.service.validation","com.xebialabs.xltest"})
public class ContextConfig
extends java.lang.Object
| Constructor and Description |
|---|
ContextConfig() |
| Modifier and Type | Method and Description |
|---|---|
EventRegistry |
eventDispatcher() |
com.xebialabs.deployit.engine.api.MetadataService |
metadataService()
Bean for ConfigurationItem support.
|
com.xebialabs.deployit.plugin.api.services.Repository |
repository(com.xebialabs.deployit.repository.RepositoryService repositoryService,
com.xebialabs.deployit.service.validation.Validator validator) |
com.xebialabs.deployit.repository.RepositoryService |
repositoryService() |
com.xebialabs.deployit.repository.RepositoryServiceHolder |
repositoryServiceHolder(com.xebialabs.deployit.repository.RepositoryService repositoryService) |
com.xebialabs.deployit.engine.tasker.IEngine |
taskExecutionEngine(com.xebialabs.deployit.repository.RepositoryService repositoryService,
com.xebialabs.deployit.service.validation.Validator validator) |
@Bean public com.xebialabs.deployit.engine.api.MetadataService metadataService()
@Bean public EventRegistry eventDispatcher()
@Bean
public com.xebialabs.deployit.plugin.api.services.Repository repository(com.xebialabs.deployit.repository.RepositoryService repositoryService,
com.xebialabs.deployit.service.validation.Validator validator)
@Bean public com.xebialabs.deployit.repository.RepositoryServiceHolder repositoryServiceHolder(com.xebialabs.deployit.repository.RepositoryService repositoryService)
@Bean
public com.xebialabs.deployit.repository.RepositoryService repositoryService()
throws java.io.IOException,
javax.jcr.RepositoryException
java.io.IOExceptionjavax.jcr.RepositoryException@Bean
public com.xebialabs.deployit.engine.tasker.IEngine taskExecutionEngine(com.xebialabs.deployit.repository.RepositoryService repositoryService,
com.xebialabs.deployit.service.validation.Validator validator)