Uses of Class
pulse.tasks.logs.Details
-
Packages that use Details Package Description pulse.tasks.logs Lists classes for logging, storing runtime information including statuses. -
-
Uses of Details in pulse.tasks.logs
Methods in pulse.tasks.logs that return Details Modifier and Type Method Description Details
Status. getDetails()
static Details
Details. valueOf(String name)
Returns the enum constant of this type with the specified name.static Details[]
Details. values()
Returns an array containing the constants of this enum type, in the order they are declared.Methods in pulse.tasks.logs with parameters of type Details Modifier and Type Method Description void
Status. setDetails(Details details)
-