public interface BuildService
| Modifier and Type | Method and Description |
|---|---|
IncrementalBuildResults |
addPackageResource(org.uberfire.backend.vfs.Path resource)
Add a Package resource to the build.
|
IncrementalBuildResults |
applyBatchResourceChanges(Project project,
Map<org.uberfire.backend.vfs.Path,Collection<org.uberfire.workbench.events.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
|
IncrementalBuildResults |
deletePackageResource(org.uberfire.backend.vfs.Path resource)
Remove a Package resource from the build.
|
boolean |
isBuilt(Project project)
Check whether a Project has been built
|
IncrementalBuildResults |
updatePackageResource(org.uberfire.backend.vfs.Path resource)
Update an existing Package resource in the build.
|
BuildResults build(Project project)
project - BuildResults buildAndDeploy(Project project)
project - BuildResults buildAndDeploy(Project project, boolean suppressHandlers)
project - boolean isBuilt(Project project)
project - IncrementalBuildResults addPackageResource(org.uberfire.backend.vfs.Path resource)
resource - IncrementalBuildResults deletePackageResource(org.uberfire.backend.vfs.Path resource)
resource - IncrementalBuildResults updatePackageResource(org.uberfire.backend.vfs.Path resource)
resource - IncrementalBuildResults applyBatchResourceChanges(Project project, Map<org.uberfire.backend.vfs.Path,Collection<org.uberfire.workbench.events.ResourceChange>> changes)
project - changes - Copyright © 2001–2016 JBoss by Red Hat. All rights reserved.