public class DefaultDeployService extends Object implements DeployService
Constructor and Description |
---|
DefaultDeployService(DeployContext context,
org.kuali.common.util.execute.Executable sysAdmin,
Monitoring monitoring,
ApplicationServer appServer,
org.kuali.common.util.execute.Executable dbReset) |
DefaultDeployService(DeployContext context,
Monitoring monitoring,
ApplicationServer appServer) |
Modifier and Type | Method and Description |
---|---|
void |
deploy() |
ApplicationServer |
getAppServer() |
DeployContext |
getContext() |
org.kuali.common.util.execute.Executable |
getDatabaseResetExecutable() |
static org.slf4j.Logger |
getLogger() |
Monitoring |
getMonitoring() |
org.kuali.common.util.execute.Executable |
getSysAdminExecutable() |
public DefaultDeployService(DeployContext context, Monitoring monitoring, ApplicationServer appServer)
public DefaultDeployService(DeployContext context, org.kuali.common.util.execute.Executable sysAdmin, Monitoring monitoring, ApplicationServer appServer, org.kuali.common.util.execute.Executable dbReset)
public void deploy()
deploy
in interface DeployService
public static org.slf4j.Logger getLogger()
public DeployContext getContext()
public org.kuali.common.util.execute.Executable getSysAdminExecutable()
public Monitoring getMonitoring()
public ApplicationServer getAppServer()
public org.kuali.common.util.execute.Executable getDatabaseResetExecutable()
Copyright © 2004–2014 The Kuali Foundation. All rights reserved.