|
||||||||||
| PREV NEXT | FRAMES NO FRAMES | |||||||||
| Packages that use Status | |
|---|---|
| hudson.plugins.sitemonitor.model | Model classes used in SiteMonitor Plugin. |
| Uses of Status in hudson.plugins.sitemonitor.model |
|---|
| Fields in hudson.plugins.sitemonitor.model declared as Status | |
|---|---|
private Status |
Result.mStatus
Status of the monitored site. |
| Methods in hudson.plugins.sitemonitor.model that return Status | |
|---|---|
Status |
Result.getStatus()
|
static Status |
Status.valueOf(java.lang.String name)
Returns the enum constant of this type with the specified name. |
static Status[] |
Status.values()
Returns an array containing the constants of this enum type, in the order they are declared. |
| Constructors in hudson.plugins.sitemonitor.model with parameters of type Status | |
|---|---|
Result(Site site,
java.lang.Integer responseCode,
Status status,
java.lang.String note)
Constructs a Result. |
|
|
||||||||||
| PREV NEXT | FRAMES NO FRAMES | |||||||||