| Package | Description |
|---|---|
| org.kie.workbench.common.services.backend.builder.ala | |
| org.kie.workbench.common.services.backend.builder.service |
| Modifier and Type | Method and Description |
|---|---|
LocalBuildConfig.BuildType |
LocalBuildConfigInternal.getBuildType() |
LocalBuildConfig.BuildType |
BuildPipelineInvoker.LocalBuildRequest.getBuildType() |
static LocalBuildConfig.BuildType |
LocalBuildConfig.BuildType.valueOf(String name)
Returns the enum constant of this type with the specified name.
|
static LocalBuildConfig.BuildType[] |
LocalBuildConfig.BuildType.values()
Returns an array containing the constants of this enum type, in
the order they are declared.
|
| Modifier and Type | Method and Description |
|---|---|
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.
|
| Constructor and Description |
|---|
LocalBuildConfigInternal(org.guvnor.common.services.project.model.Module module,
LocalBuildConfig.BuildType buildType,
org.uberfire.backend.vfs.Path resource) |
| Modifier and Type | Method and Description |
|---|---|
org.guvnor.common.services.project.builder.model.IncrementalBuildResults |
BuildServiceHelper.localBuild(org.guvnor.common.services.project.model.Module module,
LocalBuildConfig.BuildType buildType,
org.uberfire.backend.vfs.Path resource)
Performs the incremental build of a module.
|
Copyright © 2001–2021 JBoss by Red Hat. All rights reserved.