Package burp.api.montoya.ui.contextmenu
Interface AuditIssueContextMenuEvent
- All Superinterfaces:
ComponentEvent
,InvocationSource
,ToolSource
-
Method Summary
Modifier and TypeMethodDescriptionThis method can be used to retrieve details of the Scanner audit issues that were selected by the user when the context menu was invoked.Methods inherited from interface burp.api.montoya.ui.contextmenu.ComponentEvent
inputEvent
Methods inherited from interface burp.api.montoya.ui.contextmenu.InvocationSource
invocationType, isFrom
Methods inherited from interface burp.api.montoya.core.ToolSource
isFromTool, toolType
-
Method Details
-
selectedIssues
List<AuditIssue> selectedIssues()This method can be used to retrieve details of the Scanner audit issues that were selected by the user when the context menu was invoked. This will return an empty list if no issues are applicable to the invocation.- Returns:
- a List of
AuditIssue
objects representing the items that were shown or selected by the user when the context menu was invoked.
-