Uses of Class
org.apache.maven.api.model.CiManagement
-
Uses of CiManagement in org.apache.maven.api.model
Modifier and TypeMethodDescriptionCiManagement.Builder.build()
Model.getCiManagement()
The project's continuous integration information.static CiManagement
CiManagement.newInstance()
Creates a newCiManagement
instance.static CiManagement
CiManagement.newInstance
(boolean withDefaults) Creates a newCiManagement
instance using default values or not.CiManagement.withNotifiers
(Collection<Notifier> notifiers) Creates a newCiManagement
instance using the specified notifiers.CiManagement.withSystem
(String system) Creates a newCiManagement
instance using the specified system.Creates a newCiManagement
instance using the specified url.Modifier and TypeMethodDescriptionModel.Builder.ciManagement
(CiManagement ciManagement) static CiManagement.Builder
CiManagement.newBuilder
(CiManagement from) Creates a newCiManagement
builder instance using the specified object as a basis.static CiManagement.Builder
CiManagement.newBuilder
(CiManagement from, boolean forceCopy) Creates a newCiManagement
builder instance using the specified object as a basis.Model.withCiManagement
(CiManagement ciManagement) Creates a newModel
instance using the specified ciManagement.