Index

A B C D E F G H I J K L M N O P R S T U V W 
All Classes and Interfaces|All Packages|Constant Field Values|Serialized Form

A

accept(Path) - Method in class org.openrewrite.gradle.GradleParser
 
accept(CompilerConfiguration) - Method in class org.openrewrite.gradle.internal.DefaultImportsCustomizer
 
acceptTransitive - Variable in class org.openrewrite.gradle.trait.GradlePlugin.Matcher
 
acceptTransitive(boolean) - Method in class org.openrewrite.gradle.trait.GradlePlugin.Matcher
 
Accumulator() - Constructor for class org.openrewrite.gradle.search.ModuleHasDependency.Accumulator
 
Accumulator() - Constructor for class org.openrewrite.gradle.search.ModuleHasPlugin.Accumulator
 
AddBuildPlugin - Class in org.openrewrite.gradle.plugins
 
AddBuildPlugin() - Constructor for class org.openrewrite.gradle.plugins.AddBuildPlugin
 
addDependency(String, String, String, String, String, String, String, MavenMetadataFailures, AddDependencyVisitor.DependencyModifier, ExecutionContext) - Method in class org.openrewrite.gradle.trait.JvmTestSuite
 
addDependency(JavaSourceFile, GradleDependencyConfiguration, GroupArtifactVersion, String, ExecutionContext) - Static method in class org.openrewrite.gradle.internal.AddDependencyVisitor
Update the dependency model, adding the specified dependency to the specified configuration and all configurations which extend from it.
AddDependency - Class in org.openrewrite.gradle
 
AddDependency() - Constructor for class org.openrewrite.gradle.AddDependency
 
AddDependency.Scanned - Class in org.openrewrite.gradle
 
AddDependencyVisitor - Class in org.openrewrite.gradle
 
AddDependencyVisitor - Class in org.openrewrite.gradle.internal
 
AddDependencyVisitor() - Constructor for class org.openrewrite.gradle.AddDependencyVisitor
 
AddDependencyVisitor() - Constructor for class org.openrewrite.gradle.internal.AddDependencyVisitor
 
AddDependencyVisitor.DependencyModifier - Enum Class in org.openrewrite.gradle
 
AddDevelocityGradlePlugin - Class in org.openrewrite.gradle.plugins
 
AddDevelocityGradlePlugin() - Constructor for class org.openrewrite.gradle.plugins.AddDevelocityGradlePlugin
 
AddDevelocityGradlePlugin.PublishCriteria - Enum Class in org.openrewrite.gradle.plugins
 
AddPlatformDependency - Class in org.openrewrite.gradle
 
AddPlatformDependency() - Constructor for class org.openrewrite.gradle.AddPlatformDependency
 
AddPlatformDependency.Scanned - Class in org.openrewrite.gradle
 
AddPluginVisitor - Class in org.openrewrite.gradle.plugins
 
AddPluginVisitor() - Constructor for class org.openrewrite.gradle.plugins.AddPluginVisitor
 
AddProperty - Class in org.openrewrite.gradle
 
AddProperty() - Constructor for class org.openrewrite.gradle.AddProperty
 
AddProperty.NeedsProperty - Class in org.openrewrite.gradle
 
AddSettingsPlugin - Class in org.openrewrite.gradle.plugins
 
AddSettingsPlugin() - Constructor for class org.openrewrite.gradle.plugins.AddSettingsPlugin
 
AddSettingsPluginRepository - Class in org.openrewrite.gradle.plugins
 
AddSettingsPluginRepository() - Constructor for class org.openrewrite.gradle.plugins.AddSettingsPluginRepository
 
All - Enum constant in enum class org.openrewrite.gradle.util.GradleWrapper.DistributionType
 
Always - Enum constant in enum class org.openrewrite.gradle.plugins.AddDevelocityGradlePlugin.PublishCriteria
 
ANDROID - Enum constant in enum class org.openrewrite.gradle.attributes.java.TargetJvmEnvironment
An Android environment.
ANY - Enum constant in enum class org.openrewrite.gradle.RemoveRedundantDependencyVersions.Comparator
 
approximateEffectiveVersion() - Method in class org.openrewrite.gradle.marker.GradleDependencyConstraint
Attempt to boil down the several version numbers/patterns into a single version number.
artifactId - Variable in class org.openrewrite.gradle.trait.SpringDependencyManagementPluginEntry.Matcher
 
artifactId(String) - Method in class org.openrewrite.gradle.trait.GradleDependency.Matcher
 
artifactId(String) - Method in class org.openrewrite.gradle.trait.GradleMultiDependency.Matcher
 
artifactId(String) - Method in class org.openrewrite.gradle.trait.SpringDependencyManagementPluginEntry.Matcher
 
Assertions - Class in org.openrewrite.gradle
 
asVisitor(VisitFunction2<GradleDependencies, P>) - Method in class org.openrewrite.gradle.trait.GradleDependencies.Matcher
 
asVisitor(VisitFunction2<GradleDependency, P>) - Method in class org.openrewrite.gradle.trait.GradleDependency.Matcher
 
asVisitor(VisitFunction2<GradleMultiDependency, P>) - Method in class org.openrewrite.gradle.trait.GradleMultiDependency.Matcher
 
asVisitor(VisitFunction2<GradlePlugin, P>) - Method in class org.openrewrite.gradle.trait.GradlePlugin.Matcher
 
asVisitor(VisitFunction2<JvmTestSuite, P>) - Method in class org.openrewrite.gradle.trait.JvmTestSuite.Matcher
 
Autodetect - Class in org.openrewrite.gradle.style
 
Autodetect(UUID, Collection<Style>) - Constructor for class org.openrewrite.gradle.style.Autodetect
 
Autodetect.Detector - Class in org.openrewrite.gradle.style
 

B

Bin - Enum constant in enum class org.openrewrite.gradle.util.GradleWrapper.DistributionType
 
build() - Method in class org.openrewrite.gradle.GradleParser.Builder
 
build() - Method in class org.openrewrite.gradle.style.Autodetect.Detector
 
builder() - Static method in class org.openrewrite.gradle.GradleParser
 
Builder() - Constructor for class org.openrewrite.gradle.GradleParser.Builder
 
buildGradle(String) - Static method in class org.openrewrite.gradle.Assertions
 
buildGradle(String, String) - Static method in class org.openrewrite.gradle.Assertions
 
buildGradle(String, String, Consumer<SourceSpec<G.CompilationUnit>>) - Static method in class org.openrewrite.gradle.Assertions
 
buildGradle(String, Consumer<SourceSpec<G.CompilationUnit>>) - Static method in class org.openrewrite.gradle.Assertions
 
buildGradleKts(String) - Static method in class org.openrewrite.gradle.Assertions
 
buildGradleKts(String, String) - Static method in class org.openrewrite.gradle.Assertions
 
buildGradleKts(String, String, Consumer<SourceSpec<K.CompilationUnit>>) - Static method in class org.openrewrite.gradle.Assertions
 
buildGradleKts(String, Consumer<SourceSpec<K.CompilationUnit>>) - Static method in class org.openrewrite.gradle.Assertions
 
buildscriptClasspath(String...) - Method in class org.openrewrite.gradle.GradleParser.Builder
 
buildscriptClasspath(Collection<Path>) - Method in class org.openrewrite.gradle.GradleParser.Builder
 
buildscriptClasspathFromResources(ExecutionContext, String...) - Method in class org.openrewrite.gradle.GradleParser.Builder
 
Bundling - Enum Class in org.openrewrite.gradle.attributes
Attribute representing the bundling of a dependency variant.

C

C_PLUS_PLUS_API - Enum constant in enum class org.openrewrite.gradle.attributes.Usage
The C++ API of a library, packaged as header directories.
Category - Enum Class in org.openrewrite.gradle.attributes
ChangeDependency - Class in org.openrewrite.gradle
 
ChangeDependency(String, String, String, String, String, String, Boolean) - Constructor for class org.openrewrite.gradle.ChangeDependency
 
ChangeDependency(String, String, String, String, String, String, Boolean, Boolean) - Constructor for class org.openrewrite.gradle.ChangeDependency
 
ChangeDependencyArtifactId - Class in org.openrewrite.gradle
 
ChangeDependencyArtifactId() - Constructor for class org.openrewrite.gradle.ChangeDependencyArtifactId
 
ChangeDependencyClassifier - Class in org.openrewrite.gradle
 
ChangeDependencyClassifier() - Constructor for class org.openrewrite.gradle.ChangeDependencyClassifier
 
ChangeDependencyConfiguration - Class in org.openrewrite.gradle
 
ChangeDependencyConfiguration() - Constructor for class org.openrewrite.gradle.ChangeDependencyConfiguration
 
ChangeDependencyExtension - Class in org.openrewrite.gradle
 
ChangeDependencyExtension() - Constructor for class org.openrewrite.gradle.ChangeDependencyExtension
 
ChangeDependencyGroupId - Class in org.openrewrite.gradle
 
ChangeDependencyGroupId() - Constructor for class org.openrewrite.gradle.ChangeDependencyGroupId
 
ChangeExtraProperty - Class in org.openrewrite.gradle
 
ChangeExtraProperty() - Constructor for class org.openrewrite.gradle.ChangeExtraProperty
 
ChangeManagedDependency - Class in org.openrewrite.gradle
 
ChangeManagedDependency() - Constructor for class org.openrewrite.gradle.ChangeManagedDependency
 
ChangePlugin - Class in org.openrewrite.gradle.plugins
When changing a plugin id that uses the `apply` syntax or versionless plugins syntax, the version is will not be changed.
ChangePlugin() - Constructor for class org.openrewrite.gradle.plugins.ChangePlugin
 
ChangePluginVersion - Class in org.openrewrite.gradle.plugins
Deprecated.
ChangePluginVersion() - Constructor for class org.openrewrite.gradle.plugins.ChangePluginVersion
Deprecated.
 
ChangeStringLiteral - Class in org.openrewrite.gradle.internal
TODO is there a more general purpose need for this?
ChangeStringLiteral() - Constructor for class org.openrewrite.gradle.internal.ChangeStringLiteral
 
CLASSES - Enum constant in enum class org.openrewrite.gradle.attributes.LibraryElements
The JVM classes format
CLASSES_AND_RESOURCES - Enum constant in enum class org.openrewrite.gradle.attributes.LibraryElements
The JVM class files and resources
compare(Statement, Statement) - Method in class org.openrewrite.gradle.internal.InsertDependencyComparator
 
configuration - Variable in class org.openrewrite.gradle.trait.GradleDependency.Matcher
 
configuration - Variable in class org.openrewrite.gradle.trait.GradleMultiDependency.Matcher
 
configuration(String) - Method in class org.openrewrite.gradle.trait.GradleDependency.Matcher
 
configuration(String) - Method in class org.openrewrite.gradle.trait.GradleMultiDependency.Matcher
 
create(String, String, String, ExecutionContext) - Static method in class org.openrewrite.gradle.util.GradleWrapper
 
create(String, String, ExecutionContext) - Static method in class org.openrewrite.gradle.util.GradleWrapper
Construct a Gradle wrapper from a distribution type and version.
create(URI, ExecutionContext) - Static method in class org.openrewrite.gradle.util.GradleWrapper
Construct a Gradle wrapper from a URI.

D

DefaultImportsCustomizer - Class in org.openrewrite.gradle.internal
 
DefaultImportsCustomizer() - Constructor for class org.openrewrite.gradle.internal.DefaultImportsCustomizer
 
Dependency - Class in org.openrewrite.gradle.internal
Deprecated.
Use Dependency instead. This class is retained for compatibility but will be removed in a future release.
Dependency() - Constructor for class org.openrewrite.gradle.internal.Dependency
Deprecated.
 
DependencyConstraintToRule - Class in org.openrewrite.gradle
 
DependencyConstraintToRule() - Constructor for class org.openrewrite.gradle.DependencyConstraintToRule
 
DependencyInsight - Class in org.openrewrite.gradle.search
 
DependencyInsight() - Constructor for class org.openrewrite.gradle.search.DependencyInsight
 
DependencyStringNotationConverter - Class in org.openrewrite.gradle.internal
Deprecated.
Use DependencyNotation.parse(String) instead. This class is retained for backward compatibility.
DependencyStringNotationConverter() - Constructor for class org.openrewrite.gradle.internal.DependencyStringNotationConverter
Deprecated.
 
DependencyUseMapNotation - Class in org.openrewrite.gradle
 
DependencyUseMapNotation() - Constructor for class org.openrewrite.gradle.DependencyUseMapNotation
 
DependencyUseStringNotation - Class in org.openrewrite.gradle
 
DependencyUseStringNotation() - Constructor for class org.openrewrite.gradle.DependencyUseStringNotation
 
DependencyVersionSelector - Class in org.openrewrite.gradle
Selects versions for new or existing dependencies based on a node-semver selector by inspecting available versions in the Maven metadata from a set of Maven repositories.
DependencyVersionSelector() - Constructor for class org.openrewrite.gradle.DependencyVersionSelector
 
DependencyVersionState() - Constructor for class org.openrewrite.gradle.plugins.UpgradePluginVersion.DependencyVersionState
 
DependencyVersionState() - Constructor for class org.openrewrite.gradle.UpgradeDependencyVersion.DependencyVersionState
 
DependencyVersionState() - Constructor for class org.openrewrite.gradle.UpgradeTransitiveDependencyVersion.DependencyVersionState
 
detector() - Static method in class org.openrewrite.gradle.style.Autodetect
 
Detector() - Constructor for class org.openrewrite.gradle.style.Autodetect.Detector
 
DistributionInfos - Class in org.openrewrite.gradle.util
 
DistributionInfos() - Constructor for class org.openrewrite.gradle.util.DistributionInfos
 
DocsType - Enum Class in org.openrewrite.gradle.attributes
See Gradle javadocs for org.gradle.api.attributes.DocsType
DOCUMENTATION - Enum constant in enum class org.openrewrite.gradle.attributes.Category
The documentation category
DoesNotIncludeDependency - Class in org.openrewrite.gradle.search
 
DoesNotIncludeDependency() - Constructor for class org.openrewrite.gradle.search.DoesNotIncludeDependency
 
DOXYGEN - Enum constant in enum class org.openrewrite.gradle.attributes.DocsType
The typical documentation for native APIs
DYNAMIC_LIB - Enum constant in enum class org.openrewrite.gradle.attributes.LibraryElements
Dynamic libraries for native modules

E

EMBEDDED - Enum constant in enum class org.openrewrite.gradle.attributes.Bundling
Dependencies are embedded inside the artifact (fat jar)
EnableDevelocityBuildCache - Class in org.openrewrite.gradle
 
EnableDevelocityBuildCache() - Constructor for class org.openrewrite.gradle.EnableDevelocityBuildCache
 
ENFORCED_PLATFORM - Enum constant in enum class org.openrewrite.gradle.AddDependencyVisitor.DependencyModifier
 
ENFORCED_PLATFORM - Enum constant in enum class org.openrewrite.gradle.attributes.Category
The enforced platform, usually a synthetic variant derived from the platform
Enum - Enum constant in enum class org.openrewrite.gradle.UpdateJavaCompatibility.DeclarationStyle
 
EQ - Enum constant in enum class org.openrewrite.gradle.RemoveRedundantDependencyVersions.Comparator
 
EXTERNAL - Enum constant in enum class org.openrewrite.gradle.attributes.Bundling
Dependencies are provided externally at runtime (not bundled)

F

Failure - Enum constant in enum class org.openrewrite.gradle.plugins.AddDevelocityGradlePlugin.PublishCriteria
 
FeaturePreview - Class in org.openrewrite.gradle.marker
 
FeaturePreview() - Constructor for class org.openrewrite.gradle.marker.FeaturePreview
 
fetch(GradleWrapper.GradleVersion, ExecutionContext) - Static method in class org.openrewrite.gradle.util.DistributionInfos
 
File - Enum constant in enum class org.openrewrite.gradle.search.FindGradleProject.SearchCriteria
 
filterStatements(Predicate<Statement>) - Method in class org.openrewrite.gradle.trait.GradleDependencies
 
find(J, String) - Static method in class org.openrewrite.gradle.search.FindPlugins
 
FindDependency - Class in org.openrewrite.gradle.search
 
FindDependency() - Constructor for class org.openrewrite.gradle.search.FindDependency
 
FindDependencyHandler - Class in org.openrewrite.gradle.search
 
FindDependencyHandler() - Constructor for class org.openrewrite.gradle.search.FindDependencyHandler
 
FindGradleProject - Class in org.openrewrite.gradle.search
 
FindGradleProject() - Constructor for class org.openrewrite.gradle.search.FindGradleProject
 
FindGradleProject.SearchCriteria - Enum Class in org.openrewrite.gradle.search
 
FindGradleWrapper - Class in org.openrewrite.gradle.search
 
FindGradleWrapper() - Constructor for class org.openrewrite.gradle.search.FindGradleWrapper
 
FindJVMTestSuites - Class in org.openrewrite.gradle.search
 
FindJVMTestSuites() - Constructor for class org.openrewrite.gradle.search.FindJVMTestSuites
 
findNearest(String) - Method in class org.openrewrite.gradle.internal.GradleWrapperScriptLoader
When the requested version is unavailable we pick the nearest available.
FindPlugins - Class in org.openrewrite.gradle.search
 
FindPlugins() - Constructor for class org.openrewrite.gradle.search.FindPlugins
 
FindRepository - Class in org.openrewrite.gradle.search
 
FindRepository() - Constructor for class org.openrewrite.gradle.search.FindRepository
 
FindRepository.Purpose - Enum Class in org.openrewrite.gradle.search
 
forEach(Consumer<GradleDependency>) - Method in class org.openrewrite.gradle.trait.GradleMultiDependency
 
from(String) - Static method in enum class org.openrewrite.gradle.attributes.Bundling
 
from(String) - Static method in enum class org.openrewrite.gradle.attributes.Category
 
from(String) - Static method in enum class org.openrewrite.gradle.attributes.DocsType
 
from(String) - Static method in enum class org.openrewrite.gradle.attributes.java.TargetJvmEnvironment
 
from(String) - Static method in class org.openrewrite.gradle.attributes.java.TargetJvmVersion
 
from(String) - Static method in enum class org.openrewrite.gradle.attributes.LibraryElements
 
from(String) - Static method in enum class org.openrewrite.gradle.attributes.Usage
 
from(String) - Static method in enum class org.openrewrite.gradle.attributes.VerificationType
 
from(String) - Static method in class org.openrewrite.gradle.attributes.ProjectAttribute
 

G

generate(AddProperty.NeedsProperty, ExecutionContext) - Method in class org.openrewrite.gradle.AddProperty
 
generate(UpdateGradleWrapper.GradleWrapperState, ExecutionContext) - Method in class org.openrewrite.gradle.UpdateGradleWrapper
 
getArtifactId() - Method in class org.openrewrite.gradle.trait.GradleDependency
Gets the resolved artifact ID of the dependency after Gradle's dependency resolution.
getConfiguration(String) - Method in class org.openrewrite.gradle.marker.GradleBuildscript
 
getConfigurationName() - Method in class org.openrewrite.gradle.trait.GradleDependency
Gets the configuration name for this dependency.
getConfigurationName() - Method in class org.openrewrite.gradle.trait.GradleMultiDependency
Gets the configuration name for these dependencies.
getConfigurations() - Method in class org.openrewrite.gradle.marker.GradleBuildscript
 
getDeclaredArtifactId() - Method in class org.openrewrite.gradle.trait.GradleDependency
Gets the declared artifact ID from the dependency declaration.
getDeclaredGroupId() - Method in class org.openrewrite.gradle.trait.GradleDependency
Gets the declared group ID from the dependency declaration.
getDeclaredVersion() - Method in class org.openrewrite.gradle.trait.GradleDependency
Gets the declared version from the dependency declaration.
getDescription() - Method in class org.openrewrite.gradle.AddDependency
 
getDescription() - Method in class org.openrewrite.gradle.AddPlatformDependency
 
getDescription() - Method in class org.openrewrite.gradle.AddProperty
 
getDescription() - Method in class org.openrewrite.gradle.ChangeDependency
 
getDescription() - Method in class org.openrewrite.gradle.ChangeDependencyArtifactId
 
getDescription() - Method in class org.openrewrite.gradle.ChangeDependencyClassifier
 
getDescription() - Method in class org.openrewrite.gradle.ChangeDependencyConfiguration
 
getDescription() - Method in class org.openrewrite.gradle.ChangeDependencyExtension
 
getDescription() - Method in class org.openrewrite.gradle.ChangeDependencyGroupId
 
getDescription() - Method in class org.openrewrite.gradle.ChangeExtraProperty
 
getDescription() - Method in class org.openrewrite.gradle.ChangeManagedDependency
 
getDescription() - Method in class org.openrewrite.gradle.DependencyConstraintToRule
 
getDescription() - Method in class org.openrewrite.gradle.DependencyUseMapNotation
 
getDescription() - Method in class org.openrewrite.gradle.DependencyUseStringNotation
 
getDescription() - Method in class org.openrewrite.gradle.EnableDevelocityBuildCache
 
getDescription() - Method in class org.openrewrite.gradle.gradle8.JacocoReportDeprecations
 
getDescription() - Method in class org.openrewrite.gradle.plugins.AddBuildPlugin
 
getDescription() - Method in class org.openrewrite.gradle.plugins.AddDevelocityGradlePlugin
 
getDescription() - Method in class org.openrewrite.gradle.plugins.AddSettingsPlugin
 
getDescription() - Method in class org.openrewrite.gradle.plugins.AddSettingsPluginRepository
 
getDescription() - Method in class org.openrewrite.gradle.plugins.ChangePlugin
 
getDescription() - Method in class org.openrewrite.gradle.plugins.ChangePluginVersion
Deprecated.
 
getDescription() - Method in class org.openrewrite.gradle.plugins.MigrateGradleEnterpriseToDevelocity
 
getDescription() - Method in class org.openrewrite.gradle.plugins.RemoveBuildPlugin
 
getDescription() - Method in class org.openrewrite.gradle.plugins.RemoveDevelocityConfiguration
 
getDescription() - Method in class org.openrewrite.gradle.plugins.RemoveSettingsPlugin
 
getDescription() - Method in class org.openrewrite.gradle.plugins.UpgradePluginVersion
 
getDescription() - Method in class org.openrewrite.gradle.RemoveDependency
 
getDescription() - Method in class org.openrewrite.gradle.RemoveEnableFeaturePreview
 
getDescription() - Method in class org.openrewrite.gradle.RemoveExtension
 
getDescription() - Method in class org.openrewrite.gradle.RemoveRedundantDependencyVersions
 
getDescription() - Method in class org.openrewrite.gradle.RemoveRepository
 
getDescription() - Method in class org.openrewrite.gradle.search.DependencyInsight
 
getDescription() - Method in class org.openrewrite.gradle.search.DoesNotIncludeDependency
 
getDescription() - Method in class org.openrewrite.gradle.search.FindDependency
 
getDescription() - Method in class org.openrewrite.gradle.search.FindDependencyHandler
 
getDescription() - Method in class org.openrewrite.gradle.search.FindGradleProject
 
getDescription() - Method in class org.openrewrite.gradle.search.FindGradleWrapper
 
getDescription() - Method in class org.openrewrite.gradle.search.FindJVMTestSuites
 
getDescription() - Method in class org.openrewrite.gradle.search.FindPlugins
 
getDescription() - Method in class org.openrewrite.gradle.search.FindRepository
 
getDescription() - Method in class org.openrewrite.gradle.search.ModuleHasDependency
 
getDescription() - Method in class org.openrewrite.gradle.search.ModuleHasPlugin
 
getDescription() - Method in class org.openrewrite.gradle.security.UseHttpsForRepositories
 
getDescription() - Method in class org.openrewrite.gradle.UpdateGradleWrapper
 
getDescription() - Method in class org.openrewrite.gradle.UpdateJavaCompatibility
 
getDescription() - Method in class org.openrewrite.gradle.UpgradeDependencyVersion
 
getDescription() - Method in class org.openrewrite.gradle.UpgradeTransitiveDependencyVersion
 
getDisplayName() - Method in class org.openrewrite.gradle.AddDependency
 
getDisplayName() - Method in class org.openrewrite.gradle.AddPlatformDependency
 
getDisplayName() - Method in class org.openrewrite.gradle.AddProperty
 
getDisplayName() - Method in class org.openrewrite.gradle.ChangeDependency
 
getDisplayName() - Method in class org.openrewrite.gradle.ChangeDependencyArtifactId
 
getDisplayName() - Method in class org.openrewrite.gradle.ChangeDependencyClassifier
 
getDisplayName() - Method in class org.openrewrite.gradle.ChangeDependencyConfiguration
 
getDisplayName() - Method in class org.openrewrite.gradle.ChangeDependencyExtension
 
getDisplayName() - Method in class org.openrewrite.gradle.ChangeDependencyGroupId
 
getDisplayName() - Method in class org.openrewrite.gradle.ChangeExtraProperty
 
getDisplayName() - Method in class org.openrewrite.gradle.ChangeManagedDependency
 
getDisplayName() - Method in class org.openrewrite.gradle.DependencyConstraintToRule
 
getDisplayName() - Method in class org.openrewrite.gradle.DependencyUseMapNotation
 
getDisplayName() - Method in class org.openrewrite.gradle.DependencyUseStringNotation
 
getDisplayName() - Method in class org.openrewrite.gradle.EnableDevelocityBuildCache
 
getDisplayName() - Method in class org.openrewrite.gradle.gradle8.JacocoReportDeprecations
 
getDisplayName() - Method in class org.openrewrite.gradle.plugins.AddBuildPlugin
 
getDisplayName() - Method in class org.openrewrite.gradle.plugins.AddDevelocityGradlePlugin
 
getDisplayName() - Method in class org.openrewrite.gradle.plugins.AddSettingsPlugin
 
getDisplayName() - Method in class org.openrewrite.gradle.plugins.AddSettingsPluginRepository
 
getDisplayName() - Method in class org.openrewrite.gradle.plugins.ChangePlugin
 
getDisplayName() - Method in class org.openrewrite.gradle.plugins.ChangePluginVersion
Deprecated.
 
getDisplayName() - Method in class org.openrewrite.gradle.plugins.MigrateGradleEnterpriseToDevelocity
 
getDisplayName() - Method in class org.openrewrite.gradle.plugins.RemoveBuildPlugin
 
getDisplayName() - Method in class org.openrewrite.gradle.plugins.RemoveDevelocityConfiguration
 
getDisplayName() - Method in class org.openrewrite.gradle.plugins.RemoveSettingsPlugin
 
getDisplayName() - Method in class org.openrewrite.gradle.plugins.UpgradePluginVersion
 
getDisplayName() - Method in class org.openrewrite.gradle.RemoveDependency
 
getDisplayName() - Method in class org.openrewrite.gradle.RemoveEnableFeaturePreview
 
getDisplayName() - Method in class org.openrewrite.gradle.RemoveExtension
 
getDisplayName() - Method in class org.openrewrite.gradle.RemoveRedundantDependencyVersions
 
getDisplayName() - Method in class org.openrewrite.gradle.RemoveRepository
 
getDisplayName() - Method in class org.openrewrite.gradle.search.DependencyInsight
 
getDisplayName() - Method in class org.openrewrite.gradle.search.DoesNotIncludeDependency
 
getDisplayName() - Method in class org.openrewrite.gradle.search.FindDependency
 
getDisplayName() - Method in class org.openrewrite.gradle.search.FindDependencyHandler
 
getDisplayName() - Method in class org.openrewrite.gradle.search.FindGradleProject
 
getDisplayName() - Method in class org.openrewrite.gradle.search.FindGradleWrapper
 
getDisplayName() - Method in class org.openrewrite.gradle.search.FindJVMTestSuites
 
getDisplayName() - Method in class org.openrewrite.gradle.search.FindPlugins
 
getDisplayName() - Method in class org.openrewrite.gradle.search.FindRepository
 
getDisplayName() - Method in class org.openrewrite.gradle.search.ModuleHasDependency
 
getDisplayName() - Method in class org.openrewrite.gradle.search.ModuleHasPlugin
 
getDisplayName() - Method in class org.openrewrite.gradle.security.UseHttpsForRepositories
 
getDisplayName() - Method in class org.openrewrite.gradle.UpdateGradleWrapper
 
getDisplayName() - Method in class org.openrewrite.gradle.UpdateJavaCompatibility
 
getDisplayName() - Method in class org.openrewrite.gradle.UpgradeDependencyVersion
 
getDisplayName() - Method in class org.openrewrite.gradle.UpgradeTransitiveDependencyVersion
 
getDistributionChecksum() - Method in class org.openrewrite.gradle.util.GradleWrapper
 
getDistributionUrl() - Method in class org.openrewrite.gradle.util.GradleWrapper
 
getDslName() - Method in class org.openrewrite.gradle.GradleParser.Builder
 
getEstimatedEffortPerOccurrence() - Method in class org.openrewrite.gradle.ChangeDependencyConfiguration
 
getEstimatedEffortPerOccurrence() - Method in class org.openrewrite.gradle.security.UseHttpsForRepositories
 
getFileSuffix() - Method in enum class org.openrewrite.gradle.util.GradleWrapper.DistributionType
 
getGav() - Method in class org.openrewrite.gradle.internal.Dependency
Deprecated.
 
getGav() - Method in class org.openrewrite.gradle.trait.GradleDependency
 
getGradleProject(Cursor) - Method in class org.openrewrite.gradle.trait.GradleTraitMatcher
 
getGroupId() - Method in class org.openrewrite.gradle.trait.GradleDependency
Gets the resolved group ID of the dependency after Gradle's dependency resolution.
getInitialValue(ExecutionContext) - Method in class org.openrewrite.gradle.AddDependency
 
getInitialValue(ExecutionContext) - Method in class org.openrewrite.gradle.AddPlatformDependency
 
getInitialValue(ExecutionContext) - Method in class org.openrewrite.gradle.AddProperty
 
getInitialValue(ExecutionContext) - Method in class org.openrewrite.gradle.plugins.UpgradePluginVersion
 
getInitialValue(ExecutionContext) - Method in class org.openrewrite.gradle.search.ModuleHasDependency
 
getInitialValue(ExecutionContext) - Method in class org.openrewrite.gradle.search.ModuleHasPlugin
 
getInitialValue(ExecutionContext) - Method in class org.openrewrite.gradle.UpdateGradleWrapper
 
getInitialValue(ExecutionContext) - Method in class org.openrewrite.gradle.UpgradeDependencyVersion
 
getInitialValue(ExecutionContext) - Method in class org.openrewrite.gradle.UpgradeTransitiveDependencyVersion
 
getInstanceNameSuffix() - Method in class org.openrewrite.gradle.AddDependency
 
getInstanceNameSuffix() - Method in class org.openrewrite.gradle.AddPlatformDependency
 
getInstanceNameSuffix() - Method in class org.openrewrite.gradle.AddProperty
 
getInstanceNameSuffix() - Method in class org.openrewrite.gradle.ChangeDependency
 
getInstanceNameSuffix() - Method in class org.openrewrite.gradle.ChangeDependencyArtifactId
 
getInstanceNameSuffix() - Method in class org.openrewrite.gradle.ChangeDependencyClassifier
 
getInstanceNameSuffix() - Method in class org.openrewrite.gradle.ChangeDependencyConfiguration
 
getInstanceNameSuffix() - Method in class org.openrewrite.gradle.ChangeDependencyExtension
 
getInstanceNameSuffix() - Method in class org.openrewrite.gradle.ChangeDependencyGroupId
 
getInstanceNameSuffix() - Method in class org.openrewrite.gradle.ChangeManagedDependency
 
getInstanceNameSuffix() - Method in class org.openrewrite.gradle.plugins.ChangePlugin
 
getInstanceNameSuffix() - Method in class org.openrewrite.gradle.RemoveDependency
 
getInstanceNameSuffix() - Method in class org.openrewrite.gradle.search.DoesNotIncludeDependency
 
getInstanceNameSuffix() - Method in class org.openrewrite.gradle.search.FindDependency
 
getInstanceNameSuffix() - Method in class org.openrewrite.gradle.UpgradeDependencyVersion
 
getPlatformDependency() - Method in class org.openrewrite.gradle.trait.GradleDependency
Gets the inner dependency if this dependency uses platform() or enforcedPlatform().
getPropertiesFormattedUrl() - Method in class org.openrewrite.gradle.util.GradleWrapper
 
getRecipeList() - Method in class org.openrewrite.gradle.plugins.RemoveDevelocityConfiguration
 
getResolvedGav() - Method in class org.openrewrite.gradle.trait.GradleDependency
 
getScanner(AddDependency.Scanned) - Method in class org.openrewrite.gradle.AddDependency
 
getScanner(AddPlatformDependency.Scanned) - Method in class org.openrewrite.gradle.AddPlatformDependency
 
getScanner(AddProperty.NeedsProperty) - Method in class org.openrewrite.gradle.AddProperty
 
getScanner(UpgradePluginVersion.DependencyVersionState) - Method in class org.openrewrite.gradle.plugins.UpgradePluginVersion
 
getScanner(ModuleHasDependency.Accumulator) - Method in class org.openrewrite.gradle.search.ModuleHasDependency
 
getScanner(ModuleHasPlugin.Accumulator) - Method in class org.openrewrite.gradle.search.ModuleHasPlugin
 
getScanner(UpdateGradleWrapper.GradleWrapperState) - Method in class org.openrewrite.gradle.UpdateGradleWrapper
 
getScanner(UpgradeDependencyVersion.DependencyVersionState) - Method in class org.openrewrite.gradle.UpgradeDependencyVersion
 
getScanner(UpgradeTransitiveDependencyVersion.DependencyVersionState) - Method in class org.openrewrite.gradle.UpgradeTransitiveDependencyVersion
 
getTags() - Method in class org.openrewrite.gradle.security.UseHttpsForRepositories
 
getVersion() - Method in class org.openrewrite.gradle.trait.GradleDependency
Gets the resolved version of the dependency
getVersionVariable() - Method in class org.openrewrite.gradle.trait.GradleDependency
Gets the version variable name if the dependency's version is specified via a variable reference rather than a literal value.
getVisitor() - Method in class org.openrewrite.gradle.ChangeDependency
 
getVisitor() - Method in class org.openrewrite.gradle.ChangeDependencyArtifactId
 
getVisitor() - Method in class org.openrewrite.gradle.ChangeDependencyClassifier
 
getVisitor() - Method in class org.openrewrite.gradle.ChangeDependencyConfiguration
 
getVisitor() - Method in class org.openrewrite.gradle.ChangeDependencyExtension
 
getVisitor() - Method in class org.openrewrite.gradle.ChangeDependencyGroupId
 
getVisitor() - Method in class org.openrewrite.gradle.ChangeExtraProperty
 
getVisitor() - Method in class org.openrewrite.gradle.ChangeManagedDependency
 
getVisitor() - Method in class org.openrewrite.gradle.DependencyConstraintToRule
 
getVisitor() - Method in class org.openrewrite.gradle.DependencyUseMapNotation
 
getVisitor() - Method in class org.openrewrite.gradle.DependencyUseStringNotation
 
getVisitor() - Method in class org.openrewrite.gradle.EnableDevelocityBuildCache
 
getVisitor() - Method in class org.openrewrite.gradle.gradle8.JacocoReportDeprecations
 
getVisitor() - Method in class org.openrewrite.gradle.plugins.AddBuildPlugin
 
getVisitor() - Method in class org.openrewrite.gradle.plugins.AddDevelocityGradlePlugin
 
getVisitor() - Method in class org.openrewrite.gradle.plugins.AddSettingsPlugin
 
getVisitor() - Method in class org.openrewrite.gradle.plugins.AddSettingsPluginRepository
 
getVisitor() - Method in class org.openrewrite.gradle.plugins.ChangePlugin
 
getVisitor() - Method in class org.openrewrite.gradle.plugins.ChangePluginVersion
Deprecated.
 
getVisitor() - Method in class org.openrewrite.gradle.plugins.MigrateGradleEnterpriseToDevelocity
 
getVisitor() - Method in class org.openrewrite.gradle.plugins.RemoveBuildPlugin
 
getVisitor() - Method in class org.openrewrite.gradle.plugins.RemoveSettingsPlugin
 
getVisitor() - Method in class org.openrewrite.gradle.RemoveDependency
 
getVisitor() - Method in class org.openrewrite.gradle.RemoveEnableFeaturePreview
 
getVisitor() - Method in class org.openrewrite.gradle.RemoveExtension
 
getVisitor() - Method in class org.openrewrite.gradle.RemoveRedundantDependencyVersions
 
getVisitor() - Method in class org.openrewrite.gradle.RemoveRepository
 
getVisitor() - Method in class org.openrewrite.gradle.search.DependencyInsight
 
getVisitor() - Method in class org.openrewrite.gradle.search.DoesNotIncludeDependency
 
getVisitor() - Method in class org.openrewrite.gradle.search.FindDependency
 
getVisitor() - Method in class org.openrewrite.gradle.search.FindDependencyHandler
 
getVisitor() - Method in class org.openrewrite.gradle.search.FindGradleProject
 
getVisitor() - Method in class org.openrewrite.gradle.search.FindGradleWrapper
 
getVisitor() - Method in class org.openrewrite.gradle.search.FindJVMTestSuites
 
getVisitor() - Method in class org.openrewrite.gradle.search.FindPlugins
 
getVisitor() - Method in class org.openrewrite.gradle.search.FindRepository
 
getVisitor() - Method in class org.openrewrite.gradle.security.UseHttpsForRepositories
 
getVisitor() - Method in class org.openrewrite.gradle.UpdateJavaCompatibility
 
getVisitor(AddDependency.Scanned) - Method in class org.openrewrite.gradle.AddDependency
 
getVisitor(AddPlatformDependency.Scanned) - Method in class org.openrewrite.gradle.AddPlatformDependency
 
getVisitor(AddProperty.NeedsProperty) - Method in class org.openrewrite.gradle.AddProperty
 
getVisitor(UpgradePluginVersion.DependencyVersionState) - Method in class org.openrewrite.gradle.plugins.UpgradePluginVersion
 
getVisitor(ModuleHasDependency.Accumulator) - Method in class org.openrewrite.gradle.search.ModuleHasDependency
 
getVisitor(ModuleHasPlugin.Accumulator) - Method in class org.openrewrite.gradle.search.ModuleHasPlugin
 
getVisitor(UpdateGradleWrapper.GradleWrapperState) - Method in class org.openrewrite.gradle.UpdateGradleWrapper
 
getVisitor(UpgradeDependencyVersion.DependencyVersionState) - Method in class org.openrewrite.gradle.UpgradeDependencyVersion
 
getVisitor(UpgradeTransitiveDependencyVersion.DependencyVersionState) - Method in class org.openrewrite.gradle.UpgradeTransitiveDependencyVersion
 
GradleBuildscript - Class in org.openrewrite.gradle.marker
 
GradleBuildscript() - Constructor for class org.openrewrite.gradle.marker.GradleBuildscript
 
GradleDependencies - Class in org.openrewrite.gradle.trait
 
GradleDependencies() - Constructor for class org.openrewrite.gradle.trait.GradleDependencies
 
GradleDependencies.Matcher - Class in org.openrewrite.gradle.trait
 
gradleDependency() - Static method in class org.openrewrite.gradle.trait.Traits
Deprecated.
GradleDependency - Class in org.openrewrite.gradle.trait
 
GradleDependency() - Constructor for class org.openrewrite.gradle.trait.GradleDependency
 
GradleDependency.Matcher - Class in org.openrewrite.gradle.trait
 
GradleDependencyConstraint - Class in org.openrewrite.gradle.marker
Models a dependency constraint in Gradle.
GradleDependencyConstraint() - Constructor for class org.openrewrite.gradle.marker.GradleDependencyConstraint
 
GradleMultiDependency - Class in org.openrewrite.gradle.trait
Represents one or more Gradle dependencies declared in a single method invocation.
GradleMultiDependency() - Constructor for class org.openrewrite.gradle.trait.GradleMultiDependency
 
GradleMultiDependency.Matcher - Class in org.openrewrite.gradle.trait
 
GradleParser - Class in org.openrewrite.gradle
 
GradleParser() - Constructor for class org.openrewrite.gradle.GradleParser
 
GradleParser.Builder - Class in org.openrewrite.gradle
 
GradlePlugin - Class in org.openrewrite.gradle.trait
 
GradlePlugin - Class in org.openrewrite.gradle.tree
 
GradlePlugin() - Constructor for class org.openrewrite.gradle.trait.GradlePlugin
 
GradlePlugin() - Constructor for class org.openrewrite.gradle.tree.GradlePlugin
 
GradlePlugin.Matcher - Class in org.openrewrite.gradle.trait
 
GradlePluginDescriptor - Class in org.openrewrite.gradle.marker
 
GradlePluginDescriptor() - Constructor for class org.openrewrite.gradle.marker.GradlePluginDescriptor
 
GradleTraitMatcher<U> - Class in org.openrewrite.gradle.trait
 
GradleTraitMatcher() - Constructor for class org.openrewrite.gradle.trait.GradleTraitMatcher
 
GradleVersion() - Constructor for class org.openrewrite.gradle.util.GradleWrapper.GradleVersion
 
gradlew() - Method in class org.openrewrite.gradle.internal.GradleWrapperScriptLoader.Nearest
 
gradlew() - Method in class org.openrewrite.gradle.util.GradleWrapper
 
gradlewBat() - Method in class org.openrewrite.gradle.internal.GradleWrapperScriptLoader.Nearest
 
gradlewBat() - Method in class org.openrewrite.gradle.util.GradleWrapper
 
GradleWrapper - Class in org.openrewrite.gradle.util
 
GradleWrapper() - Constructor for class org.openrewrite.gradle.util.GradleWrapper
 
GradleWrapper.DistributionType - Enum Class in org.openrewrite.gradle.util
 
GradleWrapper.GradleVersion - Class in org.openrewrite.gradle.util
 
GradleWrapperScriptLoader - Class in org.openrewrite.gradle.internal
 
GradleWrapperScriptLoader() - Constructor for class org.openrewrite.gradle.internal.GradleWrapperScriptLoader
 
GradleWrapperScriptLoader.Nearest - Class in org.openrewrite.gradle.internal
 
GradleWrapperScriptLoader.Version - Class in org.openrewrite.gradle.internal
 
GradleWrappersInUse - Class in org.openrewrite.gradle.table
 
GradleWrappersInUse(Recipe) - Constructor for class org.openrewrite.gradle.table.GradleWrappersInUse
 
GradleWrappersInUse.Row - Class in org.openrewrite.gradle.table
 
GradleWrapperState() - Constructor for class org.openrewrite.gradle.UpdateGradleWrapper.GradleWrapperState
 
GROOVY_MAP_SEPARATOR - Static variable in class org.openrewrite.gradle.internal.AddDependencyVisitor
 
groovyParser - Variable in class org.openrewrite.gradle.GradleParser.Builder
 
groovyParser(GroovyParser.Builder) - Method in class org.openrewrite.gradle.GradleParser.Builder
 
groupId - Variable in class org.openrewrite.gradle.trait.SpringDependencyManagementPluginEntry.Matcher
 
groupId(String) - Method in class org.openrewrite.gradle.trait.GradleDependency.Matcher
 
groupId(String) - Method in class org.openrewrite.gradle.trait.GradleMultiDependency.Matcher
 
groupId(String) - Method in class org.openrewrite.gradle.trait.SpringDependencyManagementPluginEntry.Matcher
 
GT - Enum constant in enum class org.openrewrite.gradle.RemoveRedundantDependencyVersions.Comparator
 
GTE - Enum constant in enum class org.openrewrite.gradle.RemoveRedundantDependencyVersions.Comparator
 

H

handleAssignment(J.Assignment, Cursor, Class<?>) - Method in class org.openrewrite.gradle.UpdateJavaCompatibility
 
handleMethodInvocation(J.MethodInvocation, Cursor, Class<?>) - Method in class org.openrewrite.gradle.UpdateJavaCompatibility
 
HEADERS_CPLUSPLUS - Enum constant in enum class org.openrewrite.gradle.attributes.LibraryElements
Header files for C++

I

InsertDependencyComparator - Class in org.openrewrite.gradle.internal
 
InsertDependencyComparator(List<Statement>, J.MethodInvocation) - Constructor for class org.openrewrite.gradle.internal.InsertDependencyComparator
 
isAcceptable(String) - Method in class org.openrewrite.gradle.trait.JvmTestSuite
 
isBom() - Method in enum class org.openrewrite.gradle.attributes.Category
A regular platform or enforced platform dependency is being used as a bill-of-materials to provide version numbers, not actually as a dependency on its own.
IsBuildGradle<P> - Class in org.openrewrite.gradle
 
IsBuildGradle() - Constructor for class org.openrewrite.gradle.IsBuildGradle
 
isDependencyDeclaration(Cursor) - Static method in class org.openrewrite.gradle.trait.GradleDependency
 
isPlatform() - Method in class org.openrewrite.gradle.trait.GradleDependency
Checks if this dependency declaration uses platform() or enforcedPlatform().
IsSettingsGradle<P> - Class in org.openrewrite.gradle
 
IsSettingsGradle() - Constructor for class org.openrewrite.gradle.IsSettingsGradle
 

J

JACOCO_RESULTS - Enum constant in enum class org.openrewrite.gradle.attributes.VerificationType
Binary test coverage data gathered by JaCoCo
JacocoReportDeprecations - Class in org.openrewrite.gradle.gradle8
 
JacocoReportDeprecations() - Constructor for class org.openrewrite.gradle.gradle8.JacocoReportDeprecations
 
JAR - Enum constant in enum class org.openrewrite.gradle.attributes.LibraryElements
The JVM archive format
JAVA_API - Enum constant in enum class org.openrewrite.gradle.attributes.Usage
The Java API of a library, packaged as class path elements, either a JAR or a classes directory.
JAVA_RUNTIME - Enum constant in enum class org.openrewrite.gradle.attributes.Usage
The Java runtime of a component, packaged as class path elements, either a JAR or a classes directory.
JAVADOC - Enum constant in enum class org.openrewrite.gradle.attributes.DocsType
The typical documentation for Java APIs
jvmTestSuite() - Static method in class org.openrewrite.gradle.trait.Traits
Deprecated.
JvmTestSuite - Class in org.openrewrite.gradle.trait
 
JvmTestSuite() - Constructor for class org.openrewrite.gradle.trait.JvmTestSuite
 
JvmTestSuite.Matcher - Class in org.openrewrite.gradle.trait
 
jvmTestSuites(SourceFile) - Static method in class org.openrewrite.gradle.search.FindJVMTestSuites
 
JVMTestSuitesDefined - Class in org.openrewrite.gradle.table
 
JVMTestSuitesDefined(Recipe) - Constructor for class org.openrewrite.gradle.table.JVMTestSuitesDefined
 
JVMTestSuitesDefined.Row - Class in org.openrewrite.gradle.table
 

K

key() - Static method in enum class org.openrewrite.gradle.attributes.Bundling
 
key() - Static method in enum class org.openrewrite.gradle.attributes.Category
 
key() - Static method in enum class org.openrewrite.gradle.attributes.DocsType
 
key() - Static method in enum class org.openrewrite.gradle.attributes.java.TargetJvmEnvironment
 
key() - Static method in class org.openrewrite.gradle.attributes.java.TargetJvmVersion
 
key() - Static method in enum class org.openrewrite.gradle.attributes.LibraryElements
 
key() - Static method in class org.openrewrite.gradle.attributes.ProjectAttribute
 
key() - Static method in enum class org.openrewrite.gradle.attributes.Usage
 
key() - Static method in enum class org.openrewrite.gradle.attributes.VerificationType
 
KOTLIN_MAP_SEPARATOR - Static variable in class org.openrewrite.gradle.internal.AddDependencyVisitor
 
kotlinParser - Variable in class org.openrewrite.gradle.GradleParser.Builder
 
kotlinParser(KotlinParser.Builder) - Method in class org.openrewrite.gradle.GradleParser.Builder
 

L

LIBRARY - Enum constant in enum class org.openrewrite.gradle.attributes.Category
The library category
LibraryElements - Enum Class in org.openrewrite.gradle.attributes
Attribute representing the technical elements of a library variant.
LINK_ARCHIVE - Enum constant in enum class org.openrewrite.gradle.attributes.LibraryElements
Link archives for native modules
listAllPublicVersions(ExecutionContext) - Static method in class org.openrewrite.gradle.util.GradleWrapper
 
lockfile(String) - Static method in class org.openrewrite.gradle.Assertions
 
lockfile(String, String) - Static method in class org.openrewrite.gradle.Assertions
 
lockfile(String, String, Consumer<SourceSpec<PlainText>>) - Static method in class org.openrewrite.gradle.Assertions
 
lockfile(String, Consumer<SourceSpec<PlainText>>) - Static method in class org.openrewrite.gradle.Assertions
 
LT - Enum constant in enum class org.openrewrite.gradle.RemoveRedundantDependencyVersions.Comparator
 
LTE - Enum constant in enum class org.openrewrite.gradle.RemoveRedundantDependencyVersions.Comparator
 

M

MAIN_SOURCES - Enum constant in enum class org.openrewrite.gradle.attributes.VerificationType
A list of directories containing source code, includes code in transitive dependencies
map(Function<GradleDependency, J.MethodInvocation>) - Method in class org.openrewrite.gradle.trait.GradleMultiDependency
Maps a transformation function over each GradleDependency in this multi-dependency that matches the provided DependencyMatcher.
mapConfigurations(Function<GradleDependencyConfiguration, GradleDependencyConfiguration>, ExecutionContext) - Method in class org.openrewrite.gradle.marker.GradleBuildscript
Typically buildscripts have only the "classpath" configuration, but it is technically possible to declare more.
mapStatements(Function<Statement, Statement>) - Method in class org.openrewrite.gradle.trait.GradleDependencies
 
Marker - Enum constant in enum class org.openrewrite.gradle.search.FindGradleProject.SearchCriteria
 
matcher - Variable in class org.openrewrite.gradle.trait.GradleDependency.Matcher
 
matcher - Variable in class org.openrewrite.gradle.trait.GradleMultiDependency.Matcher
 
matcher() - Static method in class org.openrewrite.gradle.trait.GradleMultiDependency
 
matcher(DependencyMatcher) - Method in class org.openrewrite.gradle.trait.GradleDependency.Matcher
 
matcher(DependencyMatcher) - Method in class org.openrewrite.gradle.trait.GradleMultiDependency.Matcher
 
Matcher() - Constructor for class org.openrewrite.gradle.trait.GradleDependencies.Matcher
 
Matcher() - Constructor for class org.openrewrite.gradle.trait.GradleDependency.Matcher
 
Matcher() - Constructor for class org.openrewrite.gradle.trait.GradleMultiDependency.Matcher
 
Matcher() - Constructor for class org.openrewrite.gradle.trait.GradlePlugin.Matcher
 
Matcher() - Constructor for class org.openrewrite.gradle.trait.JvmTestSuite.Matcher
 
Matcher() - Constructor for class org.openrewrite.gradle.trait.SpringDependencyManagementPluginEntry.Matcher
 
matches(Path) - Static method in class org.openrewrite.gradle.IsBuildGradle
 
matches(DependencyMatcher) - Method in class org.openrewrite.gradle.trait.GradleDependency
Checks if this dependency matches the given DependencyMatcher.
maybeWarn(RemoteResource) - Method in class org.openrewrite.gradle.internal.GradleWrapperScriptLoader.Nearest
 
MigrateGradleEnterpriseToDevelocity - Class in org.openrewrite.gradle.plugins
 
MigrateGradleEnterpriseToDevelocity() - Constructor for class org.openrewrite.gradle.plugins.MigrateGradleEnterpriseToDevelocity
 
ModuleHasDependency - Class in org.openrewrite.gradle.search
 
ModuleHasDependency() - Constructor for class org.openrewrite.gradle.search.ModuleHasDependency
 
ModuleHasDependency.Accumulator - Class in org.openrewrite.gradle.search
 
ModuleHasPlugin - Class in org.openrewrite.gradle.search
 
ModuleHasPlugin() - Constructor for class org.openrewrite.gradle.search.ModuleHasPlugin
 
ModuleHasPlugin.Accumulator - Class in org.openrewrite.gradle.search
 

N

name - Variable in class org.openrewrite.gradle.trait.JvmTestSuite.Matcher
 
name(String) - Method in class org.openrewrite.gradle.trait.JvmTestSuite.Matcher
 
NATIVE_LINK - Enum constant in enum class org.openrewrite.gradle.attributes.Usage
The native link files of a library, packaged as static or shared library.
NATIVE_RUNTIME - Enum constant in enum class org.openrewrite.gradle.attributes.Usage
The native runtime files of a library, packaged as a shared library.
Nearest() - Constructor for class org.openrewrite.gradle.internal.GradleWrapperScriptLoader.Nearest
 
NeedsProperty() - Constructor for class org.openrewrite.gradle.AddProperty.NeedsProperty
 
Number - Enum constant in enum class org.openrewrite.gradle.UpdateJavaCompatibility.DeclarationStyle
 

O

OBJECTS - Enum constant in enum class org.openrewrite.gradle.attributes.LibraryElements
Objects for native modules
org.openrewrite.gradle - package org.openrewrite.gradle
 
org.openrewrite.gradle.attributes - package org.openrewrite.gradle.attributes
 
org.openrewrite.gradle.attributes.java - package org.openrewrite.gradle.attributes.java
 
org.openrewrite.gradle.gradle8 - package org.openrewrite.gradle.gradle8
 
org.openrewrite.gradle.internal - package org.openrewrite.gradle.internal
 
org.openrewrite.gradle.marker - package org.openrewrite.gradle.marker
 
org.openrewrite.gradle.plugins - package org.openrewrite.gradle.plugins
 
org.openrewrite.gradle.search - package org.openrewrite.gradle.search
 
org.openrewrite.gradle.security - package org.openrewrite.gradle.security
 
org.openrewrite.gradle.style - package org.openrewrite.gradle.style
 
org.openrewrite.gradle.table - package org.openrewrite.gradle.table
 
org.openrewrite.gradle.trait - package org.openrewrite.gradle.trait
 
org.openrewrite.gradle.tree - package org.openrewrite.gradle.tree
 
org.openrewrite.gradle.util - package org.openrewrite.gradle.util
 

P

parse(String) - Static method in class org.openrewrite.gradle.internal.DependencyStringNotationConverter
Deprecated.
Use DependencyNotation.parse(String) instead
parseInputs(Iterable<Parser.Input>, Path, ExecutionContext) - Method in class org.openrewrite.gradle.GradleParser
 
PLATFORM - Enum constant in enum class org.openrewrite.gradle.AddDependencyVisitor.DependencyModifier
 
Plugin - Enum constant in enum class org.openrewrite.gradle.search.FindRepository.Purpose
 
pluginClass - Variable in class org.openrewrite.gradle.trait.GradlePlugin.Matcher
 
pluginClass(String) - Method in class org.openrewrite.gradle.trait.GradlePlugin.Matcher
 
pluginIdPattern - Variable in class org.openrewrite.gradle.trait.GradlePlugin.Matcher
 
pluginIdPattern(String) - Method in class org.openrewrite.gradle.trait.GradlePlugin.Matcher
 
preVisit(Tree, P) - Method in class org.openrewrite.gradle.IsBuildGradle
 
preVisit(Tree, P) - Method in class org.openrewrite.gradle.IsSettingsGradle
 
preVisit(J, ExecutionContext) - Method in class org.openrewrite.gradle.plugins.AddPluginVisitor
 
Project - Enum constant in enum class org.openrewrite.gradle.search.FindRepository.Purpose
 
ProjectAttribute - Class in org.openrewrite.gradle.attributes
Marks a dependency as representing another Gradle project within the same multi-project build
ProjectAttribute() - Constructor for class org.openrewrite.gradle.attributes.ProjectAttribute
 

R

REGULAR_PLATFORM - Enum constant in enum class org.openrewrite.gradle.attributes.Category
Typically marks a dependency as platform.
RemoveBuildPlugin - Class in org.openrewrite.gradle.plugins
 
RemoveBuildPlugin() - Constructor for class org.openrewrite.gradle.plugins.RemoveBuildPlugin
 
removeDependency(String, String) - Method in class org.openrewrite.gradle.trait.GradleDependencies
 
RemoveDependency - Class in org.openrewrite.gradle
 
RemoveDependency() - Constructor for class org.openrewrite.gradle.RemoveDependency
 
RemoveDevelocityConfiguration - Class in org.openrewrite.gradle.plugins
 
RemoveDevelocityConfiguration() - Constructor for class org.openrewrite.gradle.plugins.RemoveDevelocityConfiguration
 
RemoveEnableFeaturePreview - Class in org.openrewrite.gradle
 
RemoveEnableFeaturePreview() - Constructor for class org.openrewrite.gradle.RemoveEnableFeaturePreview
 
RemoveExtension - Class in org.openrewrite.gradle
 
RemoveExtension() - Constructor for class org.openrewrite.gradle.RemoveExtension
 
RemovePluginVisitor - Class in org.openrewrite.gradle.plugins
 
RemovePluginVisitor() - Constructor for class org.openrewrite.gradle.plugins.RemovePluginVisitor
 
RemoveRedundantDependencyVersions - Class in org.openrewrite.gradle
 
RemoveRedundantDependencyVersions() - Constructor for class org.openrewrite.gradle.RemoveRedundantDependencyVersions
 
RemoveRedundantDependencyVersions.Comparator - Enum Class in org.openrewrite.gradle
 
RemoveRepository - Class in org.openrewrite.gradle
 
RemoveRepository() - Constructor for class org.openrewrite.gradle.RemoveRepository
 
RemoveSettingsPlugin - Class in org.openrewrite.gradle.plugins
 
RemoveSettingsPlugin() - Constructor for class org.openrewrite.gradle.plugins.RemoveSettingsPlugin
 
removeVersion() - Method in class org.openrewrite.gradle.trait.GradleDependency
Removes the version from a dependency declaration.
RESOURCES - Enum constant in enum class org.openrewrite.gradle.attributes.LibraryElements
JVM resources
Row() - Constructor for class org.openrewrite.gradle.table.GradleWrappersInUse.Row
 
Row() - Constructor for class org.openrewrite.gradle.table.JVMTestSuitesDefined.Row
 

S

sample(SourceFile) - Method in class org.openrewrite.gradle.style.Autodetect.Detector
 
SAMPLES - Enum constant in enum class org.openrewrite.gradle.attributes.DocsType
Samples illustrating how to use the software module
Scanned() - Constructor for class org.openrewrite.gradle.AddDependency.Scanned
 
Scanned() - Constructor for class org.openrewrite.gradle.AddPlatformDependency.Scanned
 
select(GroupArtifact, String, String, String, ExecutionContext) - Method in class org.openrewrite.gradle.DependencyVersionSelector
Used to select a version for a new dependency that has no prior version, or the caller is not sure what the prior version is.
select(GroupArtifactVersion, String, String, String, ExecutionContext) - Method in class org.openrewrite.gradle.DependencyVersionSelector
Used to upgrade a version for a dependency that already has a version.
select(GroupArtifactVersion, String, String, VersionComparator, ExecutionContext) - Method in class org.openrewrite.gradle.DependencyVersionSelector
Used to upgrade a version for a dependency that already has a version.
select(ResolvedGroupArtifactVersion, String, String, String, ExecutionContext) - Method in class org.openrewrite.gradle.DependencyVersionSelector
Used to upgrade a version for a dependency that already has a version.
settingsClasspath(String...) - Method in class org.openrewrite.gradle.GradleParser.Builder
 
settingsClasspath(Collection<Path>) - Method in class org.openrewrite.gradle.GradleParser.Builder
 
settingsClasspathFromResources(ExecutionContext, String...) - Method in class org.openrewrite.gradle.GradleParser.Builder
 
settingsGradle(String) - Static method in class org.openrewrite.gradle.Assertions
 
settingsGradle(String, String) - Static method in class org.openrewrite.gradle.Assertions
 
settingsGradle(String, String, Consumer<SourceSpec<G.CompilationUnit>>) - Static method in class org.openrewrite.gradle.Assertions
 
settingsGradle(String, Consumer<SourceSpec<G.CompilationUnit>>) - Static method in class org.openrewrite.gradle.Assertions
 
settingsGradleKts(String) - Static method in class org.openrewrite.gradle.Assertions
 
settingsGradleKts(String, String) - Static method in class org.openrewrite.gradle.Assertions
 
settingsGradleKts(String, String, Consumer<SourceSpec<K.CompilationUnit>>) - Static method in class org.openrewrite.gradle.Assertions
 
settingsGradleKts(String, Consumer<SourceSpec<K.CompilationUnit>>) - Static method in class org.openrewrite.gradle.Assertions
 
SHADOWED - Enum constant in enum class org.openrewrite.gradle.attributes.Bundling
Dependencies are shadowed (relocated) inside the artifact
source - Enum constant in enum class org.openrewrite.gradle.UpdateJavaCompatibility.CompatibilityType
 
sourcePathFromSourceText(Path, String) - Method in class org.openrewrite.gradle.GradleParser
 
SOURCES - Enum constant in enum class org.openrewrite.gradle.attributes.DocsType
The source files of the module
SpringDependencyManagementPluginEntry - Class in org.openrewrite.gradle.trait
 
SpringDependencyManagementPluginEntry() - Constructor for class org.openrewrite.gradle.trait.SpringDependencyManagementPluginEntry
 
SpringDependencyManagementPluginEntry.Matcher - Class in org.openrewrite.gradle.trait
 
STANDARD_JVM - Enum constant in enum class org.openrewrite.gradle.attributes.java.TargetJvmEnvironment
A standard JVM environment (e.g.
String - Enum constant in enum class org.openrewrite.gradle.UpdateJavaCompatibility.DeclarationStyle
 
SWIFT_API - Enum constant in enum class org.openrewrite.gradle.attributes.Usage
The Swift API of a library, packaged as swiftmodule files.

T

target - Enum constant in enum class org.openrewrite.gradle.UpdateJavaCompatibility.CompatibilityType
 
TargetJvmEnvironment - Enum Class in org.openrewrite.gradle.attributes.java
Attribute representing the target JVM environment of a dependency variant.
TargetJvmVersion - Class in org.openrewrite.gradle.attributes.java
Represents the target version of a Java library or platform.
TargetJvmVersion() - Constructor for class org.openrewrite.gradle.attributes.java.TargetJvmVersion
 
test(Cursor) - Method in class org.openrewrite.gradle.trait.GradleDependencies.Matcher
 
test(Cursor) - Method in class org.openrewrite.gradle.trait.GradleDependency.Matcher
 
test(Cursor) - Method in class org.openrewrite.gradle.trait.GradleMultiDependency.Matcher
 
test(Cursor) - Method in class org.openrewrite.gradle.trait.GradlePlugin.Matcher
 
test(Cursor) - Method in class org.openrewrite.gradle.trait.JvmTestSuite.Matcher
 
test(Cursor) - Method in class org.openrewrite.gradle.trait.SpringDependencyManagementPluginEntry.Matcher
 
TEST_RESULTS - Enum constant in enum class org.openrewrite.gradle.attributes.VerificationType
Binary results of running tests containing pass/fail information
toStringNotation() - Method in class org.openrewrite.gradle.internal.Dependency
Deprecated.
 
Traits - Class in org.openrewrite.gradle.trait
Deprecated.
Use specific matchers like GradleDependency.Matcher or JvmTestSuite.Matcher instead.

U

UpdateGradleWrapper - Class in org.openrewrite.gradle
 
UpdateGradleWrapper() - Constructor for class org.openrewrite.gradle.UpdateGradleWrapper
 
UpdateGradleWrapper.GradleWrapperState - Class in org.openrewrite.gradle
 
UpdateJavaCompatibility - Class in org.openrewrite.gradle
 
UpdateJavaCompatibility() - Constructor for class org.openrewrite.gradle.UpdateJavaCompatibility
 
UpdateJavaCompatibility.CompatibilityType - Enum Class in org.openrewrite.gradle
 
UpdateJavaCompatibility.DeclarationStyle - Enum Class in org.openrewrite.gradle
 
UpgradeDependencyVersion - Class in org.openrewrite.gradle
 
UpgradeDependencyVersion() - Constructor for class org.openrewrite.gradle.UpgradeDependencyVersion
 
UpgradeDependencyVersion.DependencyVersionState - Class in org.openrewrite.gradle
 
UpgradePluginVersion - Class in org.openrewrite.gradle.plugins
 
UpgradePluginVersion() - Constructor for class org.openrewrite.gradle.plugins.UpgradePluginVersion
 
UpgradePluginVersion.DependencyVersionState - Class in org.openrewrite.gradle.plugins
 
UpgradeTransitiveDependencyVersion - Class in org.openrewrite.gradle
 
UpgradeTransitiveDependencyVersion() - Constructor for class org.openrewrite.gradle.UpgradeTransitiveDependencyVersion
 
UpgradeTransitiveDependencyVersion.DependencyVersionState - Class in org.openrewrite.gradle
 
Usage - Enum Class in org.openrewrite.gradle.attributes
Attribute representing the usage of a dependency variant.
UseHttpsForRepositories - Class in org.openrewrite.gradle.security
 
UseHttpsForRepositories() - Constructor for class org.openrewrite.gradle.security.UseHttpsForRepositories
 
USER_MANUAL - Enum constant in enum class org.openrewrite.gradle.attributes.DocsType
A user manual

V

validate() - Method in class org.openrewrite.gradle.AddDependency
 
validate() - Method in class org.openrewrite.gradle.AddPlatformDependency
 
validate() - Method in class org.openrewrite.gradle.ChangeDependency
 
validate() - Method in class org.openrewrite.gradle.ChangeDependencyArtifactId
 
validate() - Method in class org.openrewrite.gradle.ChangeDependencyClassifier
 
validate() - Method in class org.openrewrite.gradle.ChangeDependencyConfiguration
 
validate() - Method in class org.openrewrite.gradle.ChangeDependencyExtension
 
validate() - Method in class org.openrewrite.gradle.ChangeDependencyGroupId
 
validate() - Method in class org.openrewrite.gradle.ChangeManagedDependency
 
validate() - Method in class org.openrewrite.gradle.plugins.AddBuildPlugin
 
validate() - Method in class org.openrewrite.gradle.plugins.AddDevelocityGradlePlugin
 
validate() - Method in class org.openrewrite.gradle.plugins.AddSettingsPlugin
 
validate() - Method in class org.openrewrite.gradle.plugins.ChangePlugin
 
validate() - Method in class org.openrewrite.gradle.plugins.ChangePluginVersion
Deprecated.
 
validate() - Method in class org.openrewrite.gradle.plugins.UpgradePluginVersion
 
validate() - Method in class org.openrewrite.gradle.search.DependencyInsight
 
validate() - Method in class org.openrewrite.gradle.search.DoesNotIncludeDependency
 
validate() - Method in class org.openrewrite.gradle.UpdateGradleWrapper
 
validate() - Method in class org.openrewrite.gradle.UpdateJavaCompatibility
 
validate() - Method in class org.openrewrite.gradle.UpgradeDependencyVersion
 
validate() - Method in class org.openrewrite.gradle.UpgradeTransitiveDependencyVersion
 
validate(ExecutionContext) - Method in class org.openrewrite.gradle.EnableDevelocityBuildCache
 
validate(ExecutionContext) - Method in class org.openrewrite.gradle.search.FindPlugins
 
valueOf(String) - Static method in enum class org.openrewrite.gradle.AddDependencyVisitor.DependencyModifier
Returns the enum constant of this class with the specified name.
valueOf(String) - Static method in enum class org.openrewrite.gradle.attributes.Bundling
Returns the enum constant of this class with the specified name.
valueOf(String) - Static method in enum class org.openrewrite.gradle.attributes.Category
Returns the enum constant of this class with the specified name.
valueOf(String) - Static method in enum class org.openrewrite.gradle.attributes.DocsType
Returns the enum constant of this class with the specified name.
valueOf(String) - Static method in enum class org.openrewrite.gradle.attributes.java.TargetJvmEnvironment
Returns the enum constant of this class with the specified name.
valueOf(String) - Static method in enum class org.openrewrite.gradle.attributes.LibraryElements
Returns the enum constant of this class with the specified name.
valueOf(String) - Static method in enum class org.openrewrite.gradle.attributes.Usage
Returns the enum constant of this class with the specified name.
valueOf(String) - Static method in enum class org.openrewrite.gradle.attributes.VerificationType
Returns the enum constant of this class with the specified name.
valueOf(String) - Static method in enum class org.openrewrite.gradle.plugins.AddDevelocityGradlePlugin.PublishCriteria
Returns the enum constant of this class with the specified name.
valueOf(String) - Static method in enum class org.openrewrite.gradle.RemoveRedundantDependencyVersions.Comparator
Returns the enum constant of this class with the specified name.
valueOf(String) - Static method in enum class org.openrewrite.gradle.search.FindGradleProject.SearchCriteria
Returns the enum constant of this class with the specified name.
valueOf(String) - Static method in enum class org.openrewrite.gradle.search.FindRepository.Purpose
Returns the enum constant of this class with the specified name.
valueOf(String) - Static method in enum class org.openrewrite.gradle.UpdateJavaCompatibility.CompatibilityType
Returns the enum constant of this class with the specified name.
valueOf(String) - Static method in enum class org.openrewrite.gradle.UpdateJavaCompatibility.DeclarationStyle
Returns the enum constant of this class with the specified name.
valueOf(String) - Static method in enum class org.openrewrite.gradle.util.GradleWrapper.DistributionType
Returns the enum constant of this class with the specified name.
values() - Static method in enum class org.openrewrite.gradle.AddDependencyVisitor.DependencyModifier
Returns an array containing the constants of this enum class, in the order they are declared.
values() - Static method in enum class org.openrewrite.gradle.attributes.Bundling
Returns an array containing the constants of this enum class, in the order they are declared.
values() - Static method in enum class org.openrewrite.gradle.attributes.Category
Returns an array containing the constants of this enum class, in the order they are declared.
values() - Static method in enum class org.openrewrite.gradle.attributes.DocsType
Returns an array containing the constants of this enum class, in the order they are declared.
values() - Static method in enum class org.openrewrite.gradle.attributes.java.TargetJvmEnvironment
Returns an array containing the constants of this enum class, in the order they are declared.
values() - Static method in enum class org.openrewrite.gradle.attributes.LibraryElements
Returns an array containing the constants of this enum class, in the order they are declared.
values() - Static method in enum class org.openrewrite.gradle.attributes.Usage
Returns an array containing the constants of this enum class, in the order they are declared.
values() - Static method in enum class org.openrewrite.gradle.attributes.VerificationType
Returns an array containing the constants of this enum class, in the order they are declared.
values() - Static method in enum class org.openrewrite.gradle.plugins.AddDevelocityGradlePlugin.PublishCriteria
Returns an array containing the constants of this enum class, in the order they are declared.
values() - Static method in enum class org.openrewrite.gradle.RemoveRedundantDependencyVersions.Comparator
Returns an array containing the constants of this enum class, in the order they are declared.
values() - Static method in enum class org.openrewrite.gradle.search.FindGradleProject.SearchCriteria
Returns an array containing the constants of this enum class, in the order they are declared.
values() - Static method in enum class org.openrewrite.gradle.search.FindRepository.Purpose
Returns an array containing the constants of this enum class, in the order they are declared.
values() - Static method in enum class org.openrewrite.gradle.UpdateJavaCompatibility.CompatibilityType
Returns an array containing the constants of this enum class, in the order they are declared.
values() - Static method in enum class org.openrewrite.gradle.UpdateJavaCompatibility.DeclarationStyle
Returns an array containing the constants of this enum class, in the order they are declared.
values() - Static method in enum class org.openrewrite.gradle.util.GradleWrapper.DistributionType
Returns an array containing the constants of this enum class, in the order they are declared.
VERIFICATION - Enum constant in enum class org.openrewrite.gradle.attributes.Category
The verification category, for variants which contain the results of running verification tasks (e.g.
VerificationType - Enum Class in org.openrewrite.gradle.attributes
Attribute to be used on variants containing the output verification checks verification checks (Test data, Jacoco results, etc) which specify the type of verification data.
Version() - Constructor for class org.openrewrite.gradle.internal.GradleWrapperScriptLoader.Version
 
VERSION_CATALOG - Enum constant in enum class org.openrewrite.gradle.attributes.Usage
A version catalog, packaged as TOML files, for use as recommendations for dependency and plugin versions.
visit(Tree, ExecutionContext) - Method in class org.openrewrite.gradle.AddDependencyVisitor
 
visit(Tree, ExecutionContext) - Method in class org.openrewrite.gradle.internal.AddDependencyVisitor
 
visitBlock(J.Block, ExecutionContext) - Method in class org.openrewrite.gradle.internal.AddDependencyVisitor
 
visitBlock(J.Block, ExecutionContext) - Method in class org.openrewrite.gradle.plugins.RemovePluginVisitor
 
visitMethodInvocation(J.MethodInvocation, ExecutionContext) - Method in class org.openrewrite.gradle.internal.AddDependencyVisitor
 
visitMethodInvocation(J.MethodInvocation, ExecutionContext) - Method in class org.openrewrite.gradle.plugins.RemovePluginVisitor
 

W

withDeclaredArtifactId(String) - Method in class org.openrewrite.gradle.trait.GradleDependency
Updates the declared artifact ID of a dependency.
withDeclaredGroupId(String) - Method in class org.openrewrite.gradle.trait.GradleDependency
Updates the declared group ID of a dependency.
withDeclaredVersion(String) - Method in class org.openrewrite.gradle.trait.GradleDependency
Updates the declared version of a dependency.
withGroupArtifactVersion(DependencyMatcher, String, String, String, String, MavenMetadataFailures, ExecutionContext) - Method in class org.openrewrite.gradle.trait.SpringDependencyManagementPluginEntry
 
withinBlock(Cursor, String) - Method in class org.openrewrite.gradle.trait.GradleTraitMatcher
 
withStringValue(Expression, String) - Static method in class org.openrewrite.gradle.internal.ChangeStringLiteral
 
withStringValue(J.Literal, String) - Static method in class org.openrewrite.gradle.internal.ChangeStringLiteral
 
withToolingApi() - Static method in class org.openrewrite.gradle.Assertions
Deprecated.
This method has moved to org.openrewrite.gradle.toolingapi.Assertions. This has allowed us to remove the compile time dependency on the tooling model and thus save a lot of space in the distribution of rewrite-gradle recipes.
withToolingApi(String, String) - Static method in class org.openrewrite.gradle.Assertions
Deprecated.
This method has moved to org.openrewrite.gradle.toolingapi.Assertions. This has allowed us to remove the compile time dependency on the tooling model and thus save a lot of space in the distribution of rewrite-gradle recipes.
withToolingApi(String) - Static method in class org.openrewrite.gradle.Assertions
Deprecated.
This method has moved to org.openrewrite.gradle.toolingapi.Assertions. This has allowed us to remove the compile time dependency on the tooling model and thus save a lot of space in the distribution of rewrite-gradle recipes.
WRAPPER_BATCH_LOCATION - Static variable in class org.openrewrite.gradle.util.GradleWrapper
 
WRAPPER_BATCH_LOCATION_RELATIVE_PATH - Static variable in class org.openrewrite.gradle.util.GradleWrapper
 
WRAPPER_JAR_LOCATION - Static variable in class org.openrewrite.gradle.util.GradleWrapper
 
WRAPPER_JAR_LOCATION_RELATIVE_PATH - Static variable in class org.openrewrite.gradle.util.GradleWrapper
 
WRAPPER_PROPERTIES_LOCATION - Static variable in class org.openrewrite.gradle.util.GradleWrapper
 
WRAPPER_PROPERTIES_LOCATION_RELATIVE_PATH - Static variable in class org.openrewrite.gradle.util.GradleWrapper
 
WRAPPER_SCRIPT_LOCATION - Static variable in class org.openrewrite.gradle.util.GradleWrapper
 
WRAPPER_SCRIPT_LOCATION_RELATIVE_PATH - Static variable in class org.openrewrite.gradle.util.GradleWrapper
 
wrapperJar() - Method in class org.openrewrite.gradle.util.GradleWrapper
 
wrapperJar(SourceFile) - Method in class org.openrewrite.gradle.util.GradleWrapper
 
A B C D E F G H I J K L M N O P R S T U V W 
All Classes and Interfaces|All Packages|Constant Field Values|Serialized Form