Uses of Class
org.kie.workbench.common.services.backend.builder.ala.LocalBuildConfig.BuildType
-
Packages that use LocalBuildConfig.BuildType Package Description org.kie.workbench.common.services.backend.builder.ala org.kie.workbench.common.services.backend.builder.service -
-
Uses of LocalBuildConfig.BuildType in org.kie.workbench.common.services.backend.builder.ala
Methods in org.kie.workbench.common.services.backend.builder.ala that return LocalBuildConfig.BuildType Modifier and Type Method Description LocalBuildConfig.BuildTypeBuildPipelineInvoker.LocalBuildRequest. getBuildType()LocalBuildConfig.BuildTypeLocalBuildConfigInternal. getBuildType()static LocalBuildConfig.BuildTypeLocalBuildConfig.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.Methods in org.kie.workbench.common.services.backend.builder.ala with parameters of type LocalBuildConfig.BuildType Modifier and Type Method Description static BuildPipelineInvoker.LocalBuildRequestBuildPipelineInvoker.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.Constructors in org.kie.workbench.common.services.backend.builder.ala with parameters of type LocalBuildConfig.BuildType Constructor Description LocalBuildConfigInternal(org.guvnor.common.services.project.model.Module module, LocalBuildConfig.BuildType buildType, org.uberfire.backend.vfs.Path resource) -
Uses of LocalBuildConfig.BuildType in org.kie.workbench.common.services.backend.builder.service
Methods in org.kie.workbench.common.services.backend.builder.service with parameters of type LocalBuildConfig.BuildType Modifier and Type Method Description org.guvnor.common.services.project.builder.model.IncrementalBuildResultsBuildServiceHelper. 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.
-