Uses of Class
org.guvnor.common.services.project.builder.model.BuildResults
-
Packages that use BuildResults Package Description org.guvnor.common.services.project.builder.service -
-
Uses of BuildResults in org.guvnor.common.services.project.builder.service
Methods in org.guvnor.common.services.project.builder.service that return BuildResults Modifier and Type Method Description BuildResultsBuildService. build(Module module)Full build without deploymentBuildResultsBuildService. buildAndDeploy(Module module)Full build with deploymentBuildResultsBuildService. 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 invokedBuildResultsBuildService. buildAndDeploy(Module module, boolean suppressHandlers, DeploymentMode mode)Full build with forced deployment to Maven.BuildResultsBuildService. buildAndDeploy(Module module, DeploymentMode mode)Full build with forced deployment to Maven.Methods in org.guvnor.common.services.project.builder.service with parameters of type BuildResults Modifier and Type Method Description voidPostBuildHandler. process(BuildResults buildResults)Process custom logic and all errors should be reported viabuildResults.addBuildMessage()
-