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 classCheckmarxInstallation.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 CheckmarxInstallationforEnvironment(EnvVars envVars)CheckmarxInstallationforNode(Node node, TaskListener taskListener)StringgetCheckmarxExecutable(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:
forEnvironmentin interfaceEnvironmentSpecific<CheckmarxInstallation>
-
forNode
public CheckmarxInstallation forNode(@NonNull Node node, TaskListener taskListener) throws IOException, InterruptedException
- Specified by:
forNodein interfaceNodeSpecific<CheckmarxInstallation>- Throws:
IOExceptionInterruptedException
-
getCheckmarxExecutable
public String getCheckmarxExecutable(@NonNull Launcher launcher) throws IOException, InterruptedException
- Throws:
IOExceptionInterruptedException
-
-