Package org.openrewrite.jenkins
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 ClassesModifier and TypeClassDescriptionstatic classThe 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
ConstructorsConstructorDescriptionReplaceLibrariesWithApiPlugin(String pluginGroupId, String pluginArtifactId, String pluginVersion, Set<ReplaceLibrariesWithApiPlugin.Library> replaces) Replaces a set of libraries with an api plugin. -
Method Summary
Modifier and TypeMethodDescriptionorg.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
-
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 groupIdpluginArtifactId- api plugin's artifactIdpluginVersion- api plugin's versionreplaces- set of libraries included in the api plugin
-
-
Method Details
-
getDisplayName
- Specified by:
getDisplayNamein classorg.openrewrite.Recipe
-
getDescription
- Specified by:
getDescriptionin classorg.openrewrite.Recipe
-
getVisitor
public org.openrewrite.TreeVisitor<?,org.openrewrite.ExecutionContext> getVisitor()- Overrides:
getVisitorin classorg.openrewrite.Recipe
-