Class BugCollection.Project.Plugin
- java.lang.Object
-
- de.chkal.maven.gitlab.codequality.spotbugs.BugCollection.Project.Plugin
-
- Enclosing class:
- BugCollection.Project
public static class BugCollection.Project.Plugin 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"> <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>
-
-
Constructor Summary
Constructors Constructor Description Plugin()
-
Method Summary
All Methods Instance Methods Concrete Methods Modifier and Type Method Description StringgetEnabled()Gets the value of the enabled property.StringgetId()Gets the value of the id property.voidsetEnabled(String value)Sets the value of the enabled property.voidsetId(String value)Sets the value of the id property.
-