Uses of Record Class
tech.jhipster.lite.module.domain.javabuild.ArtifactId
Packages that use ArtifactId
Package
Description
-
Uses of ArtifactId in tech.jhipster.lite.module.domain
Methods in tech.jhipster.lite.module.domain that return ArtifactId -
Uses of ArtifactId in tech.jhipster.lite.module.domain.gradleplugin
Methods in tech.jhipster.lite.module.domain.gradleplugin that return ArtifactIdModifier and TypeMethodDescriptionGradlePluginDependency.artifactId()Returns the value of theartifactIdrecord component.Methods in tech.jhipster.lite.module.domain.gradleplugin with parameters of type ArtifactIdModifier and TypeMethodDescriptionGradleCommunityProfilePlugin.GradleCommunityProfilePluginDependencyBuilder.dependency(GroupId groupId, ArtifactId artifactId) Constructors in tech.jhipster.lite.module.domain.gradleplugin with parameters of type ArtifactIdModifierConstructorDescriptionGradlePluginDependency(GroupId groupId, ArtifactId artifactId) Creates an instance of aGradlePluginDependencyrecord class. -
Uses of ArtifactId in tech.jhipster.lite.module.domain.javabuild
Methods in tech.jhipster.lite.module.domain.javabuild that return ArtifactIdMethods in tech.jhipster.lite.module.domain.javabuild with parameters of type ArtifactIdModifier and TypeMethodDescriptionJHipsterModuleMavenBuildExtensions.JHipsterModuleMavenBuildExtensionsBuilder.addExtension(GroupId groupId, ArtifactId artifactId, VersionSlug versionSlug) MavenBuildExtension.MavenBuildExtensionArtifactIdBuilder.artifactId(ArtifactId artifactId) -
Uses of ArtifactId in tech.jhipster.lite.module.domain.javadependency
Methods in tech.jhipster.lite.module.domain.javadependency that return ArtifactIdMethods in tech.jhipster.lite.module.domain.javadependency with parameters of type ArtifactIdModifier and TypeMethodDescriptionJHipsterModuleJavaDependencies.JHipsterModuleJavaDependenciesBuilder.addDependency(GroupId groupId, ArtifactId artifactId) JHipsterModuleJavaDependencies.JHipsterModuleJavaDependenciesBuilder.addDependency(GroupId groupId, ArtifactId artifactId, VersionSlug versionSlug) JavaDependency.JavaDependencyOptionalValueBuilder.addExclusion(GroupId groupId, ArtifactId artifactId) JHipsterModuleJavaDependencies.JHipsterModuleJavaDependenciesBuilder.addTestDependency(GroupId groupId, ArtifactId artifactId, VersionSlug versionSlug) DependencyId.DependencyIdArtifactIdBuilder.artifactId(ArtifactId artifactId) JavaDependency.JavaDependencyArtifactIdBuilder.artifactId(ArtifactId artifactId) static DependencyIdDependencyId.of(GroupId groupId, ArtifactId artifactId) -
Uses of ArtifactId in tech.jhipster.lite.module.domain.mavenplugin
Methods in tech.jhipster.lite.module.domain.mavenplugin with parameters of type ArtifactIdModifier and TypeMethodDescriptionMavenPlugin.MavenPluginOptionalBuilder.addDependency(GroupId groupId, ArtifactId artifactId, VersionSlug version) MavenPlugin.MavenPluginArtifactIdBuilder.artifactId(ArtifactId artifactId)