Package com.mathworks.ci
Class Utilities
- java.lang.Object
-
- com.mathworks.ci.Utilities
-
public class Utilities extends Object
-
-
Constructor Summary
Constructors Constructor Description Utilities()
-
Method Summary
All Methods Static Methods Concrete Methods Modifier and Type Method Description static void
addMatlabToEnvPathFromAxis(Computer cmp, TaskListener listener, EnvVars env)
static String
getCellArrayFromList(List<String> listOfStr)
static FilePath
getNodeSpecificHome(String instName, Node node, TaskListener listener, EnvVars env)
-
-
-
Method Detail
-
addMatlabToEnvPathFromAxis
public static void addMatlabToEnvPathFromAxis(Computer cmp, TaskListener listener, EnvVars env) throws IOException, InterruptedException
- Throws:
IOException
InterruptedException
-
getNodeSpecificHome
public static FilePath getNodeSpecificHome(String instName, Node node, TaskListener listener, EnvVars env) throws IOException, InterruptedException
- Throws:
IOException
InterruptedException
-
-