| Package | Description |
|---|---|
| org.guvnor.common.services.project.builder.service |
| Modifier and Type | Method and Description |
|---|---|
BuildResults |
BuildService.build(Project project)
Full build without deployment
|
BuildResults |
BuildService.build(Project project,
org.uberfire.backend.vfs.Path resource,
String content)
Full build without deployment.
|
BuildResults |
BuildService.buildAndDeploy(Project project)
Full build with deployment
|
BuildResults |
BuildService.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
|
BuildResults |
BuildService.buildAndDeploy(Project project,
boolean suppressHandlers,
DeploymentMode mode)
Full build with forced deployment to Maven.
|
BuildResults |
BuildService.buildAndDeploy(Project project,
DeploymentMode mode)
Full build with forced deployment to Maven.
|
| Modifier and Type | Method and Description |
|---|---|
void |
PostBuildHandler.process(BuildResults buildResults)
Process custom logic and all errors should be reported via
buildResults.addBuildMessage() |
Copyright © 2001–2016 JBoss by Red Hat. All rights reserved.