Package | Description |
---|---|
org.apache.maven.model | |
org.apache.maven.project |
Modifier and Type | Method and Description |
---|---|
CiManagement |
Model.getCiManagement()
Get the project's continuous integration information.
|
Modifier and Type | Method and Description |
---|---|
void |
Model.setCiManagement(CiManagement ciManagement)
Set the project's continuous integration information.
|
Modifier and Type | Method and Description |
---|---|
static CiManagement |
ModelUtils.cloneCiManagement(CiManagement src) |
CiManagement |
MavenProject.getCiManagement() |
Modifier and Type | Method and Description |
---|---|
static CiManagement |
ModelUtils.cloneCiManagement(CiManagement src) |
void |
MavenProject.setCiManagement(CiManagement ciManagement) |
Copyright © 2001-2014 The Apache Software Foundation. All Rights Reserved.