Package org.openrewrite.gradle
Interface RewriteTask
-
- All Superinterfaces:
java.lang.Comparable<org.gradle.api.Task>,org.gradle.api.plugins.ExtensionAware,org.gradle.api.Task
- All Known Implementing Classes:
AbstractRewriteTask,RewriteDiscoverTask,RewriteFixTask,RewriteWarnTask
public interface RewriteTask extends org.gradle.api.Task
-
-
Method Summary
All Methods Instance Methods Abstract Methods Modifier and Type Method Description voidsetMeterRegistry(io.micrometer.core.instrument.MeterRegistry registry)-
Methods inherited from interface org.gradle.api.Task
configure, dependsOn, doFirst, doFirst, doFirst, doLast, doLast, doLast, finalizedBy, getActions, getAnt, getConvention, getDependsOn, getDescription, getDestroyables, getDidWork, getEnabled, getFinalizedBy, getGroup, getInputs, getLocalState, getLogger, getLogging, getMustRunAfter, getName, getOutputs, getPath, getProject, getShouldRunAfter, getState, getTaskDependencies, getTemporaryDir, getTimeout, hasProperty, mustRunAfter, onlyIf, onlyIf, property, setActions, setDependsOn, setDescription, setDidWork, setEnabled, setFinalizedBy, setGroup, setMustRunAfter, setOnlyIf, setOnlyIf, setProperty, setShouldRunAfter, shouldRunAfter, usesService
-
-