Uses of Class
org.apache.maven.api.model.Developer
-
Uses of Developer in org.apache.maven.api.model
Methods in org.apache.maven.api.model that return DeveloperModifier and TypeMethodDescriptionDeveloper.Builder.build()
static Developer
Developer.newInstance()
Creates a newDeveloper
instance.static Developer
Developer.newInstance
(boolean withDefaults) Creates a newDeveloper
instance using default values or not.Creates a newDeveloper
instance using the specified email.Creates a newDeveloper
instance using the specified id.Creates a newDeveloper
instance using the specified name.Developer.withOrganization
(String organization) Creates a newDeveloper
instance using the specified organization.Developer.withOrganizationUrl
(String organizationUrl) Creates a newDeveloper
instance using the specified organizationUrl.Developer.withProperties
(Map<String, String> properties) Creates a newDeveloper
instance using the specified properties.Developer.withRoles
(Collection<String> roles) Creates a newDeveloper
instance using the specified roles.Developer.withTimezone
(String timezone) Creates a newDeveloper
instance using the specified timezone.Creates a newDeveloper
instance 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.Builder
Developer.newBuilder
(Developer from) Creates a newDeveloper
builder instance using the specified object as a basis.static Developer.Builder
Developer.newBuilder
(Developer from, boolean forceCopy) Creates a newDeveloper
builder 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 newModel
instance using the specified developers.