public class InstrumentedTask
extends java.lang.Object
| Constructor and Description |
|---|
InstrumentedTask() |
| Modifier and Type | Method and Description |
|---|---|
static boolean |
isInstrumented(Performable task) |
static <T extends Performable> |
of(T task) |
static <T extends Performable> |
shouldInstrument(T task) |
public static <T extends Performable> T of(T task)
public static <T extends Performable> boolean shouldInstrument(T task)
public static boolean isInstrumented(Performable task)