Package org.ow2.clif.jenkins.jobs
Class Workspaces
- java.lang.Object
-
- org.ow2.clif.jenkins.jobs.Workspaces
-
public abstract class Workspaces extends Object
Workspace-related utility for jobs generated by the CLIF import feature.- Author:
- Bruno Dillenseger
-
-
Constructor Summary
Constructors Constructor Description Workspaces()
-
Method Summary
All Methods Static Methods Concrete Methods Modifier and Type Method Description static File
dir()
Gets the absolute path to the CLIF root directory hosting all workspaces of imported CLIF projects.
-
-
-
Method Detail
-
dir
@Nonnull public static File dir() throws RuntimeException
Gets the absolute path to the CLIF root directory hosting all workspaces of imported CLIF projects.- Returns:
- the currently configured root directory for imported CLIF test projects' workspaces
- Throws:
RuntimeException
-
-