Uses of Record Class
tech.jhipster.lite.module.domain.javabuild.VersionSlug
Packages that use VersionSlug
Package
Description
-
Uses of VersionSlug in tech.jhipster.lite.module.domain
Methods in tech.jhipster.lite.module.domain that return VersionSlugModifier and TypeMethodDescriptionstatic VersionSlugJHipsterModule.versionSlug(String versionSlug) -
Uses of VersionSlug in tech.jhipster.lite.module.domain.gradleplugin
Methods in tech.jhipster.lite.module.domain.gradleplugin that return types with arguments of type VersionSlugModifier and TypeMethodDescriptionGradleCorePlugin.toolVersionSlug()GradleCommunityPlugin.versionSlug()Methods in tech.jhipster.lite.module.domain.gradleplugin with parameters of type VersionSlugModifier and TypeMethodDescriptionGradleCorePlugin.GradleCorePluginOptionalBuilder.toolVersionSlug(VersionSlug versionSlug) GradleCommunityPlugin.GradleCommunityPluginOptionalBuilder.versionSlug(VersionSlug versionSlug) -
Uses of VersionSlug in tech.jhipster.lite.module.domain.javabuild
Methods in tech.jhipster.lite.module.domain.javabuild that return types with arguments of type VersionSlugMethods in tech.jhipster.lite.module.domain.javabuild with parameters of type VersionSlugModifier and TypeMethodDescriptionJHipsterModuleMavenBuildExtensions.JHipsterModuleMavenBuildExtensionsBuilder.addExtension(GroupId groupId, ArtifactId artifactId, VersionSlug versionSlug) MavenBuildExtension.MavenBuildExtensionOptionalValueBuilder.versionSlug(VersionSlug versionSlug) -
Uses of VersionSlug in tech.jhipster.lite.module.domain.javabuild.command
Methods in tech.jhipster.lite.module.domain.javabuild.command that return types with arguments of type VersionSlug -
Uses of VersionSlug in tech.jhipster.lite.module.domain.javadependency
Methods in tech.jhipster.lite.module.domain.javadependency that return VersionSlugModifier and TypeMethodDescriptionJavaDependencyVersion.slug()Returns the value of theslugrecord component.Methods in tech.jhipster.lite.module.domain.javadependency that return types with arguments of type VersionSlugModifier and TypeMethodDescriptionstatic Function<VersionSlug, Optional<JavaDependencyVersion>> JavaDependency.toVersion(JavaDependenciesVersions currentVersions, ProjectJavaDependencies projectDependencies) JavaDependency.version()Methods in tech.jhipster.lite.module.domain.javadependency with parameters of type VersionSlugModifier and TypeMethodDescriptionJHipsterModuleJavaDependencies.JHipsterModuleJavaDependenciesBuilder.addDependency(GroupId groupId, ArtifactId artifactId, VersionSlug versionSlug) JHipsterModuleJavaDependencies.JHipsterModuleJavaDependenciesBuilder.addTestDependency(GroupId groupId, ArtifactId artifactId, VersionSlug versionSlug) JavaDependenciesVersions.get(VersionSlug slug) ProjectJavaDependenciesVersions.get(VersionSlug slug) ProjectJavaDependencies.version(VersionSlug slug) JavaDependency.JavaDependencyOptionalValueBuilder.versionSlug(VersionSlug versionSlug) Constructors in tech.jhipster.lite.module.domain.javadependency with parameters of type VersionSlugModifierConstructorDescriptionJavaDependencyVersion(VersionSlug slug, Version version) Creates an instance of aJavaDependencyVersionrecord class. -
Uses of VersionSlug in tech.jhipster.lite.module.domain.mavenplugin
Methods in tech.jhipster.lite.module.domain.mavenplugin that return types with arguments of type VersionSlugMethods in tech.jhipster.lite.module.domain.mavenplugin with parameters of type VersionSlugModifier and TypeMethodDescriptionMavenPlugin.MavenPluginOptionalBuilder.addDependency(GroupId groupId, ArtifactId artifactId, VersionSlug version) MavenPlugin.MavenPluginOptionalBuilder.versionSlug(VersionSlug slug)