@Configuration
@ComponentScan(value={"com.xebialabs.deployit.service.validation","com.xebialabs.xltest"})
@ImportResource(value="classpath:spring/xltest-context.xml")
public class ContextConfig
extends java.lang.Object
| Constructor and Description |
|---|
ContextConfig() |
| Modifier and Type | Method and Description |
|---|---|
EventRepository |
eventRepository() |
java.util.concurrent.ExecutorService |
executorService() |
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) |
@Bean public com.xebialabs.deployit.engine.api.MetadataService metadataService()
@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 EventRepository eventRepository() throws java.lang.NoSuchMethodException
java.lang.NoSuchMethodException@Bean public java.util.concurrent.ExecutorService executorService()