Guvnor - Project API 6.0.0.CR1

org.guvnor.common.services.project.builder.service
Interface BuildService


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

build

BuildResults build(Project project)
Full build without deployment

Parameters:
project -

buildAndDeploy

DeployResult buildAndDeploy(Project project)
Full build with deployment

Parameters:
project -

addPackageResource

void addPackageResource(org.uberfire.backend.vfs.Path resource)
Add a Package resource to the build.

Parameters:
resource -

deletePackageResource

void deletePackageResource(org.uberfire.backend.vfs.Path resource)
Remove a Package resource from the build.

Parameters:
resource -

updatePackageResource

void updatePackageResource(org.uberfire.backend.vfs.Path resource)
Update an existing Package resource in the build.

Parameters:
resource -

updateProjectResource

void updateProjectResource(org.uberfire.backend.vfs.Path resource)
Update an existing Project resource in the build.

Parameters:
resource -

applyBatchResourceChanges

void applyBatchResourceChanges(Project project,
                               Set<org.uberfire.workbench.events.ResourceChange> changes)
Process a batch of changes to a Project's resources.

Parameters:
project -
changes -

Guvnor - Project API 6.0.0.CR1

Copyright © 2001-2013 JBoss by Red Hat. All Rights Reserved.