Class SuiteScanOnScopedApps
- java.lang.Object
 - 
- io.jenkins.plugins.servicenow.instancescan.SuiteScanOnScopedApps
 
 
- 
- All Implemented Interfaces:
 ScanAction
public class SuiteScanOnScopedApps extends Object implements ScanAction
 
- 
- 
Constructor Summary
Constructors Constructor Description SuiteScanOnScopedApps() 
- 
Method Summary
All Methods Instance Methods Concrete Methods Modifier and Type Method Description Resultexecute(ServiceNowAPIClient apiClient, String[] parameters)Sends a request to execute scan with suite on scoped apps.booleanisApplicable(ScanType scanType) 
 - 
 
- 
- 
Method Detail
- 
isApplicable
public boolean isApplicable(ScanType scanType)
- Specified by:
 isApplicablein interfaceScanAction
 
- 
execute
public Result execute(ServiceNowAPIClient apiClient, String[] parameters) throws IOException, URISyntaxException
Sends a request to execute scan with suite on scoped apps.- Specified by:
 executein interfaceScanAction- Parameters:
 apiClient-parameters- Suite scan arguments: 1 argument: suite system id- Returns:
 - Result or link to a progress of the scan
 - Throws:
 IOExceptionURISyntaxException
 
 - 
 
 -