|
Guvnor - Project API 6.1.0.CR2 | |||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | |||||||||
public interface BuildService
| Method Summary | |
|---|---|
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 |
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. |
| Method Detail |
|---|
BuildResults build(Project project)
project - BuildResults buildAndDeploy(Project project)
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 -
|
Guvnor - Project API 6.1.0.CR2 | |||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | |||||||||