Package | Description |
---|---|
org.apache.sling.hc.api |
Modifier and Type | Method and Description |
---|---|
Result.Status |
ResultLog.getAggregateStatus()
Deprecated.
Return our aggregate status, i.e.
|
Result.Status |
ResultLog.Entry.getStatus() |
Result.Status |
Result.getStatus()
Deprecated.
Return our Status
|
static Result.Status |
Result.Status.valueOf(java.lang.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,
java.lang.String message) |
Entry(Result.Status s,
java.lang.String message,
java.lang.Exception exception) |
Result(Result.Status s,
java.lang.String explanation)
Deprecated.
Build a single-value Result
|
Result(Result.Status s,
java.lang.String explanation,
java.lang.Exception e)
Deprecated.
Build a single-value Result with exception
|
Copyright © 2022 The Apache Software Foundation. All rights reserved.