hudson.plugins.violations.parse
Class BuildModelParser
java.lang.Object
hudson.plugins.violations.parse.AbstractParser
hudson.plugins.violations.parse.BuildModelParser
public class BuildModelParser
- extends AbstractParser
Parses a violatios build xml report 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 |
BuildModelParser
public BuildModelParser()
buildModel
public BuildModelParser buildModel(BuildModel buildModel)
- Fluid setting of buildModel attribute.
- Parameters:
buildModel - the model to populate.
- Returns:
- this object.
execute
protected void execute()
throws IOException,
org.xmlpull.v1.XmlPullParserException
- Parse the build model file.
- Specified by:
execute in class AbstractParser
- Throws:
IOException - if there is an I/O problem.
org.xmlpull.v1.XmlPullParserException - if there is a parsing problem.
Copyright © 2004-2012 Hudson. All Rights Reserved.