@Generated public class CiManagement extends BaseObject
BaseObject.ChildrenTracking
childrenTracking, delegate
Constructor and Description |
---|
CiManagement() |
CiManagement(CiManagement delegate) |
CiManagement(CiManagement delegate,
BaseObject parent) |
Modifier and Type | Method and Description |
---|---|
void |
addNotifier(Notifier notifier) |
static List<CiManagement> |
ciManagementToApiV3(List<CiManagement> list) |
static List<CiManagement> |
ciManagementToApiV4(List<CiManagement> list) |
CiManagement |
clone() |
CiManagement |
getDelegate() |
InputLocation |
getLocation(Object key)
Gets the location of the specified field in the input
source.
|
List<Notifier> |
getNotifiers() |
String |
getSystem() |
String |
getUrl() |
void |
removeNotifier(Notifier notifier) |
protected boolean |
replace(Object oldDelegate,
Object newDelegate) |
void |
setLocation(Object key,
InputLocation location)
Sets the location of the specified field.
|
void |
setNotifiers(List<Notifier> notifiers) |
void |
setSystem(String system) |
void |
setUrl(String url) |
update
public CiManagement()
public CiManagement(CiManagement delegate)
public CiManagement(CiManagement delegate, BaseObject parent)
public CiManagement clone()
public CiManagement getDelegate()
getDelegate
in class BaseObject
public String getSystem()
public void setSystem(String system)
public String getUrl()
public void setUrl(String url)
public void addNotifier(Notifier notifier)
public void removeNotifier(Notifier notifier)
public InputLocation getLocation(Object key)
InputLocationTracker
key
- The key of the field, must not be
null
.null
if unknown.public void setLocation(Object key, InputLocation location)
InputLocationTracker
key
- The key of the field, must not be
null
.location
- The location of the field, may be
null
.protected boolean replace(Object oldDelegate, Object newDelegate)
replace
in class BaseObject
public static List<CiManagement> ciManagementToApiV4(List<CiManagement> list)
public static List<CiManagement> ciManagementToApiV3(List<CiManagement> list)
Copyright © 2001–2022 The Apache Software Foundation. All rights reserved.