Class BugCollection.Project
- java.lang.Object
-
- de.chkal.maven.gitlab.codequality.spotbugs.BugCollection.Project
-
- Enclosing class:
- BugCollection
public static class BugCollection.Project extends Object
Java class for anonymous complex type.
The following schema fragment specifies the expected content contained within this class.
<complexType> <complexContent> <restriction base="{http://www.w3.org/2001/XMLSchema}anyType"> <sequence> <element name="Jar" type="{http://www.w3.org/2001/XMLSchema}string" maxOccurs="unbounded" minOccurs="0"/> <element name="AuxClasspathEntry" type="{http://www.w3.org/2001/XMLSchema}string" maxOccurs="unbounded" minOccurs="0"/> <element name="SrcDir" type="{http://www.w3.org/2001/XMLSchema}string" maxOccurs="unbounded" minOccurs="0"/> <element name="WrkDir" type="{http://www.w3.org/2001/XMLSchema}string" minOccurs="0"/> <element name="Plugin" maxOccurs="unbounded" minOccurs="0"> <complexType> <complexContent> <restriction base="{http://www.w3.org/2001/XMLSchema}anyType"> <attribute name="id" type="{http://www.w3.org/2001/XMLSchema}string" /> <attribute name="enabled" type="{http://www.w3.org/2001/XMLSchema}string" /> </restriction> </complexContent> </complexType> </element> <element name="SuppressionFilter" minOccurs="0"> <complexType> <complexContent> <restriction base="{http://www.w3.org/2001/XMLSchema}anyType"> <sequence> <element ref="{}Matcher" maxOccurs="unbounded"/> </sequence> </restriction> </complexContent> </complexType> </element> <element name="Cloud" minOccurs="0"> <complexType> <complexContent> <restriction base="{http://www.w3.org/2001/XMLSchema}anyType"> <sequence> <element name="Property" maxOccurs="unbounded" minOccurs="0"> <complexType> <simpleContent> <extension base="<http://www.w3.org/2001/XMLSchema>string"> <attribute name="key" type="{http://www.w3.org/2001/XMLSchema}string" /> </extension> </simpleContent> </complexType> </element> </sequence> <attribute name="id" type="{http://www.w3.org/2001/XMLSchema}string" /> <attribute name="online" type="{http://www.w3.org/2001/XMLSchema}boolean" /> <attribute name="synced" type="{http://www.w3.org/2001/XMLSchema}boolean" /> <attribute name="detailsUrl" type="{http://www.w3.org/2001/XMLSchema}string" /> </restriction> </complexContent> </complexType> </element> </sequence> <attribute name="filename" type="{http://www.w3.org/2001/XMLSchema}string" /> <attribute name="projectName" type="{http://www.w3.org/2001/XMLSchema}string" /> </restriction> </complexContent> </complexType>
-
-
Nested Class Summary
Nested Classes Modifier and Type Class Description static classBugCollection.Project.CloudJava class for anonymous complex type.static classBugCollection.Project.PluginJava class for anonymous complex type.static classBugCollection.Project.SuppressionFilterJava class for anonymous complex type.
-
Field Summary
Fields Modifier and Type Field Description protected List<String>auxClasspathEntryprotected BugCollection.Project.Cloudcloudprotected Stringfilenameprotected List<String>jarprotected List<BugCollection.Project.Plugin>pluginprotected StringprojectNameprotected List<String>srcDirprotected BugCollection.Project.SuppressionFiltersuppressionFilterprotected StringwrkDir
-
Constructor Summary
Constructors Constructor Description Project()
-
Method Summary
All Methods Instance Methods Concrete Methods Modifier and Type Method Description List<String>getAuxClasspathEntry()Gets the value of the auxClasspathEntry property.BugCollection.Project.CloudgetCloud()Gets the value of the cloud property.StringgetFilename()Gets the value of the filename property.List<String>getJar()Gets the value of the jar property.List<BugCollection.Project.Plugin>getPlugin()Gets the value of the plugin property.StringgetProjectName()Gets the value of the projectName property.List<String>getSrcDir()Gets the value of the srcDir property.BugCollection.Project.SuppressionFiltergetSuppressionFilter()Gets the value of the suppressionFilter property.StringgetWrkDir()Gets the value of the wrkDir property.voidsetCloud(BugCollection.Project.Cloud value)Sets the value of the cloud property.voidsetFilename(String value)Sets the value of the filename property.voidsetProjectName(String value)Sets the value of the projectName property.voidsetSuppressionFilter(BugCollection.Project.SuppressionFilter value)Sets the value of the suppressionFilter property.voidsetWrkDir(String value)Sets the value of the wrkDir property.
-
-
-
Field Detail
-
wrkDir
protected String wrkDir
-
plugin
protected List<BugCollection.Project.Plugin> plugin
-
suppressionFilter
protected BugCollection.Project.SuppressionFilter suppressionFilter
-
cloud
protected BugCollection.Project.Cloud cloud
-
filename
protected String filename
-
projectName
protected String projectName
-
-
Method Detail
-
getJar
public List<String> getJar()
Gets the value of the jar property.This accessor method returns a reference to the live list, not a snapshot. Therefore any modification you make to the returned list will be present inside the Jakarta XML Binding object. This is why there is not a
setmethod for the jar property.For example, to add a new item, do as follows:
getJar().add(newItem);Objects of the following type(s) are allowed in the list
String
-
getAuxClasspathEntry
public List<String> getAuxClasspathEntry()
Gets the value of the auxClasspathEntry property.This accessor method returns a reference to the live list, not a snapshot. Therefore any modification you make to the returned list will be present inside the Jakarta XML Binding object. This is why there is not a
setmethod for the auxClasspathEntry property.For example, to add a new item, do as follows:
getAuxClasspathEntry().add(newItem);Objects of the following type(s) are allowed in the list
String
-
getSrcDir
public List<String> getSrcDir()
Gets the value of the srcDir property.This accessor method returns a reference to the live list, not a snapshot. Therefore any modification you make to the returned list will be present inside the Jakarta XML Binding object. This is why there is not a
setmethod for the srcDir property.For example, to add a new item, do as follows:
getSrcDir().add(newItem);Objects of the following type(s) are allowed in the list
String
-
getWrkDir
public String getWrkDir()
Gets the value of the wrkDir property.- Returns:
- possible object is
String
-
setWrkDir
public void setWrkDir(String value)
Sets the value of the wrkDir property.- Parameters:
value- allowed object isString
-
getPlugin
public List<BugCollection.Project.Plugin> getPlugin()
Gets the value of the plugin property.This accessor method returns a reference to the live list, not a snapshot. Therefore any modification you make to the returned list will be present inside the Jakarta XML Binding object. This is why there is not a
setmethod for the plugin property.For example, to add a new item, do as follows:
getPlugin().add(newItem);Objects of the following type(s) are allowed in the list
BugCollection.Project.Plugin
-
getSuppressionFilter
public BugCollection.Project.SuppressionFilter getSuppressionFilter()
Gets the value of the suppressionFilter property.- Returns:
- possible object is
BugCollection.Project.SuppressionFilter
-
setSuppressionFilter
public void setSuppressionFilter(BugCollection.Project.SuppressionFilter value)
Sets the value of the suppressionFilter property.- Parameters:
value- allowed object isBugCollection.Project.SuppressionFilter
-
getCloud
public BugCollection.Project.Cloud getCloud()
Gets the value of the cloud property.- Returns:
- possible object is
BugCollection.Project.Cloud
-
setCloud
public void setCloud(BugCollection.Project.Cloud value)
Sets the value of the cloud property.- Parameters:
value- allowed object isBugCollection.Project.Cloud
-
getFilename
public String getFilename()
Gets the value of the filename property.- Returns:
- possible object is
String
-
setFilename
public void setFilename(String value)
Sets the value of the filename property.- Parameters:
value- allowed object isString
-
getProjectName
public String getProjectName()
Gets the value of the projectName property.- Returns:
- possible object is
String
-
-