public final class RunNotification extends hudson.model.listeners.RunListener<hudson.model.Run<?,?>> implements Comparable<RunNotification>
Run
.Constructor and Description |
---|
RunNotification(hudson.model.Run<?,?> run) |
Modifier and Type | Method and Description |
---|---|
int |
compareTo(RunNotification other) |
boolean |
equals(Object obj) |
Date |
getDate() |
int |
getIdx() |
hudson.model.Run<?,?> |
getRun() |
int |
hashCode() |
boolean |
isDifferentResult() |
net.sf.json.JSONObject |
toJSONObject() |
public int compareTo(RunNotification other)
compareTo
in interface Comparable<RunNotification>
public Date getDate()
public int getIdx()
public hudson.model.Run<?,?> getRun()
public boolean isDifferentResult()
public net.sf.json.JSONObject toJSONObject()
Copyright © 2004-2015. All Rights Reserved.