Class ScanContext
java.lang.Object
io.jenkins.plugins.secretguard.model.ScanContext
-
Constructor Summary
ConstructorsConstructorDescriptionScanContext(String jobFullName, String sourceName, String targetType, FindingLocationType locationType, ScanPhase scanPhase, EnforcementMode enforcementMode, Severity blockThreshold) -
Method Summary
-
Constructor Details
-
ScanContext
public ScanContext(String jobFullName, String sourceName, String targetType, FindingLocationType locationType, ScanPhase scanPhase, EnforcementMode enforcementMode, Severity blockThreshold)
-
-
Method Details
-
getJobFullName
-
getSourceName
-
getTargetType
-
getLocationType
-
getScanPhase
-
getEnforcementMode
-
getBlockThreshold
-
withLocationType
-