Class ReplaceLibrariesWithApiPlugin

java.lang.Object
org.openrewrite.Recipe
org.openrewrite.jenkins.ReplaceLibrariesWithApiPlugin
All Implemented Interfaces:
Cloneable

public class ReplaceLibrariesWithApiPlugin extends org.openrewrite.Recipe
Replaces a set of libraries with an api plugin. Excludes libraries transitively with comments. Jenkins has as custom classloader that shares libraries through api plugins.
  • Nested Class Summary

    Nested Classes
    Modifier and Type
    Class
    Description
    static class 
    The groupId:artifactId combos to be replaced if present.

    Nested classes/interfaces inherited from class org.openrewrite.Recipe

    org.openrewrite.Recipe.Builder, org.openrewrite.Recipe.DelegatingRecipe
  • Field Summary

    Fields inherited from class org.openrewrite.Recipe

    contributors, examples, PANIC
  • Constructor Summary

    Constructors
    Constructor
    Description
    ReplaceLibrariesWithApiPlugin(String pluginGroupId, String pluginArtifactId, String pluginVersion, Set<ReplaceLibrariesWithApiPlugin.Library> replaces)
    Replaces a set of libraries with an api plugin.
  • Method Summary

    Modifier and Type
    Method
    Description
     
     
    org.openrewrite.TreeVisitor<?,org.openrewrite.ExecutionContext>
     

    Methods inherited from class org.openrewrite.Recipe

    addDataTable, builder, buildRecipeList, causesAnotherCycle, clone, createRecipeDescriptor, equals, getContributors, getDataTableDescriptors, getDescriptor, getEstimatedEffortPerOccurrence, getExamples, getInstanceName, getInstanceNameSuffix, getJacksonPolymorphicTypeTag, getMaintainers, getName, getRecipeList, getTags, hashCode, maxCycles, noop, run, run, run, setContributors, setExamples, validate, validate, validateAll, validateAll

    Methods inherited from class java.lang.Object

    finalize, getClass, notify, notifyAll, toString, wait, wait, wait
  • Constructor Details

    • ReplaceLibrariesWithApiPlugin

      public ReplaceLibrariesWithApiPlugin(String pluginGroupId, String pluginArtifactId, String pluginVersion, Set<ReplaceLibrariesWithApiPlugin.Library> replaces)
      Replaces a set of libraries with an api plugin.
      Parameters:
      pluginGroupId - api plugin's groupId
      pluginArtifactId - api plugin's artifactId
      pluginVersion - api plugin's version
      replaces - set of libraries included in the api plugin
  • Method Details

    • getDisplayName

      public String getDisplayName()
      Specified by:
      getDisplayName in class org.openrewrite.Recipe
    • getDescription

      public String getDescription()
      Specified by:
      getDescription in class org.openrewrite.Recipe
    • getVisitor

      public org.openrewrite.TreeVisitor<?,org.openrewrite.ExecutionContext> getVisitor()
      Overrides:
      getVisitor in class org.openrewrite.Recipe