|
||||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | |||||||||
java.lang.Objecthudson.plugins.sitemonitor.model.Result
public class Result
This class keeps the details of a site monitoring result.
| Field Summary | |
|---|---|
private java.lang.String |
mNote
Additional textual information for the site monitoring result, e.g. |
private java.lang.Integer |
mResponseCode
The response code returned from the site. |
private Site |
mSite
The monitored site. |
private Status |
mStatus
Status of the monitored site. |
| Constructor Summary | |
|---|---|
Result(Site site,
java.lang.Integer responseCode,
Status status,
java.lang.String note)
Constructs a Result. |
|
| Method Summary | |
|---|---|
java.lang.String |
getNote()
|
java.lang.Integer |
getResponseCode()
|
Site |
getSite()
|
Status |
getStatus()
|
| Methods inherited from class java.lang.Object |
|---|
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
| Field Detail |
|---|
private Site mSite
private java.lang.Integer mResponseCode
private Status mStatus
private java.lang.String mNote
| Constructor Detail |
|---|
public Result(Site site,
java.lang.Integer responseCode,
Status status,
java.lang.String note)
Result.
site - the monitored siteresponseCode - the response code returned from the sitestatus - status of the monitored sitenote - additional textual information of the result| Method Detail |
|---|
public final Site getSite()
public final java.lang.Integer getResponseCode()
public final Status getStatus()
public final java.lang.String getNote()
|
||||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | |||||||||