Uses of Class
hudson.slaves.WorkspaceList
-
Packages that use WorkspaceList Package Description hudson.model Core object model that are bound to URLs via stapler, rooted atJenkins
. -
-
Uses of WorkspaceList in hudson.model
Methods in hudson.model that return WorkspaceList Modifier and Type Method Description WorkspaceList
Computer. getWorkspaceList()
Gets the object that coordinates the workspace allocation on this computer.Methods in hudson.model with parameters of type WorkspaceList Modifier and Type Method Description protected WorkspaceList.Lease
AbstractBuild.AbstractBuildExecution. decideWorkspace(Node n, WorkspaceList wsl)
Allocates the workspace fromWorkspaceList
.
-