Package burp.api.montoya.scanner
Interface ScanTask
- All Superinterfaces:
Task
- All Known Subinterfaces:
Audit
,Crawl
,CrawlAndAudit
This interface is used to retrieve details of tasks in the Burp Scanner.
-
Method Summary
Modifier and TypeMethodDescriptionvoid
delete()
Delete the task.int
Number of network errors that have occurred for the scan task.int
Number of requests that have been made for the scan task.
-
Method Details
-
requestCount
int requestCount()Number of requests that have been made for the scan task.- Returns:
- The number of requests that have been made for the scan task.
-
errorCount
int errorCount()Number of network errors that have occurred for the scan task.- Returns:
- The number of network errors that have occurred for the scan task.
-
delete
void delete()Delete the task. -
statusMessage
String statusMessage()- Specified by:
statusMessage
in interfaceTask
- Returns:
- the current status message of the task
-