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 classAdvinstInstallation.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 StringadvinstComSubPath
-
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 AdvinstInstallationforEnvironment(EnvVars environment)AdvinstInstallationforNode(Node node, TaskListener log)StringgetExecutable(Launcher launcher)StringgetHome()-
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:
getHomein classToolInstallation
-
getExecutable
public String getExecutable(Launcher launcher) throws IOException, InterruptedException
- Throws:
IOExceptionInterruptedException
-
forNode
public AdvinstInstallation forNode(Node node, TaskListener log) throws IOException, InterruptedException
- Specified by:
forNodein interfaceNodeSpecific<AdvinstInstallation>- Throws:
IOExceptionInterruptedException
-
forEnvironment
public AdvinstInstallation forEnvironment(EnvVars environment)
- Specified by:
forEnvironmentin interfaceEnvironmentSpecific<AdvinstInstallation>
-
-