public class CiManagement extends java.lang.Object implements java.io.Serializable, java.lang.Cloneable, InputLocationTracker
<CiManagement>
element contains
informations required to the
continuous integration system of the project.Modifier and Type | Field and Description |
---|---|
private InputLocation |
location
Field location.
|
private java.util.Map<java.lang.Object,InputLocation> |
locations
Field locations.
|
private java.util.List<Notifier> |
notifiers
Field notifiers.
|
private InputLocation |
notifiersLocation
Field notifiersLocation.
|
private java.lang.String |
system
The name of the continuous integration system,
e.g.
|
private InputLocation |
systemLocation
Field systemLocation.
|
private java.lang.String |
url
URL for the continuous integration system used by the
project if it has a web
interface.
|
private InputLocation |
urlLocation
Field urlLocation.
|
Constructor and Description |
---|
CiManagement() |
Modifier and Type | Method and Description |
---|---|
void |
addNotifier(Notifier notifier)
Method addNotifier.
|
CiManagement |
clone()
Method clone.
|
InputLocation |
getLocation(java.lang.Object key)
Gets the location of the specified field in the input
source.
|
java.util.List<Notifier> |
getNotifiers()
Method getNotifiers.
|
private InputLocation |
getOtherLocation(java.lang.Object key) |
java.lang.String |
getSystem()
Get the name of the continuous integration system, e.g.
|
java.lang.String |
getUrl()
Get uRL for the continuous integration system used by the
project if it has a web
interface.
|
void |
removeNotifier(Notifier notifier)
Method removeNotifier.
|
void |
setLocation(java.lang.Object key,
InputLocation location)
Sets the location of the specified field.
|
void |
setNotifiers(java.util.List<Notifier> notifiers)
Set configuration for notifying developers/users when a
build is unsuccessful,
including user information and notification
mode.
|
void |
setOtherLocation(java.lang.Object key,
InputLocation location) |
void |
setSystem(java.lang.String system)
Set the name of the continuous integration system, e.g.
|
void |
setUrl(java.lang.String url)
Set uRL for the continuous integration system used by the
project if it has a web
interface.
|
private java.lang.String system
continuum
.private java.lang.String url
private java.util.List<Notifier> notifiers
private java.util.Map<java.lang.Object,InputLocation> locations
private InputLocation location
private InputLocation systemLocation
private InputLocation urlLocation
private InputLocation notifiersLocation
public void addNotifier(Notifier notifier)
notifier
- public CiManagement clone()
clone
in class java.lang.Object
public InputLocation getLocation(java.lang.Object key)
InputLocationTracker
getLocation
in interface InputLocationTracker
key
- public java.util.List<Notifier> getNotifiers()
public void setLocation(java.lang.Object key, InputLocation location)
InputLocationTracker
setLocation
in interface InputLocationTracker
key
- location
- public void setOtherLocation(java.lang.Object key, InputLocation location)
key
- location
- private InputLocation getOtherLocation(java.lang.Object key)
key
- public java.lang.String getSystem()
continuum
.public java.lang.String getUrl()
public void removeNotifier(Notifier notifier)
notifier
- public void setNotifiers(java.util.List<Notifier> notifiers)
notifiers
- public void setSystem(java.lang.String system)
continuum
.system
- public void setUrl(java.lang.String url)
url
-