Uses of Class
tech.jhipster.lite.project.domain.history.ProjectAction
Packages that use ProjectAction
-
Uses of ProjectAction in tech.jhipster.lite.project.domain.history
Methods in tech.jhipster.lite.project.domain.history that return ProjectActionModifier and TypeMethodDescriptionProjectActionToAppend.action()Returns the value of theactionrecord component.ProjectAction.ProjectActionBuilder.parameters(ModuleParameters properties) default ProjectActionProjectAction.ProjectActionParametersBuilder.parameters(Map<String, Object> properties) ProjectAction.ProjectActionParametersBuilder.parameters(ModuleParameters properties) Methods in tech.jhipster.lite.project.domain.history that return types with arguments of type ProjectActionMethods in tech.jhipster.lite.project.domain.history with parameters of type ProjectActionConstructors in tech.jhipster.lite.project.domain.history with parameters of type ProjectActionModifierConstructorDescriptionProjectActionToAppend(ProjectPath path, ProjectAction action) Creates an instance of aProjectActionToAppendrecord class.Constructor parameters in tech.jhipster.lite.project.domain.history with type arguments of type ProjectActionModifierConstructorDescriptionProjectHistory(ProjectPath path, Collection<ProjectAction> actions)