public interface IScanQueueItem
IBurpExtenderCallbacks.doActiveScan().| Modifier and Type | Method and Description | 
|---|---|
| void | cancel()This method allows the scan queue item to be canceled. | 
| IScanIssue[] | getIssues()This method returns details of the issues generated for the scan queue
 item. | 
| int | getNumErrors()This method returns the number of network errors that have occurred for
 the scan queue item. | 
| int | getNumInsertionPoints()This method returns the number of attack insertion points being used for
 the scan queue item. | 
| int | getNumRequests()This method returns the number of requests that have been made for the
 scan queue item. | 
| byte | getPercentageComplete()Deprecated.  | 
| java.lang.String | getStatus()This method returns a description of the status of the scan queue item. | 
java.lang.String getStatus()
@Deprecated byte getPercentageComplete()
int getNumRequests()
int getNumErrors()
int getNumInsertionPoints()
void cancel()
IScanIssue[] getIssues()
IScannerListener to get details only of unique, newly
 discovered Scanner issues post-consolidation.