public interface BuildService
| Modifier and Type | Method and Description |
|---|---|
IncrementalBuildResults |
addPackageResource(Path resource)
Add a Package resource to the build.
|
IncrementalBuildResults |
applyBatchResourceChanges(Project project,
Map<Path,Collection<ResourceChange>> changes)
Process a batch of changes to a Project's resources.
|
BuildResults |
build(Project project)
Full build without deployment
|
BuildResults |
buildAndDeploy(Project project)
Full build with deployment
|
BuildResults |
buildAndDeploy(Project project,
boolean suppressHandlers)
Full build with deployment with ability to suppress any post operations handlers to ensure
that only build and deploy was invoked
|
BuildResults |
buildAndDeploy(Project project,
boolean suppressHandlers,
DeploymentMode mode)
Full build with forced deployment to Maven.
|
BuildResults |
buildAndDeploy(Project project,
DeploymentMode mode)
Full build with forced deployment to Maven.
|
IncrementalBuildResults |
deletePackageResource(Path resource)
Remove a Package resource from the build.
|
boolean |
isBuilt(Project project)
Check whether a Project has been built
|
IncrementalBuildResults |
updatePackageResource(Path resource)
Update an existing Package resource in the build.
|
BuildResults build(Project project)
project - BuildResults buildAndDeploy(Project project)
project - BuildResults buildAndDeploy(Project project, DeploymentMode mode)
project - Project to be builtmode - The deployment modeBuildResults buildAndDeploy(Project project, boolean suppressHandlers)
project - BuildResults buildAndDeploy(Project project, boolean suppressHandlers, DeploymentMode mode)
project - Project to be builtsuppressHandlers - true to ignore post-processingmode - The deployment modeboolean isBuilt(Project project)
project - IncrementalBuildResults addPackageResource(Path resource)
resource - IncrementalBuildResults deletePackageResource(Path resource)
resource - IncrementalBuildResults updatePackageResource(Path resource)
resource - IncrementalBuildResults applyBatchResourceChanges(Project project, Map<Path,Collection<ResourceChange>> changes)
project - changes - Copyright © 2012–2017 JBoss by Red Hat. All rights reserved.