Package com.openshift.jenkins.plugins
Class OpenShiftClientTools
- java.lang.Object
-
- hudson.model.AbstractDescribableImpl<ToolInstallation>
-
- hudson.tools.ToolInstallation
-
- com.openshift.jenkins.plugins.OpenShiftClientTools
-
- All Implemented Interfaces:
ExtensionPoint
,Describable<ToolInstallation>
,EnvironmentSpecific<OpenShiftClientTools>
,NodeSpecific<OpenShiftClientTools>
,Serializable
public class OpenShiftClientTools extends ToolInstallation implements EnvironmentSpecific<OpenShiftClientTools>, NodeSpecific<OpenShiftClientTools>
An installation of the OpenShift Client Tools.- See Also:
- Serialized Form
-
-
Nested Class Summary
Nested Classes Modifier and Type Class Description static class
OpenShiftClientTools.DescriptorImpl
-
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 OpenShiftClientTools(String name, String home, List<? extends ToolProperty<?>> properties)
-
Method Summary
All Methods Instance Methods Concrete Methods Modifier and Type Method Description void
buildEnvVars(EnvVars env)
OpenShiftClientTools
forEnvironment(EnvVars environment)
OpenShiftClientTools
forNode(Node node, TaskListener log)
-
Methods inherited from class hudson.tools.ToolInstallation
all, getHome, getName, getProperties, readResolve, toString, translate, translate, translateFor, writeReplace
-
Methods inherited from class hudson.model.AbstractDescribableImpl
getDescriptor
-
-
-
-
Constructor Detail
-
OpenShiftClientTools
@DataBoundConstructor public OpenShiftClientTools(String name, String home, List<? extends ToolProperty<?>> properties)
-
-
Method Detail
-
forEnvironment
public OpenShiftClientTools forEnvironment(EnvVars environment)
- Specified by:
forEnvironment
in interfaceEnvironmentSpecific<OpenShiftClientTools>
-
forNode
public OpenShiftClientTools forNode(Node node, TaskListener log) throws IOException, InterruptedException
- Specified by:
forNode
in interfaceNodeSpecific<OpenShiftClientTools>
- Throws:
IOException
InterruptedException
-
buildEnvVars
public void buildEnvVars(EnvVars env)
- Overrides:
buildEnvVars
in classToolInstallation
-
-