Options
All
  • Public
  • Public/Protected
  • All
Menu

External module "lib/spring/transform/setSpringBootVersionTransform"

Index

Functions

Const SetSpringBootVersionTransform

  • SetSpringBootVersionTransform(p: Project, ci: PushAwareParametersInvocation<object>, params: object): Promise<void | Project | EditResult<Project>>
  • Set the Spring Boot version according to the parameters. Will act on all pom files found in the project, not just in the root, so works on monorepos.

    Parameters

    • p: Project
    • ci: PushAwareParametersInvocation<object>
    • params: object
      • desiredBootVersion: string

    Returns Promise<void | Project | EditResult<Project>>

setSpringBootVersionTransform

  • setSpringBootVersionTransform(desiredBootVersion: string): CodeTransform

Generated using TypeDoc