public class CheckmarxInstallation extends hudson.tools.ToolInstallation implements hudson.model.EnvironmentSpecific<CheckmarxInstallation>, hudson.slaves.NodeSpecific<CheckmarxInstallation>
| Modifier and Type | Class and Description |
|---|---|
static class |
CheckmarxInstallation.CheckmarxInstallationDescriptor |
| Constructor and Description |
|---|
CheckmarxInstallation(String name,
String home,
List<? extends hudson.tools.ToolProperty<?>> properties) |
| Modifier and Type | Method and Description |
|---|---|
CheckmarxInstallation |
forEnvironment(hudson.EnvVars envVars) |
CheckmarxInstallation |
forNode(hudson.model.Node node,
hudson.model.TaskListener taskListener) |
String |
getCheckmarxExecutable(hudson.Launcher launcher) |
public CheckmarxInstallation forEnvironment(hudson.EnvVars envVars)
forEnvironment in interface hudson.model.EnvironmentSpecific<CheckmarxInstallation>public CheckmarxInstallation forNode(@NonNull hudson.model.Node node, hudson.model.TaskListener taskListener) throws IOException, InterruptedException
forNode in interface hudson.slaves.NodeSpecific<CheckmarxInstallation>IOExceptionInterruptedExceptionpublic String getCheckmarxExecutable(@NonNull hudson.Launcher launcher) throws IOException, InterruptedException
IOExceptionInterruptedExceptionCopyright © 2021–2022. All rights reserved.