Uses of Class
org.apache.maven.api.model.CiManagement.Builder
-
Uses of CiManagement.Builder in org.apache.maven.api.model
Methods in org.apache.maven.api.model that return CiManagement.BuilderModifier and TypeMethodDescriptionCiManagement.Builder.location(Object key, InputLocation location) static CiManagement.BuilderCiManagement.newBuilder()Creates a newCiManagementbuilder instance.static CiManagement.BuilderCiManagement.newBuilder(boolean withDefaults) Creates a newCiManagementbuilder instance using default values or not.static CiManagement.BuilderCiManagement.newBuilder(CiManagement from) Creates a newCiManagementbuilder instance using the specified object as a basis.static CiManagement.BuilderCiManagement.newBuilder(CiManagement from, boolean forceCopy) Creates a newCiManagementbuilder instance using the specified object as a basis.CiManagement.Builder.notifiers(Collection<Notifier> notifiers) CiManagement.with()Creates a new builder with this object as the basis.