Package burp.api.montoya.bambda
Interface Bambda
public interface Bambda
Provides access to functionality related to Bambdas.
-
Method Summary
Modifier and TypeMethodDescriptionimportBambda
(String script) This method can be used to import a Bambda.
-
Method Details
-
importBambda
This method can be used to import a Bambda. If a script with the same ID already exists in the library, it will be replaced.- Parameters:
script
- the Bambda script to import- Returns:
- The
BambdaImportResult
containing the result of importing the Bambda.
-