Uses of Class
org.kie.workbench.common.services.backend.builder.ala.LocalBuildConfig.DeploymentType
-
Packages that use LocalBuildConfig.DeploymentType Package Description org.kie.workbench.common.services.backend.builder.ala -
-
Uses of LocalBuildConfig.DeploymentType in org.kie.workbench.common.services.backend.builder.ala
Methods in org.kie.workbench.common.services.backend.builder.ala that return LocalBuildConfig.DeploymentType Modifier and Type Method Description LocalBuildConfig.DeploymentTypeBuildPipelineInvoker.LocalBuildRequest. getDeploymentType()LocalBuildConfig.DeploymentTypeLocalBuildConfigInternal. getDeploymentType()static LocalBuildConfig.DeploymentTypeLocalBuildConfig.DeploymentType. valueOf(String name)Returns the enum constant of this type with the specified name.static LocalBuildConfig.DeploymentType[]LocalBuildConfig.DeploymentType. 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.DeploymentType Modifier and Type Method Description static BuildPipelineInvoker.LocalBuildRequestBuildPipelineInvoker.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.Constructors in org.kie.workbench.common.services.backend.builder.ala with parameters of type LocalBuildConfig.DeploymentType Constructor Description LocalBuildConfigInternal(org.guvnor.common.services.project.model.Module module, LocalBuildConfig.DeploymentType deploymentType, boolean suppressHandlers)
-