Guvnor - Project API 6.2.0.CR3

Uses of Class
org.guvnor.common.services.project.builder.model.BuildResults

Packages that use BuildResults
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
 BuildResults BuildService.build(Project project)
          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
 

Methods in org.guvnor.common.services.project.builder.service with parameters of type BuildResults
 void PostBuildHandler.process(BuildResults buildResults)
          Process custom logic and all errors should be reported via buildResults.addBuildMessage()
 


Guvnor - Project API 6.2.0.CR3

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