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 class
VisualExpertInstallation.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 VisualExpertInstallation
forEnvironment(EnvVars environment)
VisualExpertInstallation
forNode(Node node, TaskListener log)
String
getDefaultArgs()
-
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:
forNode
in interfaceNodeSpecific<VisualExpertInstallation>
- Throws:
IOException
InterruptedException
-
forEnvironment
public VisualExpertInstallation forEnvironment(EnvVars environment)
- Specified by:
forEnvironment
in interfaceEnvironmentSpecific<VisualExpertInstallation>
-
getDefaultArgs
public String getDefaultArgs()
-
-