- getAppSpiderAllowSelfSignedCertificate() - Method in class com.rapid7.jenkinspider.PostBuildScan.DescriptorImp
-
- getAppSpiderClientId() - Method in class com.rapid7.jenkinspider.PostBuildScan.DescriptorImp
-
- getAppSpiderClientName() - Method in class com.rapid7.jenkinspider.PostBuildScan.DescriptorImp
-
- getAppSpiderEntUrl() - Method in class com.rapid7.jenkinspider.PostBuildScan.DescriptorImp
-
- getAppSpiderPassword() - Method in class com.rapid7.jenkinspider.PostBuildScan.DescriptorImp
-
- getAppSpiderUsername() - Method in class com.rapid7.jenkinspider.PostBuildScan.DescriptorImp
-
- getArrayFrom(JSONObject, String) - Method in class com.rapid7.appspider.ContentHelper
-
returns JSONArray from jsonObject matching key
- getBooleansFrom(JSONObject, String...) - Method in class com.rapid7.appspider.ApiSerializer
-
returns true if all given keys in jsonObject are true
- getClient() - Method in class com.rapid7.appspider.HttpClientFactory
-
gets a closeble HttpClient configured for TLS 1.2
- getClientId() - Method in class com.rapid7.appspider.models.AuthenticationModel
-
Gets the client id if present; otherwise throws a NoSuchElementException
- getClientIdNamePairs(JSONArray) - Method in class com.rapid7.appspider.ApiSerializer
-
returns a list of ClientIdNamePair objects extracted from given JSONArray
- getClientName() - Method in class com.rapid7.jenkinspider.PostBuildScan
-
- getClientNameIdPairs(String) - Method in interface com.rapid7.appspider.EnterpriseClient
-
gets an array of all name/id pairs of clients that the authorized user can access
- getClientNameIdPairs(String) - Method in class com.rapid7.appspider.EnterpriseRestClient
-
gets an array of all name/id pairs of clients that the authorized user can access
- getConfigName() - Method in class com.rapid7.appspider.ScanSettings
-
- getConfigName() - Method in class com.rapid7.jenkinspider.PostBuildScan
-
- getConfigNames(JSONArray) - Method in class com.rapid7.appspider.ApiSerializer
-
returns List{String} of all scan config names found in configs
- getConfigNames(String) - Method in interface com.rapid7.appspider.EnterpriseClient
-
returns String[] of scan config names
- getConfigNames(String) - Method in class com.rapid7.appspider.EnterpriseRestClient
-
returns String[] of scan config names
- getDescriptor() - Method in class com.rapid7.jenkinspider.PostBuildScan
-
- getDisplayName() - Method in class com.rapid7.jenkinspider.PostBuildScan.DescriptorImp
-
- getEnableScan() - Method in class com.rapid7.appspider.ScanSettings
-
- getEnableScan() - Method in class com.rapid7.jenkinspider.PostBuildScan
-
- getEngineGroupIdFromName(String, String) - Method in interface com.rapid7.appspider.EnterpriseClient
-
fetches the unique id of the engine group given by engineGroupName
- getEngineGroupIdFromName(String, String) - Method in class com.rapid7.appspider.EnterpriseRestClient
-
fetches the unique id of the engine group given by engineGroupName
- getEngineGroupNamesForClient(String) - Method in interface com.rapid7.appspider.EnterpriseClient
-
fetches the names of available engine groups
- getEngineGroupNamesForClient(String) - Method in class com.rapid7.appspider.EnterpriseRestClient
-
fetches the names of available engine groups
- getGenerateReport() - Method in class com.rapid7.appspider.ScanSettings
-
- getId() - Method in class com.rapid7.appspider.datatransferobjects.ClientIdNamePair
-
- getId() - Method in class com.rapid7.appspider.Scan
-
returns the current scan id, this will be empty until process has been called
- getInputStream(HttpEntity) - Method in class com.rapid7.appspider.ContentHelper
-
returns InputStream for the content of entity
- getIsSuccess(JSONObject) - Method in class com.rapid7.appspider.ApiSerializer
-
returns the value of "IsSuccess" from the provided jsonObject if non-null; otherwise, false
- getName() - Method in class com.rapid7.appspider.datatransferobjects.ClientIdNamePair
-
- getNewConfigName() - Method in class com.rapid7.appspider.ScanSettings
-
- getNewConfigUrl() - Method in class com.rapid7.appspider.ScanSettings
-
- getPassword() - Method in class com.rapid7.appspider.models.AuthenticationModel
-
gets the password value
- getReport() - Method in class com.rapid7.jenkinspider.PostBuildScan
-
- getReportName() - Method in class com.rapid7.appspider.ScanSettings
-
- getReportName() - Method in class com.rapid7.jenkinspider.PostBuildScan
-
- getReportZip(String, String) - Method in interface com.rapid7.appspider.EnterpriseClient
-
provides InputStream for the request report zip
- getReportZip(String, String) - Method in class com.rapid7.appspider.EnterpriseRestClient
-
provides InputStream for the request report zip
- getRequiredMonitorService() - Method in class com.rapid7.jenkinspider.PostBuildScan
-
- getResultIsSuccess(JSONObject) - Method in class com.rapid7.appspider.ApiSerializer
-
returns the value of "IsSuccess" and "Result" from the provided jsonObject if non-null; otherwise, false
- getScanConfigEngineGroupName() - Method in class com.rapid7.appspider.ScanSettings
-
- getScanConfigEngineGroupName() - Method in class com.rapid7.jenkinspider.PostBuildScan
-
- getScanConfigEngines() - Method in class com.rapid7.jenkinspider.PostBuildScan.DescriptorImp
-
- getScanConfigId(JSONObject) - Method in class com.rapid7.appspider.ApiSerializer
-
- getScanConfigNames() - Method in class com.rapid7.jenkinspider.PostBuildScan.DescriptorImp
-
- getScanConfigXml(Template, String, URL) - Method in class com.rapid7.appspider.ApiSerializer
-
constructs scan config XML document using template with provided name and target
- getScanId() - Method in class com.rapid7.appspider.datatransferobjects.ScanResult
-
- getScanResult(JSONObject) - Method in class com.rapid7.appspider.ApiSerializer
-
- getScanStatus(String, String) - Method in interface com.rapid7.appspider.EnterpriseClient
-
gets the current status of the scan identified by scanId
- getScanStatus(String, String) - Method in class com.rapid7.appspider.EnterpriseRestClient
-
gets the current status of the scan identified by scanId
- getStatus(JSONObject) - Method in class com.rapid7.appspider.ApiSerializer
-
returns the value of "Status" from the provided jsonObject if non-null and Status is not empty;
otherwise
- getStatusPollTime() - Method in class com.rapid7.appspider.ScanSettings
-
- getTextHtmlOrXmlContent(HttpEntity) - Method in class com.rapid7.appspider.ContentHelper
-
returns text/html or text/html content from enttity if found; otherwise Optional.empty()
- getTokenOrEmpty(JSONObject) - Method in class com.rapid7.appspider.ApiSerializer
-
if jsonObject contains "IsSuccess" with value of true then value of "Token"
if non-empty is returned within an Optional; otherwise Optional.empty()
- getUrl() - Method in interface com.rapid7.appspider.EnterpriseClient
-
returns the full URL for the enterprise rest endpoint
- getUrl() - Method in class com.rapid7.appspider.EnterpriseRestClient
-
returns the full URL for the enterprise rest endpoint
- getUsername() - Method in class com.rapid7.appspider.models.AuthenticationModel
-
Get the username value
- getVulnerabilitiesSummaryXml(String, String) - Method in interface com.rapid7.appspider.EnterpriseClient
-
gets the vulnerability summary XML as a String
- getVulnerabilitiesSummaryXml(String, String) - Method in class com.rapid7.appspider.EnterpriseRestClient
-
gets the vulnerability summary XML as a String