Package | Description |
---|---|
org.apache.sling.hc.api |
Modifier and Type | Method and Description |
---|---|
Result.Status |
ResultLog.getAggregateStatus()
Return our aggregate status, i.e.
|
Result.Status |
ResultLog.Entry.getStatus() |
Result.Status |
Result.getStatus()
Return our Status
|
static Result.Status |
Result.Status.valueOf(String name)
Returns the enum constant of this type with the specified name.
|
static Result.Status[] |
Result.Status.values()
Returns an array containing the constants of this enum type, in
the order they are declared.
|
Constructor and Description |
---|
Entry(Result.Status s,
String message) |
Entry(Result.Status s,
String message,
Exception exception) |
Result(Result.Status s,
String explanation)
Build a single-value Result
|
Result(Result.Status s,
String explanation,
Exception e)
Build a single-value Result with exception
|
Copyright © 2017 The Apache Software Foundation. All rights reserved.