Package | Description |
---|---|
org.guvnor.common.services.project.builder.service |
Modifier and Type | Method and Description |
---|---|
BuildResults |
BuildService.build(Module module)
Full build without deployment
|
BuildResults |
BuildService.buildAndDeploy(Module module)
Full build with deployment
|
BuildResults |
BuildService.buildAndDeploy(Module module,
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(Module module,
boolean suppressHandlers,
DeploymentMode mode)
Full build with forced deployment to Maven.
|
BuildResults |
BuildService.buildAndDeploy(Module module,
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 © 2012–2019 JBoss by Red Hat. All rights reserved.