public interface WildflyRuntimeConfiguration extends ProvisioningConfig, RuntimeConfig
| Modifier and Type | Field and Description |
|---|---|
static String |
REDEPLOY_STRATEGY
Attribute name for setting the redeploy strategy parameter.
|
static String |
WAR_PATH
Attribute name for setting the war file path parameter.
|
RUNTIME_NAME| Modifier and Type | Method and Description |
|---|---|
default String |
getRedeployStrategy()
Get the Redeploy Strategy for apps in wildfly
- auto: will automatically redeploy the app if it already exist
- none: will fail if you try to redeploy an app that already exist
|
default String |
getWarPath()
Get the War / App path
|
getProviderIdgetProviderId, getRuntimeNamestatic final String WAR_PATH
static final String REDEPLOY_STRATEGY
default String getWarPath()
default String getRedeployStrategy()
Copyright © 2001–2020 JBoss by Red Hat. All rights reserved.