|
Guvnor - Project API 6.0.0.CR1 | |||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | |||||||||
public interface BuildService
| Method Summary | |
|---|---|
void |
addPackageResource(org.uberfire.backend.vfs.Path resource)
Add a Package resource to the build. |
void |
applyBatchResourceChanges(Project project,
Set<org.uberfire.workbench.events.ResourceChange> changes)
Process a batch of changes to a Project's resources. |
BuildResults |
build(Project project)
Full build without deployment |
DeployResult |
buildAndDeploy(Project project)
Full build with deployment |
void |
deletePackageResource(org.uberfire.backend.vfs.Path resource)
Remove a Package resource from the build. |
void |
updatePackageResource(org.uberfire.backend.vfs.Path resource)
Update an existing Package resource in the build. |
void |
updateProjectResource(org.uberfire.backend.vfs.Path resource)
Update an existing Project resource in the build. |
| Method Detail |
|---|
BuildResults build(Project project)
project - DeployResult buildAndDeploy(Project project)
project - void addPackageResource(org.uberfire.backend.vfs.Path resource)
resource - void deletePackageResource(org.uberfire.backend.vfs.Path resource)
resource - void updatePackageResource(org.uberfire.backend.vfs.Path resource)
resource - void updateProjectResource(org.uberfire.backend.vfs.Path resource)
resource -
void applyBatchResourceChanges(Project project,
Set<org.uberfire.workbench.events.ResourceChange> changes)
project - changes -
|
Guvnor - Project API 6.0.0.CR1 | |||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | |||||||||