Uses of Class
org.apache.maven.api.model.Organization
- 
Uses of Organization in org.apache.maven.api.modelMethods in org.apache.maven.api.model that return OrganizationModifier and TypeMethodDescriptionOrganization.Builder.build()Model.getOrganization()This element describes various attributes of the organization to which the project belongs.static OrganizationOrganization.newInstance()Creates a newOrganizationinstance.static OrganizationOrganization.newInstance(boolean withDefaults) Creates a newOrganizationinstance using default values or not.Creates a newOrganizationinstance using the specified name.Creates a newOrganizationinstance using the specified url.Methods in org.apache.maven.api.model with parameters of type OrganizationModifier and TypeMethodDescriptionstatic Organization.BuilderOrganization.newBuilder(Organization from) Creates a newOrganizationbuilder instance using the specified object as a basis.static Organization.BuilderOrganization.newBuilder(Organization from, boolean forceCopy) Creates a newOrganizationbuilder instance using the specified object as a basis.Model.Builder.organization(Organization organization) Model.withOrganization(Organization organization) Creates a newModelinstance using the specified organization.