Interface GradleProject
public interface GradleProject
-
Method Summary
Modifier and TypeMethodDescriptiongetGroup()getName()getPath()static org.openrewrite.gradle.marker.GradleProjecttoMarker(GradleProject project)
-
Method Details
-
getGroup
String getGroup() -
getName
String getName() -
getVersion
String getVersion() -
getPath
String getPath() -
getPlugins
List<GradlePluginDescriptor> getPlugins() -
getMavenRepositories
List<MavenRepository> getMavenRepositories() -
getMavenPluginRepositories
List<MavenRepository> getMavenPluginRepositories() -
getNameToConfiguration
Map<String,GradleDependencyConfiguration> getNameToConfiguration() -
getBuildscript
GradleBuildscript getBuildscript() -
toMarker
-