java.lang.Object
org.kohsuke.github.GHRepositoryRule.CodeScanningTool
- Enclosing class:
- GHRepositoryRule
Code scanning tool parameter.
-
Constructor Summary
-
Method Summary
Modifier and TypeMethodDescriptionGets the alerts threshold.Gets the security alerts threshold.getTool()
Gets the tool.
-
Constructor Details
-
CodeScanningTool
public CodeScanningTool()Create default CodeScanningTool instance
-
-
Method Details
-
getAlertsThreshold
Gets the alerts threshold.- Returns:
- the alerts threshold
-
getSecurityAlertsThreshold
Gets the security alerts threshold.- Returns:
- the security alerts threshold
-
getTool
Gets the tool.- Returns:
- the tool
-