hudson.model
Class Run.Summary

java.lang.Object
  extended by hudson.model.Run.Summary
Enclosing class:
Run<JobT extends Job<JobT,RunT>,RunT extends Run<JobT,RunT>>

public static class Run.Summary
extends Object


Field Summary
 boolean isWorse
          Is this build worse or better, compared to the previous build?
 String message
           
 
Constructor Summary
Run.Summary(boolean worse, String message)
           
 
Method Summary
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Field Detail

isWorse

public boolean isWorse
Is this build worse or better, compared to the previous build?


message

public String message
Constructor Detail

Run.Summary

public Run.Summary(boolean worse,
                   String message)


Copyright © 2004-2013. All Rights Reserved.