Uses of Class
org.apache.maven.api.model.Developer
- 
Uses of Developer in org.apache.maven.api.modelMethods in org.apache.maven.api.model that return DeveloperModifier and TypeMethodDescriptionDeveloper.Builder.build()static DeveloperDeveloper.newInstance()Creates a newDeveloperinstance.static DeveloperDeveloper.newInstance(boolean withDefaults) Creates a newDeveloperinstance using default values or not.Creates a newDeveloperinstance using the specified email.Creates a newDeveloperinstance using the specified id.Creates a newDeveloperinstance using the specified name.Developer.withOrganization(String organization) Creates a newDeveloperinstance using the specified organization.Developer.withOrganizationUrl(String organizationUrl) Creates a newDeveloperinstance using the specified organizationUrl.Developer.withProperties(Map<String, String> properties) Creates a newDeveloperinstance using the specified properties.Developer.withRoles(Collection<String> roles) Creates a newDeveloperinstance using the specified roles.Developer.withTimezone(String timezone) Creates a newDeveloperinstance using the specified timezone.Creates a newDeveloperinstance using the specified url.Methods in org.apache.maven.api.model that return types with arguments of type DeveloperMethods in org.apache.maven.api.model with parameters of type DeveloperModifier and TypeMethodDescriptionstatic Developer.BuilderDeveloper.newBuilder(Developer from) Creates a newDeveloperbuilder instance using the specified object as a basis.static Developer.BuilderDeveloper.newBuilder(Developer from, boolean forceCopy) Creates a newDeveloperbuilder instance using the specified object as a basis.Method parameters in org.apache.maven.api.model with type arguments of type DeveloperModifier and TypeMethodDescriptionModel.Builder.developers(Collection<Developer> developers) Model.withDevelopers(Collection<Developer> developers) Creates a newModelinstance using the specified developers.