org.guvnor.server
Class BuildServiceImpl
java.lang.Object
org.guvnor.server.BuildServiceImpl
- All Implemented Interfaces:
- BuildService
@ApplicationScoped
public class BuildServiceImpl
- extends Object
- implements BuildService
| Methods inherited from class java.lang.Object |
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
BuildServiceImpl
public BuildServiceImpl()
build
public BuildResults build(Project project)
- Specified by:
build in interface BuildService
buildAndDeploy
public BuildResults buildAndDeploy(Project project)
- Specified by:
buildAndDeploy in interface BuildService
isBuilt
public boolean isBuilt(Project project)
- Specified by:
isBuilt in interface BuildService
addPackageResource
public IncrementalBuildResults addPackageResource(org.uberfire.backend.vfs.Path resource)
- Specified by:
addPackageResource in interface BuildService
deletePackageResource
public IncrementalBuildResults deletePackageResource(org.uberfire.backend.vfs.Path resource)
- Specified by:
deletePackageResource in interface BuildService
updatePackageResource
public IncrementalBuildResults updatePackageResource(org.uberfire.backend.vfs.Path resource)
- Specified by:
updatePackageResource in interface BuildService
applyBatchResourceChanges
public IncrementalBuildResults applyBatchResourceChanges(Project project,
Map<org.uberfire.backend.vfs.Path,Collection<org.uberfire.workbench.events.ResourceChange>> changes)
- Specified by:
applyBatchResourceChanges in interface BuildService
Copyright © 2001-2014 JBoss by Red Hat. All Rights Reserved.