Uses of Class
org.apache.maven.api.model.CiManagement
-
Uses of CiManagement in org.apache.maven.api.model
Methods in org.apache.maven.api.model that return CiManagementModifier and TypeMethodDescriptionCiManagement.Builder.build()Model.getCiManagement()The project's continuous integration information.static CiManagementCiManagement.newInstance()Creates a newCiManagementinstance.static CiManagementCiManagement.newInstance(boolean withDefaults) Creates a newCiManagementinstance using default values or not.CiManagement.withNotifiers(Collection<Notifier> notifiers) Creates a newCiManagementinstance using the specified notifiers.CiManagement.withSystem(String system) Creates a newCiManagementinstance using the specified system.Creates a newCiManagementinstance using the specified url.Methods in org.apache.maven.api.model with parameters of type CiManagementModifier and TypeMethodDescriptionModel.Builder.ciManagement(CiManagement ciManagement) 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.Model.withCiManagement(CiManagement ciManagement) Creates a newModelinstance using the specified ciManagement.