Interface CronTriggerConfigurationConstants
-
public interface CronTriggerConfigurationConstants
-
-
Field Summary
Fields Modifier and Type Field Description static String
CFG_BRANCH_SELECTION_MODE
static String
CFG_DEPLOYMENTS_MODE
static String
CFG_SKIP_DEPLOYED_VERSION
static String
CFG_SOURCE_BRANCH
static String
CFG_SOURCE_PLAN
static String
CRON_EXPRESSION
static String
DEFAULT_CRON_EXPRESSION
-
-
-
Field Detail
-
CRON_EXPRESSION
static final String CRON_EXPRESSION
- See Also:
- Constant Field Values
-
DEFAULT_CRON_EXPRESSION
static final String DEFAULT_CRON_EXPRESSION
- See Also:
- Constant Field Values
-
CFG_DEPLOYMENTS_MODE
static final String CFG_DEPLOYMENTS_MODE
- See Also:
- Constant Field Values
-
CFG_BRANCH_SELECTION_MODE
static final String CFG_BRANCH_SELECTION_MODE
- See Also:
- Constant Field Values
-
CFG_SOURCE_PLAN
static final String CFG_SOURCE_PLAN
- See Also:
- Constant Field Values
-
CFG_SOURCE_BRANCH
static final String CFG_SOURCE_BRANCH
- See Also:
- Constant Field Values
-
CFG_SKIP_DEPLOYED_VERSION
static final String CFG_SKIP_DEPLOYED_VERSION
- See Also:
- Constant Field Values
-
-