| Package | Description |
|---|---|
| hudson.plugins.sitemonitor.model |
Model classes used in SiteMonitor Plugin.
|
| Modifier and Type | Method and Description |
|---|---|
Status |
Result.getStatus() |
static Status |
Status.valueOf(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.
|
| Constructor and Description |
|---|
Result(Site site,
Integer responseCode,
Status status,
String note)
Constructs a
Result. |
Copyright © 2016–2019. All rights reserved.