public class PluginExecution extends LocatedTreeImpl
<execution> element contains informations required for the
execution of a plugin.
Java class for PluginExecution complex type.
The following schema fragment specifies the expected content contained within this class.
<complexType name="PluginExecution">
<complexContent>
<restriction base="{http://www.w3.org/2001/XMLSchema}anyType">
<all>
<element name="id" type="{http://www.w3.org/2001/XMLSchema}string" minOccurs="0"/>
<element name="phase" type="{http://www.w3.org/2001/XMLSchema}string" minOccurs="0"/>
<element name="goals" minOccurs="0">
<complexType>
<complexContent>
<restriction base="{http://www.w3.org/2001/XMLSchema}anyType">
<sequence>
<element name="goal" type="{http://www.w3.org/2001/XMLSchema}string" maxOccurs="unbounded" minOccurs="0"/>
</sequence>
</restriction>
</complexContent>
</complexType>
</element>
<element name="inherited" type="{http://www.w3.org/2001/XMLSchema}string" minOccurs="0"/>
<element name="configuration" minOccurs="0">
<complexType>
<complexContent>
<restriction base="{http://www.w3.org/2001/XMLSchema}anyType">
<sequence>
<any processContents='skip' maxOccurs="unbounded" minOccurs="0"/>
</sequence>
</restriction>
</complexContent>
</complexType>
</element>
</all>
</restriction>
</complexContent>
</complexType>
| Modifier and Type | Class and Description |
|---|---|
static class |
PluginExecution.Configuration
Java class for anonymous complex type.
|
static class |
PluginExecution.Goals
Java class for anonymous complex type.
|
| Modifier and Type | Field and Description |
|---|---|
protected PluginExecution.Configuration |
configuration |
protected PluginExecution.Goals |
goals |
protected LocatedAttribute |
id |
protected LocatedAttribute |
inherited |
protected LocatedAttribute |
phase |
endLocation, startLocation| Constructor and Description |
|---|
PluginExecution() |
| Modifier and Type | Method and Description |
|---|---|
PluginExecution.Configuration |
getConfiguration()
Gets the value of the configuration property.
|
PluginExecution.Goals |
getGoals()
Gets the value of the goals property.
|
LocatedAttribute |
getId()
Gets the value of the id property.
|
LocatedAttribute |
getInherited()
Gets the value of the inherited property.
|
LocatedAttribute |
getPhase()
Gets the value of the phase property.
|
void |
setConfiguration(PluginExecution.Configuration value)
Sets the value of the configuration property.
|
void |
setGoals(PluginExecution.Goals value)
Sets the value of the goals property.
|
void |
setId(LocatedAttribute value)
Sets the value of the id property.
|
void |
setInherited(LocatedAttribute value)
Sets the value of the inherited property.
|
void |
setPhase(LocatedAttribute value)
Sets the value of the phase property.
|
endLocation, setEndLocation, setStartLocation, startLocationprotected LocatedAttribute id
protected LocatedAttribute phase
protected PluginExecution.Goals goals
protected LocatedAttribute inherited
protected PluginExecution.Configuration configuration
public LocatedAttribute getId()
Stringpublic void setId(LocatedAttribute value)
value - allowed object is
Stringpublic LocatedAttribute getPhase()
Stringpublic void setPhase(LocatedAttribute value)
value - allowed object is
Stringpublic PluginExecution.Goals getGoals()
PluginExecution.Goalspublic void setGoals(PluginExecution.Goals value)
value - allowed object is
PluginExecution.Goalspublic LocatedAttribute getInherited()
Stringpublic void setInherited(LocatedAttribute value)
value - allowed object is
Stringpublic PluginExecution.Configuration getConfiguration()
PluginExecution.Configurationpublic void setConfiguration(PluginExecution.Configuration value)
value - allowed object is
PluginExecution.ConfigurationCopyright © 2012–2016 SonarSource. All rights reserved.