Interface ScanAction
-
- All Known Implementing Classes:
ComboScan
,FullScan
,PointScan
,SuiteScanOnScopedApps
,SuiteScanOnUpdateSets
public interface ScanAction
-
-
Method Summary
All Methods Instance Methods Abstract Methods Modifier and Type Method Description Result
execute(ServiceNowAPIClient apiClient, String... parameters)
boolean
isApplicable(ScanType scanType)
-
-
-
Method Detail
-
isApplicable
boolean isApplicable(ScanType scanType)
-
execute
Result execute(ServiceNowAPIClient apiClient, String... parameters) throws IOException, URISyntaxException
- Throws:
IOException
URISyntaxException
-
-