hudson.plugins.violations.generate
Class OutputBuildModel

java.lang.Object
  extended by hudson.plugins.violations.generate.OutputBuildModel
All Implemented Interfaces:
Execute

public class OutputBuildModel
extends java.lang.Object
implements Execute

Class to output the full build model (not the files).


Constructor Summary
OutputBuildModel(FullBuildModel model)
          Create the output class.
 
Method Summary
 void execute(java.io.PrintWriter writer)
          Output the build model.
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Constructor Detail

OutputBuildModel

public OutputBuildModel(FullBuildModel model)
Create the output class.

Parameters:
model - the model to output.
Method Detail

execute

public void execute(java.io.PrintWriter writer)
             throws java.io.IOException
Output the build model.

Specified by:
execute in interface Execute
Parameters:
writer - the output writer.
Throws:
java.io.IOException - if there is a problem.


Copyright © 2004-2012. All Rights Reserved.