Class TestServiceHolder

java.lang.Object
com.xebialabs.deployit.plugin.TestServiceHolder

@Component public class TestServiceHolder extends Object
  • Constructor Summary

    Constructors
    Constructor
    Description
    TestServiceHolder(com.xebialabs.deployit.service.importer.ImporterService importerService, com.xebialabs.deployit.security.UserService userService, com.xebialabs.deployit.spring.BeanWrapper<com.xebialabs.deployit.engine.tasker.TaskExecutionEngine> engine, com.xebialabs.deployit.task.archive.TaskArchiveStore taskArchive, com.xebialabs.deployit.repository.WorkDirFactory workDirFactory, com.xebialabs.deployit.security.RoleService roleService, com.xebialabs.deployit.security.PermissionEditor permissionEditor, com.xebialabs.deployit.repository.placeholders.ResolvedPlaceholderRepository resolvedPlaceholderRepository)
     
  • Method Summary

    Modifier and Type
    Method
    Description
    static com.xebialabs.deployit.engine.tasker.TaskExecutionEngine
     
    static com.xebialabs.deployit.service.importer.ImporterService
     
    static com.xebialabs.deployit.security.PermissionEditor
     
    static com.xebialabs.deployit.repository.placeholders.ResolvedPlaceholderRepository
     
    static com.xebialabs.deployit.security.RoleService
     
    static com.xebialabs.deployit.task.archive.TaskArchiveStore
     
    static com.xebialabs.deployit.security.UserService
     
    static com.xebialabs.deployit.repository.WorkDirFactory
     

    Methods inherited from class java.lang.Object

    clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
  • Constructor Details

    • TestServiceHolder

      @Autowired public TestServiceHolder(com.xebialabs.deployit.service.importer.ImporterService importerService, com.xebialabs.deployit.security.UserService userService, com.xebialabs.deployit.spring.BeanWrapper<com.xebialabs.deployit.engine.tasker.TaskExecutionEngine> engine, com.xebialabs.deployit.task.archive.TaskArchiveStore taskArchive, com.xebialabs.deployit.repository.WorkDirFactory workDirFactory, com.xebialabs.deployit.security.RoleService roleService, com.xebialabs.deployit.security.PermissionEditor permissionEditor, com.xebialabs.deployit.repository.placeholders.ResolvedPlaceholderRepository resolvedPlaceholderRepository)
  • Method Details

    • getImporterService

      public static com.xebialabs.deployit.service.importer.ImporterService getImporterService()
    • getUserService

      public static com.xebialabs.deployit.security.UserService getUserService()
    • getExecutionEngine

      public static com.xebialabs.deployit.engine.tasker.TaskExecutionEngine getExecutionEngine()
    • getTaskArchiveStore

      public static com.xebialabs.deployit.task.archive.TaskArchiveStore getTaskArchiveStore()
    • getWorkDirFactory

      public static com.xebialabs.deployit.repository.WorkDirFactory getWorkDirFactory()
    • getRoleService

      public static com.xebialabs.deployit.security.RoleService getRoleService()
    • getPermissionEditor

      public static com.xebialabs.deployit.security.PermissionEditor getPermissionEditor()
    • getResolvedPlaceholderRepository

      public static com.xebialabs.deployit.repository.placeholders.ResolvedPlaceholderRepository getResolvedPlaceholderRepository()