public class CiManagement extends Object implements Serializable, Cloneable, InputLocationTracker
<CiManagement>
元素包含项目持续集成系统所需的信息。构造函数和描述 |
---|
CiManagement() |
修饰符和类型 | 方法及说明 |
---|---|
void |
addNotifier(Notifier notifier)
方法 addNotifier。
|
CiManagement |
clone()
方法克隆。
|
InputLocation |
getLocation(Object key)
获取输入源中指定字段的位置。
|
List<Notifier> |
getNotifiers()
方法 getNotifiers。
|
String |
getSystem()
获取持续集成系统的名称,例如
|
String |
getUrl()
如果项目具有 Web 界面,则获取项目使用的持续集成系统的 uRL。
|
void |
removeNotifier(Notifier notifier)
方法 removeNotifier。
|
void |
setLocation(Object key,
InputLocation location)
设置指定字段的位置。
|
void |
setNotifiers(List<Notifier> notifiers)
设置构建失败时通知开发者/用户的配置,包括用户信息和通知方式。
|
void |
setOtherLocation(Object key,
InputLocation location) |
void |
setSystem(String system)
设置持续集成系统的名称,例如
|
void |
setUrl(String url)
如果项目有 Web 界面,则为项目使用的持续集成系统设置 uRL。
|
public void addNotifier(Notifier notifier)
notifier
-public CiManagement clone()
public InputLocation getLocation(Object key)
InputLocationTracker
getLocation
在界面中 InputLocationTracker
key
-public void setLocation(Object key, InputLocation location)
InputLocationTracker
setLocation
在界面中 InputLocationTracker
key
-location
-public void setOtherLocation(Object key, InputLocation location)
key
-location
-public String getSystem()
continuum
.public String getUrl()
public void removeNotifier(Notifier notifier)
notifier
-public void setNotifiers(List<Notifier> notifiers)
notifiers
-public void setSystem(String system)
continuum
。system
-public void setUrl(String url)
url
-版权所有 © 2001–2022 Apache 软件基金会。版权所有。