Uses of Class
org.apache.maven.model.Developer
Packages that use Developer
-
Uses of Developer in org.apache.maven.model
Methods in org.apache.maven.model that return DeveloperMethods in org.apache.maven.model that return types with arguments of type DeveloperModifier and TypeMethodDescriptionDeveloper.developerToApiV3
(List<Developer> list) Model.getDevelopers()
Methods in org.apache.maven.model with parameters of type DeveloperModifier and TypeMethodDescriptionvoid
Model.addDeveloper
(Developer developer) void
Model.removeDeveloper
(Developer developer) Method parameters in org.apache.maven.model with type arguments of type DeveloperModifier and TypeMethodDescriptionDeveloper.developerToApiV4
(List<Developer> list) void
Model.setDevelopers
(List<Developer> developers) -
Uses of Developer in org.apache.maven.project
Methods in org.apache.maven.project that return types with arguments of type DeveloperMethods in org.apache.maven.project with parameters of type DeveloperMethod parameters in org.apache.maven.project with type arguments of type Developer