static BuildPipelineInvoker.LocalBuildRequest |
BuildPipelineInvoker.LocalBuildRequest.newFullBuildAndDeployRequest(org.guvnor.common.services.project.model.Module module,
LocalBuildConfig.DeploymentType deploymentType,
boolean suppressHandlers) |
Creates a full build request for the given module, and additionally performs the deployment for the build
in current m2repository.
|
static BuildPipelineInvoker.LocalBuildRequest |
BuildPipelineInvoker.LocalBuildRequest.newFullBuildRequest(org.guvnor.common.services.project.model.Module module) |
Creates a full build request for the given module.
|
static BuildPipelineInvoker.LocalBuildRequest |
BuildPipelineInvoker.LocalBuildRequest.newIncrementalBuildRequest(org.guvnor.common.services.project.model.Module module,
Map<org.uberfire.backend.vfs.Path,Collection<org.uberfire.workbench.events.ResourceChange>> resourceChanges) |
Creates an incremental build request for the given module.
|
static BuildPipelineInvoker.LocalBuildRequest |
BuildPipelineInvoker.LocalBuildRequest.newIncrementalBuildRequest(org.guvnor.common.services.project.model.Module module,
LocalBuildConfig.BuildType buildType,
org.uberfire.backend.vfs.Path resource) |
Creates an incremental build request for the given module.
|