|
||||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | |||||||||
java.lang.Objecthudson.plugins.violations.generate.OutputBuildModel
public class OutputBuildModel
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 |
|---|
public OutputBuildModel(FullBuildModel model)
model - the model to output.| Method Detail |
|---|
public void execute(java.io.PrintWriter writer)
throws java.io.IOException
execute in interface Executewriter - the output writer.
java.io.IOException - if there is a problem.
|
||||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | |||||||||