hudson.model
Class Run.Summary
java.lang.Object
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
|
Methods inherited from class java.lang.Object |
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
isWorse
public boolean isWorse
- Is this build worse or better, compared to the previous build?
message
public String message
Run.Summary
public Run.Summary(boolean worse,
String message)
Copyright © 2004-2013. All Rights Reserved.