public interface SwarmProperties
| Modifier and Type | Field and Description | 
|---|---|
static String | 
AJP_PORT
Sets the AJP port to be used, defaults to 8009 
 | 
static String | 
ARQUILLIAN_DAEMON_PORT
Port number for Swarm's Arquillian Daemon. 
 | 
static String | 
BIND_ADDRESS
Interface to bind servers, defaults to 0.0.0.0 
 | 
static String | 
CONTEXT_PATH
The context path to be used, defaults to / 
 | 
static String | 
DEBUG_BOOTSTRAP
If provided, the swarm container will log bootstrap information 
 | 
static String | 
DEBUG_PORT
If provided, the swarm process will pause for debugging on the given port. 
 | 
static String | 
DEPLOYMENT_TIMEOUT
Timeout, in seconds, to wait for a deployment to occur, defaults to 300 
 | 
static String | 
ENVIRONMENT
The environment this process is running on (eg. 
 | 
static String | 
EXPORT_DEPLOYMENT
Causes a deployed artifact to be dumped to disk when swarm starts, for debugging. 
 | 
static String | 
HTTP_EAGER
Since introducing the delayed open HTTP listeners, it has been determined
 that maybe it'd be useful to be able to eagerly open the listeners through usage of a property. 
 | 
static String | 
HTTP_PORT
Sets the HTTP port to be used, defaults to 8080 
 | 
static String | 
HTTPS_GENERATE_SELF_SIGNED_CERTIFICATE
If true, generates a self-signed certificate for development purposes 
 | 
static String | 
HTTPS_GENERATE_SELF_SIGNED_CERTIFICATE_HOST
The host used in the self-signed certificate if  
HTTPS_GENERATE_SELF_SIGNED_CERTIFICATE is true
 Defaults to localhost | 
static String | 
HTTPS_PORT
Sets the HTTPS port to be used, defaults to 8443 
 | 
static String | 
PORT_OFFSET
Sets a global port adjustment, defaults to 0 
 | 
static String | 
PROJECT_STAGE
Activates a stage in project-stages.yml 
 | 
static String | 
PROJECT_STAGE_FILE
A URL spec reference to a project stage file 
 | 
| Modifier and Type | Method and Description | 
|---|---|
static String | 
propertyVar(String property)
Formats a property as ${property} 
 | 
static String | 
propertyVar(String property,
           String defaultValue)
Formats a property as ${property:defaultValue} 
 | 
static final String EXPORT_DEPLOYMENT
falsestatic final String PORT_OFFSET
static final String BIND_ADDRESS
static final String HTTP_EAGER
null, will cause the http listeners to not be lazy.static final String HTTP_PORT
static final String AJP_PORT
static final String HTTPS_PORT
static final String HTTPS_GENERATE_SELF_SIGNED_CERTIFICATE
static final String HTTPS_GENERATE_SELF_SIGNED_CERTIFICATE_HOST
HTTPS_GENERATE_SELF_SIGNED_CERTIFICATE is true
 Defaults to localhoststatic final String CONTEXT_PATH
static final String DEBUG_PORT
static final String DEBUG_BOOTSTRAP
static final String ENVIRONMENT
static final String PROJECT_STAGE
static final String PROJECT_STAGE_FILE
URL, 
Constant Field Valuesstatic final String DEPLOYMENT_TIMEOUT
static final String ARQUILLIAN_DAEMON_PORT
Copyright © 2018 JBoss by Red Hat. All rights reserved.