hudson.plugins.violations.generate
Class OutputBuildModel
java.lang.Object
hudson.plugins.violations.generate.OutputBuildModel
- All Implemented Interfaces:
- Execute
public class OutputBuildModel
- extends Object
- implements Execute
Class to output the full build model (not the files).
| Methods inherited from class java.lang.Object |
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
OutputBuildModel
public OutputBuildModel(FullBuildModel model)
- Create the output class.
- Parameters:
model - the model to output.
execute
public void execute(PrintWriter writer)
throws IOException
- Output the build model.
- Specified by:
execute in interface Execute
- Parameters:
writer - the output writer.
- Throws:
IOException - if there is a problem.
Copyright © 2004-2012 Hudson. All Rights Reserved.