@Generated public class ReportPlugin extends ConfigurationContainer implements Serializable, Cloneable
BaseObject.ChildrenTracking
childrenTracking, delegate
Constructor and Description |
---|
ReportPlugin() |
ReportPlugin(ReportPlugin delegate) |
ReportPlugin(ReportPlugin delegate,
BaseObject parent) |
configurationContainerToApiV3, configurationContainerToApiV4, getConfiguration, getInherited, isInherited, setConfiguration, setInherited
update
public ReportPlugin()
public ReportPlugin(ReportPlugin delegate)
public ReportPlugin(ReportPlugin delegate, BaseObject parent)
public ReportPlugin clone()
clone
in class ConfigurationContainer
public ReportPlugin getDelegate()
getDelegate
in class ConfigurationContainer
public String getGroupId()
public void setGroupId(String groupId)
public String getArtifactId()
public void setArtifactId(String artifactId)
public String getVersion()
public void setVersion(String version)
public void addReportSet(ReportSet reportSet)
public void removeReportSet(ReportSet reportSet)
public InputLocation getLocation(Object key)
InputLocationTracker
getLocation
in interface InputLocationTracker
getLocation
in class ConfigurationContainer
key
- The key of the field, must not be
null
.null
if unknown.public void setLocation(Object key, InputLocation location)
InputLocationTracker
setLocation
in interface InputLocationTracker
setLocation
in class ConfigurationContainer
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 ConfigurationContainer
public static List<ReportPlugin> reportPluginToApiV4(List<ReportPlugin> list)
public static List<ReportPlugin> reportPluginToApiV3(List<ReportPlugin> list)
public void flushReportSetMap()
reportSetMap
field to null
public Map<String,ReportSet> getReportSetsAsMap()
ReportSet#getId()
as keyReportSet.getId()
public String getKey()
groupId:artifactId
Copyright © 2001–2022 The Apache Software Foundation. All rights reserved.