| Interface | Description |
|---|---|
| LocalBinaryConfig |
This interface represents the basic information about a Binary produced by the local build system.
|
| LocalBuildConfig |
This interface represents the build information/parameters for building a project with the local build system.
|
| LocalBuildExecConfig |
Interface that represents the build execution configuration for the local build system.
|
| LocalModule |
Internal representation of the project in the local build system.
|
| LocalProjectConfig |
Interface that represents the project configuration for the local build system.
|
| LocalSourceConfig |
Interface that represents the sources configuration for the local build system.
|
| Class | Description |
|---|---|
| BuildPipelineInitializer |
This class is responsible for the build pipeline initialization at system startup.
|
| BuildPipelineInvoker |
Helper class for invoking the build system pipeline.
|
| BuildPipelineInvoker.LocalBuildRequest |
This class models the configuration parameters for a module build execution.
|
| LocalBuildConfigExecutor |
Executor for a LocalBuildConfig configuration.
|
| LocalBuildConfigInternal |
This interface represents the internal configuration for a build to be performed by the local build system.
|
| LocalBuildExecConfigExecutor |
Executor for a LocalBuildExecConfig configuration.
|
| LocalModuleConfigExecutor |
Executor for a LocalModuleConfig configuration.
|
| LocalSource |
Internal representation of the sources in the local build system.
|
| LocalSourceConfigExecutor |
Executor for a LocalSourceConfig configuration.
|
| Enum | Description |
|---|---|
| LocalBuildConfig.BuildType |
Enumerates the different build types supported by the local build system.
|
| LocalBuildConfig.DeploymentType |
Enumerates the different deployment modes supported by the local build system.
|
Copyright © 2001–2021 JBoss by Red Hat. All rights reserved.