| Package | Description |
|---|---|
| org.kie.workbench.common.services.backend.builder.ala |
| Modifier and Type | Method and Description |
|---|---|
static BuildPipelineInvoker.LocalBuildRequest |
BuildPipelineInvoker.LocalBuildRequest.newFullBuildAndDeployRequest(org.guvnor.common.services.project.model.Project project,
LocalBuildConfig.DeploymentType deploymentType,
boolean suppressHandlers)
Creates a full build request for the given project, and additionally performs the deployment for the build
in current m2repository.
|
static BuildPipelineInvoker.LocalBuildRequest |
BuildPipelineInvoker.LocalBuildRequest.newFullBuildRequest(org.guvnor.common.services.project.model.Project project)
Creates a full build request for the given project.
|
static BuildPipelineInvoker.LocalBuildRequest |
BuildPipelineInvoker.LocalBuildRequest.newIncrementalBuildRequest(org.guvnor.common.services.project.model.Project project,
LocalBuildConfig.BuildType buildType,
org.uberfire.backend.vfs.Path resource)
Creates an incremental build request for the given project.
|
static BuildPipelineInvoker.LocalBuildRequest |
BuildPipelineInvoker.LocalBuildRequest.newIncrementalBuildRequest(org.guvnor.common.services.project.model.Project project,
Map<org.uberfire.backend.vfs.Path,Collection<org.uberfire.workbench.events.ResourceChange>> resourceChanges)
Creates an incremental build request for the given project.
|
| Modifier and Type | Method and Description |
|---|---|
LocalBinaryConfig |
BuildPipelineInvoker.invokeLocalBuildPipeLine(BuildPipelineInvoker.LocalBuildRequest buildRequest)
Invokes the local build pipeline.
|
void |
BuildPipelineInvoker.invokeLocalBuildPipeLine(BuildPipelineInvoker.LocalBuildRequest buildRequest,
Consumer<LocalBinaryConfig> consumer)
Invokes the local build pipeline.
|
Copyright © 2001–2017 JBoss by Red Hat. All rights reserved.