Uses of Record Class
tech.jhipster.lite.module.domain.gradleplugin.BuildGradleImport
Packages that use BuildGradleImport
-
Uses of BuildGradleImport in tech.jhipster.lite.module.domain.gradleplugin
Methods in tech.jhipster.lite.module.domain.gradleplugin that return types with arguments of type BuildGradleImportModifier and TypeMethodDescriptionGradlePluginImports.pluginImports()Returns the value of thepluginImportsrecord component.Methods in tech.jhipster.lite.module.domain.gradleplugin with parameters of type BuildGradleImportModifier and TypeMethodDescriptionGradleCommunityPlugin.GradleCommunityPluginOptionalBuilder.withBuildGradleImport(BuildGradleImport gradleImport) GradleCommunityProfilePlugin.GradleCommunityProfilePluginOptionalBuilder.withBuildGradleImport(BuildGradleImport gradleImport) GradleCorePlugin.GradleCorePluginOptionalBuilder.withBuildGradleImport(BuildGradleImport gradleImport) Method parameters in tech.jhipster.lite.module.domain.gradleplugin with type arguments of type BuildGradleImportModifier and TypeMethodDescriptionvoidGradlePluginImports.forEach(Consumer<BuildGradleImport> consumer) Constructor parameters in tech.jhipster.lite.module.domain.gradleplugin with type arguments of type BuildGradleImportModifierConstructorDescriptionGradlePluginImports(Collection<BuildGradleImport> pluginImports) Creates an instance of aGradlePluginImportsrecord class.