|
||||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | |||||||||
java.lang.Objecthudson.plugins.violations.generate.GenerateXML
public class GenerateXML
Generate the xml files for a publish invocation.
| Constructor Summary | |
|---|---|
GenerateXML(hudson.FilePath targetDir,
FullBuildModel model,
ViolationsConfig config)
Create and configure the GenerateXML object. |
|
| Method Summary | |
|---|---|
void |
execute()
Write out the files. |
| Methods inherited from class java.lang.Object |
|---|
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
| Constructor Detail |
|---|
public GenerateXML(hudson.FilePath targetDir,
FullBuildModel model,
ViolationsConfig config)
targetDir - the directory to place the files in.model - the full build model to write out.config - the current configation, used for limiting the
violations per file written out.| Method Detail |
|---|
public void execute()
throws java.io.IOException,
java.lang.InterruptedException
java.io.IOException - if there is a problem writing the files.
java.lang.InterruptedException - if there is a problem with the targetDir.
|
||||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | |||||||||