Package burp.api.montoya.core
Interface Version
public interface Version
Product version.
e.g. Burp Suite Professional 2022.8.1-9320
e.g. Burp Suite Professional 2022.8.1-9320
-
Method Summary
-
Method Details
-
name
String name()The product name (e.g. Burp Suite Professional).- Returns:
- The product name.
-
major
String major()The major version (e.g. 2022.8).- Returns:
- The major version.
-
minor
String minor()The minor version (e.g. 1).- Returns:
- The minor version.
-
build
String build()The build number (e.g. 9320).- Returns:
- The build number.
-
edition
BurpSuiteEdition edition()The edition of Burp Suite- Returns:
- The edition of Burp Suite
-
toString
String toString()
-