Serialized Form
-
Package org.openrewrite.gradle.marker
-
Class org.openrewrite.gradle.marker.FeaturePreview
class FeaturePreview extends Object implements Serializable -
Class org.openrewrite.gradle.marker.GradleBuildscript
class GradleBuildscript extends Object implements Serializable-
Serialized Fields
-
id
UUID id
-
mavenRepositories
List<org.openrewrite.maven.tree.MavenRepository> mavenRepositories
-
nameToConfiguration
Map<String,
GradleDependencyConfiguration> nameToConfiguration
-
-
-
Class org.openrewrite.gradle.marker.GradleDependencyConfiguration
class GradleDependencyConfiguration extends Object implements Serializable-
Serialized Fields
-
description
@Nullable String description
-
directResolved
List<org.openrewrite.maven.tree.ResolvedDependency> directResolved
The list of direct dependencies resolved for this configuration. -
exceptionType
@Nullable String exceptionType
The type of exception thrown when attempting to resolve this configuration. null if no exception was thrown. -
extendsFrom
List<GradleDependencyConfiguration> extendsFrom
The list of zero or more configurations this configuration extends from. The extended configuration's dependencies are all requested as part of this configuration, but different versions may be resolved. -
isCanBeConsumed
boolean isCanBeConsumed
-
isCanBeResolved
boolean isCanBeResolved
-
isTransitive
boolean isTransitive
-
message
@Nullable String message
The message of the exception thrown when attempting to resolve this configuration. null if no exception was thrown. -
name
String name
The name of the dependency configuration. Unique within a given project. -
requested
List<org.openrewrite.maven.tree.Dependency> requested
-
-
-
Class org.openrewrite.gradle.marker.GradlePluginDescriptor
class GradlePluginDescriptor extends Object implements Serializable-
Serialized Fields
-
fullyQualifiedClassName
String fullyQualifiedClassName
The fully qualified name of the class which implements the plugin. -
id
@Nullable String id
The ID by which a plugin can be applied in the plugins{} block. Not all Gradle plugins have an ID, including script plugins, or plugins which are implementation details of other plugins.
-
-
-
Class org.openrewrite.gradle.marker.GradleProject
class GradleProject extends Object implements Serializable-
Serialized Fields
-
buildscript
GradleBuildscript buildscript
-
group
String group
-
id
UUID id
-
mavenPluginRepositories
List<org.openrewrite.maven.tree.MavenRepository> mavenPluginRepositories
Deprecated. -
mavenRepositories
List<org.openrewrite.maven.tree.MavenRepository> mavenRepositories
-
name
String name
-
nameToConfiguration
Map<String,
GradleDependencyConfiguration> nameToConfiguration -
path
String path
-
plugins
List<GradlePluginDescriptor> plugins
-
version
String version
-
-
-
Class org.openrewrite.gradle.marker.GradleSettings
class GradleSettings extends Object implements Serializable-
Serialized Fields
-
buildscript
GradleBuildscript buildscript
-
featurePreviews
Map<String,
FeaturePreview> featurePreviews -
id
UUID id
-
pluginRepositories
List<org.openrewrite.maven.tree.MavenRepository> pluginRepositories
Deprecated. -
plugins
List<GradlePluginDescriptor> plugins
-
-
-