Uses of Interface
org.kie.workbench.common.services.backend.builder.ala.LocalBinaryConfig
-
-
Uses of LocalBinaryConfig in org.kie.workbench.common.services.backend.builder.ala
Methods in org.kie.workbench.common.services.backend.builder.ala that return LocalBinaryConfig Modifier and Type Method Description LocalBinaryConfigBuildPipelineInvoker. invokeLocalBuildPipeLine(BuildPipelineInvoker.LocalBuildRequest buildRequest)Invokes the local build pipeline.Methods in org.kie.workbench.common.services.backend.builder.ala that return types with arguments of type LocalBinaryConfig Modifier and Type Method Description Optional<LocalBinaryConfig>LocalBuildExecConfigExecutor. apply(LocalBuildConfigInternal localBuildConfigInternal, LocalBuildExecConfig localBuildExecConfig)This executor executes the formal build of the project by using the internal build configuration.Method parameters in org.kie.workbench.common.services.backend.builder.ala with type arguments of type LocalBinaryConfig Modifier and Type Method Description voidBuildPipelineInvoker. invokeLocalBuildPipeLine(BuildPipelineInvoker.LocalBuildRequest buildRequest, Consumer<LocalBinaryConfig> consumer)Invokes the local build pipeline. -
Uses of LocalBinaryConfig in org.kie.workbench.common.services.backend.builder.ala.impl
Classes in org.kie.workbench.common.services.backend.builder.ala.impl that implement LocalBinaryConfig Modifier and Type Class Description classLocalBuildBinaryImpl -
Uses of LocalBinaryConfig in org.kie.workbench.common.services.backend.builder.service
Method parameters in org.kie.workbench.common.services.backend.builder.service with type arguments of type LocalBinaryConfig Modifier and Type Method Description voidBuildServiceHelper. localBuild(org.guvnor.common.services.project.model.Module module, Consumer<LocalBinaryConfig> consumer)Performs the full build of a module.
-