Uses of Class
com.checkmarx.jenkins.tools.CheckmarxInstallation
-
Packages that use CheckmarxInstallation Package Description com.checkmarx.jenkins com.checkmarx.jenkins.tools -
-
Uses of CheckmarxInstallation in com.checkmarx.jenkins
Methods in com.checkmarx.jenkins that return CheckmarxInstallation Modifier and Type Method Description static CheckmarxInstallation
PluginUtils. findCheckmarxInstallation(String checkmarxInstallation)
CheckmarxInstallation[]
CheckmarxScanBuilder.CheckmarxScanBuilderDescriptor. getInstallations()
Methods in com.checkmarx.jenkins with parameters of type CheckmarxInstallation Modifier and Type Method Description void
CheckmarxScanBuilder.CheckmarxScanBuilderDescriptor. setInstallations(CheckmarxInstallation... installations)
-
Uses of CheckmarxInstallation in com.checkmarx.jenkins.tools
Methods in com.checkmarx.jenkins.tools that return CheckmarxInstallation Modifier and Type Method Description CheckmarxInstallation
CheckmarxInstallation. forEnvironment(EnvVars envVars)
CheckmarxInstallation
CheckmarxInstallation. forNode(Node node, TaskListener taskListener)
CheckmarxInstallation[]
CheckmarxInstallation.CheckmarxInstallationDescriptor. getInstallations()
Methods in com.checkmarx.jenkins.tools with parameters of type CheckmarxInstallation Modifier and Type Method Description void
CheckmarxInstallation.CheckmarxInstallationDescriptor. setInstallations(CheckmarxInstallation... installations)
-