public interface CiManagement
extends org.eclipse.emf.ecore.EObject
The following features are supported:
PomPackage.getCiManagement()| Modifier and Type | Method and Description |
|---|---|
org.eclipse.emf.common.util.EList<Notifier> |
getNotifiers()
Returns the value of the 'Notifiers' containment reference list.
|
String |
getSystem()
Returns the value of the 'System' attribute.
|
String |
getUrl()
Returns the value of the 'Url' attribute.
|
boolean |
isSetNotifiers()
Returns whether the value of the '
Notifiers' containment reference list is set. |
void |
setSystem(String value)
Sets the value of the '
System' attribute. |
void |
setUrl(String value)
Sets the value of the '
Url' attribute. |
void |
unsetNotifiers()
Unsets the value of the '
Notifiers'
containment reference list. |
String getSystem()
setSystem(String),
PomPackage.getCiManagement_System()void setSystem(String value)
System' attribute.
value - the new value of the 'System' attribute.getSystem()String getUrl()
setUrl(String),
PomPackage.getCiManagement_Url()void setUrl(String value)
Url' attribute. value - the new value of the 'Url' attribute.getUrl()org.eclipse.emf.common.util.EList<Notifier> getNotifiers()
Notifier. 4.0.0 Configuration for notifying developers/users when a build is unsuccessful, including user information and
notification mode. isSetNotifiers(),
unsetNotifiers(),
PomPackage.getCiManagement_Notifiers()void unsetNotifiers()
Notifiers'
containment reference list. isSetNotifiers(),
getNotifiers()boolean isSetNotifiers()
Notifiers' containment reference list is set. unsetNotifiers(),
getNotifiers()Copyright © 2005–2021 Eclipse Foundation. All rights reserved.