Package com.checkmarx.jenkins.tools
Class CheckmarxInstallation
- java.lang.Object
-
- hudson.model.AbstractDescribableImpl<ToolInstallation>
-
- hudson.tools.ToolInstallation
-
- com.checkmarx.jenkins.tools.CheckmarxInstallation
-
- All Implemented Interfaces:
ExtensionPoint
,Describable<ToolInstallation>
,EnvironmentSpecific<CheckmarxInstallation>
,NodeSpecific<CheckmarxInstallation>
,Serializable
public class CheckmarxInstallation extends ToolInstallation implements EnvironmentSpecific<CheckmarxInstallation>, NodeSpecific<CheckmarxInstallation>
- See Also:
- Serialized Form
-
-
Nested Class Summary
Nested Classes Modifier and Type Class Description static class
CheckmarxInstallation.CheckmarxInstallationDescriptor
-
Nested classes/interfaces inherited from class hudson.tools.ToolInstallation
ToolInstallation.ToolConverter
-
Nested classes/interfaces inherited from interface hudson.ExtensionPoint
ExtensionPoint.LegacyInstancesAreScopedToHudson
-
-
Constructor Summary
Constructors Constructor Description CheckmarxInstallation(String name, String home, List<? extends ToolProperty<?>> properties)
-
Method Summary
All Methods Instance Methods Concrete Methods Modifier and Type Method Description CheckmarxInstallation
forEnvironment(EnvVars envVars)
CheckmarxInstallation
forNode(Node node, TaskListener taskListener)
String
getCheckmarxExecutable(Launcher launcher)
-
Methods inherited from class hudson.tools.ToolInstallation
all, buildEnvVars, getHome, getName, getProperties, readResolve, toString, translate, translate, translateFor, writeReplace
-
Methods inherited from class hudson.model.AbstractDescribableImpl
getDescriptor
-
-
-
-
Constructor Detail
-
CheckmarxInstallation
@DataBoundConstructor public CheckmarxInstallation(@NonNull String name, @NonNull String home, List<? extends ToolProperty<?>> properties)
-
-
Method Detail
-
forEnvironment
public CheckmarxInstallation forEnvironment(EnvVars envVars)
- Specified by:
forEnvironment
in interfaceEnvironmentSpecific<CheckmarxInstallation>
-
forNode
public CheckmarxInstallation forNode(@NonNull Node node, TaskListener taskListener) throws IOException, InterruptedException
- Specified by:
forNode
in interfaceNodeSpecific<CheckmarxInstallation>
- Throws:
IOException
InterruptedException
-
getCheckmarxExecutable
public String getCheckmarxExecutable(@NonNull Launcher launcher) throws IOException, InterruptedException
- Throws:
IOException
InterruptedException
-
-