Package | Description |
---|---|
org.guvnor.ala.build | |
org.guvnor.ala.config | |
org.guvnor.ala.config.gwt | |
org.guvnor.ala.pipeline | |
org.guvnor.ala.runtime.providers.base | |
org.guvnor.ala.source |
Modifier and Type | Interface and Description |
---|---|
interface |
Binary
Store information about the generated binary.
|
interface |
Project
Represent one logical project Project.
|
Modifier and Type | Interface and Description |
---|---|
interface |
BinaryConfig
Binary Configuration type used to build binaries, extends the base Config
interface
|
interface |
BuildConfig
Build Configuration base interface.
|
interface |
ProjectConfig
Base Project configuration interface.
|
interface |
ProviderConfig
Base Provider configuration interface.
|
interface |
ProvisioningConfig
Base Provisioning Config interface.
|
interface |
RuntimeConfig
Base Runtime configuration interface.
|
interface |
SourceConfig
Base Source configuration interface.
|
Modifier and Type | Interface and Description |
---|---|
interface |
GWTCodeServerConfig
GWT Code Server config type used to start GWT Code Servers, extends the base Config
interface
|
Modifier and Type | Class and Description |
---|---|
class |
Input |
Modifier and Type | Method and Description |
---|---|
static <INPUT extends Config,OUTPUT extends Config> |
StageUtil.config(String name,
Function<INPUT,OUTPUT> f) |
static <INPUT extends Config,OUTPUT extends Config> |
StageUtil.config(String name,
Function<INPUT,OUTPUT> f) |
Modifier and Type | Method and Description |
---|---|
Config |
PipelineConfigStage.getConfig() |
Modifier and Type | Method and Description |
---|---|
Class<? extends Config> |
ConfigExecutor.executeFor() |
Modifier and Type | Method and Description |
---|---|
ConfigBasedPipelineBuilder |
ConfigBasedPipelineBuilder.addConfigStage(String name,
Config config) |
Constructor and Description |
---|
PipelineConfigStage(String name,
Config config) |
Modifier and Type | Class and Description |
---|---|
class |
BaseProvider<C extends ProviderConfig>
BaseProvider implementation to be extended by concrete Providers
|
Modifier and Type | Interface and Description |
---|---|
interface |
Source |
Copyright © 2001–2019 JBoss by Red Hat. All rights reserved.