public class CiManagement extends Objectimplements Serializable , Cloneable , InputLocationTracker
<CiManagement> element contains informations required to the continuous integration system of the project.
| Constructor and Description |
|---|
CiManagement()
|
| Modifier and Type | Method and Description |
|---|---|
void |
addNotifier(Notifier
Method addNotifier.
|
CiManagement |
clone()
Method clone.
|
InputLocation |
getLocation(Object
Gets the location of the specified field in the input source.
|
List |
getNotifiers()
Method getNotifiers.
|
String |
getSystem()
Get the name of the continuous integration system, e.g.
|
String |
getUrl()
Get uRL for the continuous integration system used by the project if it has a web interface.
|
void |
removeNotifier(Notifier
Method removeNotifier.
|
void |
setLocation(Object
Sets the location of the specified field.
|
void |
setNotifiers(List
Set configuration for notifying developers/users when a build is unsuccessful, including user information and notification mode.
|
void |
setSystem(String
Set the name of the continuous integration system, e.g.
|
void |
setUrl(String
Set uRL for the continuous integration system used by the project if it has a web interface.
|
public void addNotifier(Notifiernotifier)
notifier -
public CiManagementclone()
public InputLocationgetLocation(Object key)
InputLocationTracker
getLocation in interface
InputLocationTracker
key -
public StringgetSystem()
continuum.
public StringgetUrl()
public void removeNotifier(Notifiernotifier)
notifier -
public void setLocation(Objectkey, InputLocation location)
InputLocationTracker
setLocation in interface
InputLocationTracker
key -
location -
public void setNotifiers(List<Notifier > notifiers)
notifiers -
public void setSystem(Stringsystem)
continuum.
system -
public void setUrl(Stringurl)
url -