Preliminary documentation subject to change
C E G I R S V

S

setApplication(String) - Method in class com.bugcollect.Report
Sets the application name.
setApplicationVersion(String) - Method in class com.bugcollect.Report
Sets the application version.
setException(String) - Method in class com.bugcollect.Report
Sets the exception class name.
setHostName(String) - Method in class com.bugcollect.Report
The host name from where the report is submitted.
setIncidentTime(Date) - Method in class com.bugcollect.Report
The time of the reported incident.
setMainPackage(String) - Method in class com.bugcollect.ReportingManager
Sets the application name to be used for reporting incidents.
setMessage(String) - Method in class com.bugcollect.Report
Sets the report error message.
setModule(String) - Method in class com.bugcollect.Report
Sets the name of the module that is reporting the incident.
setModuleVersion(String) - Method in class com.bugcollect.Report
Sets the version of the module that is reporting the incident.
setNotes(String) - Method in class com.bugcollect.Report
Sets the report notes.
setOs(String) - Method in class com.bugcollect.Report
The host operating system name.
setOsVersion(String) - Method in class com.bugcollect.Report
The host operating system version.
setSeverity(int) - Method in class com.bugcollect.Report
Sets the report severity.
setStackTrace(String) - Method in class com.bugcollect.Report
The call stack of the reported incident.
setUUID(UUID) - Method in class com.bugcollect.Report
Sets the report global unique identifier.
Submit(Report, IResponseCallback, Object) - Method in class com.bugcollect.ReportingManager
Submits a report to bugcollect.com.
Submit(String, Throwable) - Method in class com.bugcollect.ReportingManager
Creates a new report and submits it to bugcollect.com
submittionException(Report, Throwable, Object) - Method in interface com.bugcollect.IResponseCallback
Method invoked on failed submittion.

Preliminary documentation subject to change
C E G I R S V