Uses of Record Class
tech.jhipster.lite.module.domain.javabuildprofile.BuildProfileId
Packages that use BuildProfileId
Package
Description
-
Uses of BuildProfileId in tech.jhipster.lite.module.domain
Methods in tech.jhipster.lite.module.domain that return BuildProfileId -
Uses of BuildProfileId in tech.jhipster.lite.module.domain.javabuild.command
Methods in tech.jhipster.lite.module.domain.javabuild.command that return BuildProfileIdModifier and TypeMethodDescriptionAddJavaBuildProfile.buildProfileId()Returns the value of thebuildProfileIdrecord component.Methods in tech.jhipster.lite.module.domain.javabuild.command that return types with arguments of type BuildProfileIdModifier and TypeMethodDescriptionAddDirectMavenPlugin.buildProfile()AddMavenPluginManagement.buildProfile()SetBuildProperty.buildProfile()Returns the value of thebuildProfilerecord component.Methods in tech.jhipster.lite.module.domain.javabuild.command with parameters of type BuildProfileIdModifier and TypeMethodDescriptionAddMavenPluginOptionalBuilder.buildProfile(BuildProfileId buildProfile) Constructors in tech.jhipster.lite.module.domain.javabuild.command with parameters of type BuildProfileIdModifierConstructorDescriptionAddJavaBuildProfile(BuildProfileId buildProfileId) AddJavaBuildProfile(BuildProfileId buildProfileId, Optional<BuildProfileActivation> activation) Creates an instance of aAddJavaBuildProfilerecord class.AddJavaBuildProfile(BuildProfileId buildProfileId, BuildProfileActivation activation) SetBuildProperty(BuildProperty property, BuildProfileId buildProfile) Constructor parameters in tech.jhipster.lite.module.domain.javabuild.command with type arguments of type BuildProfileIdModifierConstructorDescriptionSetBuildProperty(BuildProperty property, Optional<BuildProfileId> buildProfile) Creates an instance of aSetBuildPropertyrecord class. -
Uses of BuildProfileId in tech.jhipster.lite.module.domain.javabuildprofile
Methods in tech.jhipster.lite.module.domain.javabuildprofile that return BuildProfileIdMethods in tech.jhipster.lite.module.domain.javabuildprofile with parameters of type BuildProfileIdModifier and TypeMethodDescriptionJHipsterModuleJavaBuildProfiles.JHipsterModuleJavaBuildProfilesBuilder.addProfile(BuildProfileId buildProfileId) JHipsterModuleJavaBuildProfile.builder(JHipsterModuleJavaBuildProfiles.JHipsterModuleJavaBuildProfilesBuilder profiles, BuildProfileId buildProfileId) -
Uses of BuildProfileId in tech.jhipster.lite.module.domain.mavenplugin
Methods in tech.jhipster.lite.module.domain.mavenplugin with parameters of type BuildProfileIdModifier and TypeMethodDescriptionJHipsterModuleMavenPlugins.buildChanges(JavaDependenciesVersions versions, ProjectJavaDependencies projectJavaDependencies, BuildProfileId buildProfile)