Package io.jenkins.plugins.VisualExpert
Class VisualExpertInstallation
- java.lang.Object
-
- hudson.model.AbstractDescribableImpl<ToolInstallation>
-
- hudson.tools.ToolInstallation
-
- io.jenkins.plugins.VisualExpert.VisualExpertInstallation
-
- All Implemented Interfaces:
ExtensionPoint,Describable<ToolInstallation>,EnvironmentSpecific<VisualExpertInstallation>,NodeSpecific<VisualExpertInstallation>,Serializable
public final class VisualExpertInstallation extends ToolInstallation implements NodeSpecific<VisualExpertInstallation>, EnvironmentSpecific<VisualExpertInstallation>
- Author:
- AndrinIvanko
- See Also:
- Serialized Form
-
-
Nested Class Summary
Nested Classes Modifier and Type Class Description static classVisualExpertInstallation.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 VisualExpertInstallation(String name, String home, String defaultArgs)
-
Method Summary
All Methods Instance Methods Concrete Methods Modifier and Type Method Description VisualExpertInstallationforEnvironment(EnvVars environment)VisualExpertInstallationforNode(Node node, TaskListener log)StringgetDefaultArgs()-
Methods inherited from class hudson.tools.ToolInstallation
all, buildEnvVars, getHome, getName, getProperties, readResolve, toString, translate, translate, translateFor
-
Methods inherited from class hudson.model.AbstractDescribableImpl
getDescriptor
-
-
-
-
Method Detail
-
forNode
public VisualExpertInstallation forNode(Node node, TaskListener log) throws IOException, InterruptedException
- Specified by:
forNodein interfaceNodeSpecific<VisualExpertInstallation>- Throws:
IOExceptionInterruptedException
-
forEnvironment
public VisualExpertInstallation forEnvironment(EnvVars environment)
- Specified by:
forEnvironmentin interfaceEnvironmentSpecific<VisualExpertInstallation>
-
getDefaultArgs
public String getDefaultArgs()
-
-