|
||||||||||
| PREV NEXT | FRAMES NO FRAMES | |||||||||
| Packages that use DiagnoseRun | |
|---|---|
| com.philemonworks.selfdiagnose | |
| com.philemonworks.selfdiagnose.output | |
| Uses of DiagnoseRun in com.philemonworks.selfdiagnose |
|---|
| Methods in com.philemonworks.selfdiagnose that return DiagnoseRun | |
|---|---|
static DiagnoseRun |
SelfDiagnose.runTasks()
|
static DiagnoseRun |
SelfDiagnose.runTasks(DiagnoseRunReporter reporter)
Basic method to run all registered tasks. |
static DiagnoseRun |
SelfDiagnose.runTasks(DiagnoseRunReporter reporter,
ExecutionContext ctx)
Basic method to run all registered tasks. |
static DiagnoseRun |
SelfDiagnose.runTasks(List<DiagnosticTask> taskList,
DiagnoseRunReporter reporter,
ExecutionContext ctx)
Basic method to the tasks provided |
| Uses of DiagnoseRun in com.philemonworks.selfdiagnose.output |
|---|
| Methods in com.philemonworks.selfdiagnose.output with parameters of type DiagnoseRun | |
|---|---|
protected void |
HTMLReporter.appendLinkBar(DiagnoseRun run)
|
protected void |
HTMLReporter.appendLinkBarLinks(DiagnoseRun run)
|
void |
HTMLReporter.appendReportBody(DiagnoseRun run)
|
void |
XMLReporter.report(DiagnoseRun run)
|
void |
LoggingReporter.report(DiagnoseRun run)
|
void |
HTMLReporter.report(DiagnoseRun run)
|
void |
DiagnoseRunReporter.report(DiagnoseRun run)
Report a completed diagnose run |
|
||||||||||
| PREV NEXT | FRAMES NO FRAMES | |||||||||