public class AutoDeployConstants extends Object
Modifier and Type | Field and Description |
---|---|
static String |
DEFAULT_AUTODEPLOY_DIR
Default autodeploy dir set to "autodeploy" relative to server root
|
static long |
DEFAULT_POLLING_INTERVAL
Default polling interval set to 2sec
|
static String |
DEPLOY_FAILED |
static String |
DEPLOY_METHOD
common deploy action
|
static String |
DEPLOYED
Extension of file, after successful deployment
|
static List<String> |
MARKER_FILE_SUFFIXES |
static long |
MAX_TARDINESS
Max tardiness between schedule and actual execution of task.
|
static long |
MIN_POOLING_INTERVAL
Max tardiness between schedule and actual execution of task.
|
static String |
NOTDEPLOYED
Extension of file, if deployment fails
|
static String |
PENDING
File type if it is being monitored due to slow growth
|
static long |
STARTING_DELAY
Starting delay between AutoDeployTask activation and actual deployment.
|
static String |
UNDEPLOY_FAILED |
static String |
UNDEPLOY_METHOD
common undeploy action
|
static String |
UNDEPLOY_REQUESTED |
static String |
UNDEPLOYED |
Constructor and Description |
---|
AutoDeployConstants() |
public static final long STARTING_DELAY
public static final long MAX_TARDINESS
public static final long MIN_POOLING_INTERVAL
public static final String DEFAULT_AUTODEPLOY_DIR
public static final long DEFAULT_POLLING_INTERVAL
public static final String DEPLOYED
public static final String NOTDEPLOYED
public static final String PENDING
public static final String DEPLOY_METHOD
public static final String UNDEPLOY_METHOD
public static final String DEPLOY_FAILED
public static final String UNDEPLOYED
public static final String UNDEPLOY_FAILED
public static final String UNDEPLOY_REQUESTED
Copyright © 2020. All rights reserved.