Uiinfrastructure API Docs  
 

Reporter.report Method 

Outputs recommendations with descriptions to the console.

public static void report(
   bool bSystemOut,
   int taskID,
   int stepID,
   string taskName,
   Platform platform,
   ReturnValue retval,
   IMessage msgClass
);

Parameters

bSystemOut
taskID
stepID
taskName
platform
retval
msgClass

See Also

Reporter Class | com.plumtree.uiinfrastructure.diagnostic.reporter Namespace