public interface LocalBuildConfig extends BuildConfig
| Modifier and Type | Interface and Description |
|---|---|
static class |
LocalBuildConfig.BuildType
Enumerates the different build types supported by the local build system.
|
static class |
LocalBuildConfig.DeploymentType
Enumerates the different deployment modes supported by the local build system.
|
| Modifier and Type | Field and Description |
|---|---|
static String |
BUILD_TYPE |
static String |
DEPLOYMENT_TYPE |
static String |
RESOURCE |
static String |
RESOURCE_CHANGE |
static String |
SUPPRESS_HANDLERS |
| Modifier and Type | Method and Description |
|---|---|
default String |
getBuildType() |
default String |
getDeploymentType() |
default String |
getResource() |
Map<String,String> |
getResourceChanges() |
default String |
getSuppressHandlers() |
static final String BUILD_TYPE
static final String RESOURCE
static final String RESOURCE_CHANGE
static final String DEPLOYMENT_TYPE
static final String SUPPRESS_HANDLERS
default String getBuildType()
default String getResource()
default String getDeploymentType()
default String getSuppressHandlers()
Copyright © 2001–2020 JBoss by Red Hat. All rights reserved.