Class FullScan
- java.lang.Object
-
- io.jenkins.plugins.servicenow.instancescan.FullScan
-
- All Implemented Interfaces:
ScanAction
public class FullScan extends Object implements ScanAction
-
-
Constructor Summary
Constructors Constructor Description FullScan()
-
Method Summary
All Methods Instance Methods Concrete Methods Modifier and Type Method Description Resultexecute(ServiceNowAPIClient apiClient, String[] parameters)Execute full instance scan.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
Execute full instance scan.- Specified by:
executein interfaceScanAction- Parameters:
apiClient- ServiceNow API clientparameters- Not required here- Returns:
- Result or link to a progress of the instance scan.
- Throws:
IOExceptionURISyntaxException
-
-