shaded.org.apache.maven.model.CiManagement Maven / Gradle / Ivy
Go to download
Show more of this group Show more artifacts with this name
Show all versions of spring-cloud-contract-shade Show documentation
Show all versions of spring-cloud-contract-shade Show documentation
Spring Cloud Contract Shaded Dependencies
// =================== DO NOT EDIT THIS FILE ====================
// Generated by Modello 1.11,
// any modifications will be overwritten.
// ==============================================================
package shaded.shaded.org.apache.maven.model;
/**
*
*
* The <CiManagement>
element contains
* informations required to the
* continuous integration system of the project.
*
*
*
* @version $Revision$ $Date$
*/
@SuppressWarnings( "all" )
public class CiManagement
implements java.io.Serializable, java.lang.Cloneable, shaded.shaded.org.apache.maven.model.InputLocationTracker
{
//--------------------------/
//- Class/Member Variables -/
//--------------------------/
/**
*
*
* The name of the continuous integration system,
* e.g. continuum
.
*
*
*/
private String system;
/**
* URL for the continuous integration system used by the
* project if it has a web
* interface.
*/
private String url;
/**
* Field notifiers.
*/
private java.util.List notifiers;
/**
* Field locations.
*/
private java.util.Map