Uses of Class
com.philemonworks.selfdiagnose.output.DiagnoseRun

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
 



Copyright © 2012. All Rights Reserved.