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.buildproperties
Methods in tech.jhipster.lite.module.domain.buildproperties with parameters of type BuildProfileIdModifier and TypeMethodDescriptionJHipsterModuleBuildProperties.buildChanges(BuildProfileId buildProfile) -
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 TypeMethodDescriptionAddDirectJavaDependency.buildProfile()Returns the value of thebuildProfilerecord component.AddDirectMavenPlugin.buildProfile()AddGradlePlugin.buildProfile()AddJavaDependencyManagement.buildProfile()Returns the value of thebuildProfilerecord component.AddMavenPluginManagement.buildProfile()RemoveDirectJavaDependency.buildProfile()Returns the value of thebuildProfilerecord component.RemoveJavaDependencyManagement.buildProfile()Returns the value of thebuildProfilerecord component.SetBuildProperty.buildProfile()Returns the value of thebuildProfilerecord component.Methods in tech.jhipster.lite.module.domain.javabuild.command with parameters of type BuildProfileIdModifier and TypeMethodDescriptionAddGradlePlugin.AddGradlePluginOptionalBuilder.buildProfile(BuildProfileId buildProfile) AddMavenPluginOptionalBuilder.buildProfile(BuildProfileId buildProfile) Constructors in tech.jhipster.lite.module.domain.javabuild.command with parameters of type BuildProfileIdModifierConstructorDescriptionAddDirectJavaDependency(JavaDependency dependency, BuildProfileId buildProfile) AddJavaBuildProfile(BuildProfileId buildProfileId) AddJavaBuildProfile(BuildProfileId buildProfileId, Optional<BuildProfileActivation> activation) Creates an instance of aAddJavaBuildProfilerecord class.AddJavaBuildProfile(BuildProfileId buildProfileId, BuildProfileActivation activation) AddJavaDependencyManagement(JavaDependency dependency, BuildProfileId buildProfile) RemoveDirectJavaDependency(DependencyId dependency, BuildProfileId buildProfile) RemoveJavaDependencyManagement(DependencyId dependency, BuildProfileId buildProfile) SetBuildProperty(BuildProperty property, BuildProfileId buildProfile) Constructor parameters in tech.jhipster.lite.module.domain.javabuild.command with type arguments of type BuildProfileIdModifierConstructorDescriptionAddDirectJavaDependency(JavaDependency dependency, Optional<BuildProfileId> buildProfile) Creates an instance of aAddDirectJavaDependencyrecord class.AddJavaDependencyManagement(JavaDependency dependency, Optional<BuildProfileId> buildProfile) Creates an instance of aAddJavaDependencyManagementrecord class.RemoveDirectJavaDependency(DependencyId dependency, Optional<BuildProfileId> buildProfile) Creates an instance of aRemoveDirectJavaDependencyrecord class.RemoveJavaDependencyManagement(DependencyId dependency, Optional<BuildProfileId> buildProfile) Creates an instance of aRemoveJavaDependencyManagementrecord class.SetBuildProperty(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) JHipsterModuleGradleProfilePlugins.buildChanges(JavaDependenciesVersions versions, BuildProfileId buildProfile) JHipsterModuleJavaBuildProfile.builder(JHipsterModuleJavaBuildProfiles.JHipsterModuleJavaBuildProfilesBuilder profiles, BuildProfileId buildProfileId) -
Uses of BuildProfileId in tech.jhipster.lite.module.domain.javadependency
Methods in tech.jhipster.lite.module.domain.javadependency with parameters of type BuildProfileIdModifier and TypeMethodDescriptionJHipsterModuleJavaDependencies.buildChanges(JavaDependenciesVersions versions, ProjectJavaDependencies projectJavaDependencies, BuildProfileId buildProfile) Method parameters in tech.jhipster.lite.module.domain.javadependency with type arguments of type BuildProfileIdModifier and TypeMethodDescriptionprotected Collection<JavaBuildCommand> DirectJavaDependency.dependencyCommands(ProjectJavaDependencies projectDependencies, Optional<BuildProfileId> buildProfile) protected Collection<JavaBuildCommand> JavaDependencyManagement.dependencyCommands(ProjectJavaDependencies projectDependencies, Optional<BuildProfileId> buildProfile) protected Collection<JavaBuildCommand> DirectJavaDependency.versionCommands(JavaDependenciesVersions currentVersions, ProjectJavaDependencies projectDependencies, Optional<BuildProfileId> buildProfile) protected Collection<JavaBuildCommand> JavaDependencyManagement.versionCommands(JavaDependenciesVersions currentVersions, ProjectJavaDependencies projectDependencies, Optional<BuildProfileId> buildProfile) -
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)