|
||||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | |||||||||
java.lang.Objecthudson.plugins.violations.parse.AbstractParser
hudson.plugins.violations.parse.BuildModelParser
public class BuildModelParser
Parses a violatios build xml report file.
| Constructor Summary | |
|---|---|
BuildModelParser()
|
|
| Method Summary | |
|---|---|
BuildModelParser |
buildModel(BuildModel buildModel)
Fluid setting of buildModel attribute. |
protected void |
execute()
Parse the build model file. |
| Methods inherited from class hudson.plugins.violations.parse.AbstractParser |
|---|
checkEvent, checkGetAttribute, checkGetInt, checkGetLong, checkNextEvent, checkNotBlank, endElement, expectNextTag, expectStartTag, getInt, getNextText, getParser, getSibTag, getString, setParser, skipTag, skipToTag |
| Methods inherited from class java.lang.Object |
|---|
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
| Constructor Detail |
|---|
public BuildModelParser()
| Method Detail |
|---|
public BuildModelParser buildModel(BuildModel buildModel)
buildModel - the model to populate.
protected void execute()
throws java.io.IOException,
org.xmlpull.v1.XmlPullParserException
execute in class AbstractParserjava.io.IOException - if there is an I/O problem.
org.xmlpull.v1.XmlPullParserException - if there is a parsing problem.
|
||||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | |||||||||