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