com.xebialabs.deployit.plugin
Class TestServiceHolder

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

@Component
public class TestServiceHolder
extends java.lang.Object


Constructor Summary
TestServiceHolder(com.xebialabs.deployit.service.importer.ImporterService importerService, com.xebialabs.deployit.security.UserService userService, com.xebialabs.deployit.task.ExecutionEngine engine, com.xebialabs.deployit.task.TaskArchive taskArchive, com.xebialabs.deployit.repository.WorkDirFactory workDirFactory, com.xebialabs.deployit.security.RoleService roleService, com.xebialabs.deployit.security.PermissionEditor permissionEditor)
           
 
Method Summary
static com.xebialabs.deployit.task.ExecutionEngine getExecutionEngine()
           
static com.xebialabs.deployit.service.importer.ImporterService getImporterService()
           
static com.xebialabs.deployit.security.PermissionEditor getPermissionEditor()
           
static com.xebialabs.deployit.security.RoleService getRoleService()
           
static com.xebialabs.deployit.task.TaskArchive getTaskArchive()
           
static com.xebialabs.deployit.security.UserService getUserService()
           
static com.xebialabs.deployit.repository.WorkDirFactory getWorkDirFactory()
           
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Constructor Detail

TestServiceHolder

@Autowired
public TestServiceHolder(com.xebialabs.deployit.service.importer.ImporterService importerService,
                                   com.xebialabs.deployit.security.UserService userService,
                                   com.xebialabs.deployit.task.ExecutionEngine engine,
                                   com.xebialabs.deployit.task.TaskArchive taskArchive,
                                   com.xebialabs.deployit.repository.WorkDirFactory workDirFactory,
                                   com.xebialabs.deployit.security.RoleService roleService,
                                   com.xebialabs.deployit.security.PermissionEditor permissionEditor)
Method Detail

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.task.ExecutionEngine getExecutionEngine()

getTaskArchive

public static com.xebialabs.deployit.task.TaskArchive getTaskArchive()

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()