Uses of Class
org.apache.maven.api.model.Organization
-
Uses of Organization in org.apache.maven.api.model
Modifier and TypeMethodDescriptionOrganization.Builder.build()
Model.getOrganization()
This element describes various attributes of the organization to which the project belongs.static Organization
Organization.newInstance()
Creates a newOrganization
instance.static Organization
Organization.newInstance
(boolean withDefaults) Creates a newOrganization
instance using default values or not.Creates a newOrganization
instance using the specified name.Creates a newOrganization
instance using the specified url.Modifier and TypeMethodDescriptionstatic Organization.Builder
Organization.newBuilder
(Organization from) Creates a newOrganization
builder instance using the specified object as a basis.static Organization.Builder
Organization.newBuilder
(Organization from, boolean forceCopy) Creates a newOrganization
builder instance using the specified object as a basis.Model.Builder.organization
(Organization organization) Model.withOrganization
(Organization organization) Creates a newModel
instance using the specified organization.