Package org.openrewrite.concourse
Class UpdateGitResourceUri
java.lang.Object
org.openrewrite.Recipe
org.openrewrite.concourse.UpdateGitResourceUri
- All Implemented Interfaces:
Cloneable
@Incubating(since="0.1.0")
public class UpdateGitResourceUri
extends org.openrewrite.Recipe
-
Field Summary
Fields inherited from class org.openrewrite.Recipe
NOOP, PANIC -
Constructor Summary
ConstructorsConstructorDescriptionUpdateGitResourceUri(@Nullable String oldURIPattern, String newURI, @Nullable String fileMatcher) -
Method Summary
Modifier and TypeMethodDescriptionMethods inherited from class org.openrewrite.Recipe
addApplicableTest, addSingleSourceApplicableTest, causesAnotherCycle, clone, doNext, equals, getApplicableTest, getApplicableTests, getDescriptor, getJacksonPolymorphicTypeTag, getLanguages, getName, getRecipeList, getSingleSourceApplicableTest, getSingleSourceApplicableTests, getTags, getVisitor, hashCode, noop, run, run, run, run, validate, validate, validateAll, validateAll, visit
-
Constructor Details
-
UpdateGitResourceUri
-
-
Method Details
-
getDisplayName
- Specified by:
getDisplayNamein classorg.openrewrite.Recipe
-
getDescription
- Overrides:
getDescriptionin classorg.openrewrite.Recipe
-
getEstimatedEffortPerOccurrence
- Overrides:
getEstimatedEffortPerOccurrencein classorg.openrewrite.Recipe
-