Package com.mathworks.ci
Class MatlabInstallation
- java.lang.Object
-
- hudson.model.AbstractDescribableImpl<hudson.tools.ToolInstallation>
-
- hudson.tools.ToolInstallation
-
- com.mathworks.ci.MatlabInstallation
-
- All Implemented Interfaces:
hudson.ExtensionPoint
,hudson.model.Describable<hudson.tools.ToolInstallation>
,hudson.model.EnvironmentSpecific<MatlabInstallation>
,hudson.slaves.NodeSpecific<MatlabInstallation>
,Serializable
public class MatlabInstallation extends hudson.tools.ToolInstallation implements hudson.model.EnvironmentSpecific<MatlabInstallation>, hudson.slaves.NodeSpecific<MatlabInstallation>
- See Also:
- Serialized Form
-
-
Nested Class Summary
Nested Classes Modifier and Type Class Description static class
MatlabInstallation.DescriptorImpl
-
Constructor Summary
Constructors Constructor Description MatlabInstallation(String name)
MatlabInstallation(String name, String home, List<? extends hudson.tools.ToolProperty<?>> properties)
-
Method Summary
All Methods Static Methods Instance Methods Concrete Methods Modifier and Type Method Description void
buildEnvVars(hudson.EnvVars env)
MatlabInstallation
forEnvironment(hudson.EnvVars envVars)
MatlabInstallation
forNode(hudson.model.Node node, hudson.model.TaskListener log)
static MatlabInstallation[]
getAll()
static MatlabInstallation
getInstallation(String name)
static boolean
isEmpty()
-
-
-
Constructor Detail
-
MatlabInstallation
@DataBoundConstructor public MatlabInstallation(String name, @CheckForNull String home, List<? extends hudson.tools.ToolProperty<?>> properties)
-
MatlabInstallation
public MatlabInstallation(String name)
-
-
Method Detail
-
forEnvironment
public MatlabInstallation forEnvironment(hudson.EnvVars envVars)
- Specified by:
forEnvironment
in interfacehudson.model.EnvironmentSpecific<MatlabInstallation>
-
forNode
public MatlabInstallation forNode(@Nonnull hudson.model.Node node, hudson.model.TaskListener log) throws IOException, InterruptedException
- Specified by:
forNode
in interfacehudson.slaves.NodeSpecific<MatlabInstallation>
- Throws:
IOException
InterruptedException
-
buildEnvVars
public void buildEnvVars(hudson.EnvVars env)
- Overrides:
buildEnvVars
in classhudson.tools.ToolInstallation
-
getAll
public static MatlabInstallation[] getAll()
-
isEmpty
public static boolean isEmpty()
-
getInstallation
public static MatlabInstallation getInstallation(String name)
-
-