mirror of
https://github.com/Alfresco/alfresco-community-repo.git
synced 2025-07-24 17:32:48 +00:00
Merged V2.2 to HEAD
7389: Added Deploy action to user sandboxes Renamed DeploySnapshotDialog to DeployWebsiteDialog and AVMDeploySnapshotAction to AVMDeployWebsiteAction Updated UIDeployWebsite component to list unallocated test or live servers Updated DeployWebsiteDialog to update allocatedto property on server config when necessary 7392: Incorporated panel graphics from Linton for deploy server configuration Applied feedback from Linton on add, edit, remove deploy server config 7412: Added ability to re-deploy to test servers Added ability to view deployment reports for test servers Added ability to preview test servers git-svn-id: https://svn.alfresco.com/repos/alfresco-enterprise/alfresco/HEAD/root@8353 c4b6b30b-aa2e-2d43-bbcb-ca4b014f7261
This commit is contained in:
@@ -58,13 +58,13 @@ import org.apache.commons.logging.Log;
|
||||
import org.apache.commons.logging.LogFactory;
|
||||
|
||||
/**
|
||||
* Deploys a website snapshot to a remote server.
|
||||
* Deploys a website to a remote server.
|
||||
*
|
||||
* @author gavinc
|
||||
*/
|
||||
public class AVMDeploySnapshotAction extends ActionExecuterAbstractBase
|
||||
public class AVMDeployWebsiteAction extends ActionExecuterAbstractBase
|
||||
{
|
||||
public static final String NAME = "avm-deploy-snapshot";
|
||||
public static final String NAME = "avm-deploy-website";
|
||||
public static final String FILE_SERVER_PREFIX = "\\\\";
|
||||
|
||||
public static final String PARAM_WEBSITE = "website";
|
||||
@@ -82,7 +82,7 @@ public class AVMDeploySnapshotAction extends ActionExecuterAbstractBase
|
||||
private ContentService contentService;
|
||||
private NodeService nodeService;
|
||||
|
||||
private static Log logger = LogFactory.getLog(AVMDeploySnapshotAction.class);
|
||||
private static Log logger = LogFactory.getLog(AVMDeployWebsiteAction.class);
|
||||
private static Log delayDeploymentLogger = LogFactory.getLog("alfresco.deployment.delay");
|
||||
|
||||
/**
|
Reference in New Issue
Block a user