Uses of Class
org.jenkinsci.plugins.ewm.model.ExternalWorkspace
-
Packages that use ExternalWorkspace Package Description org.jenkinsci.plugins.ewm.actions org.jenkinsci.plugins.ewm.facets org.jenkinsci.plugins.ewm.steps -
-
Uses of ExternalWorkspace in org.jenkinsci.plugins.ewm.actions
Methods in org.jenkinsci.plugins.ewm.actions that return types with arguments of type ExternalWorkspace Modifier and Type Method Description List<ExternalWorkspace>
ExwsAllocateActionImpl. getAllocatedWorkspaces()
Methods in org.jenkinsci.plugins.ewm.actions with parameters of type ExternalWorkspace Modifier and Type Method Description void
ExwsAllocateActionImpl. addAllocatedWorkspace(ExternalWorkspace externalWorkspace)
-
Uses of ExternalWorkspace in org.jenkinsci.plugins.ewm.facets
Methods in org.jenkinsci.plugins.ewm.facets that return ExternalWorkspace Modifier and Type Method Description ExternalWorkspace
WorkspaceBrowserFacet. getWorkspace()
Constructors in org.jenkinsci.plugins.ewm.facets with parameters of type ExternalWorkspace Constructor Description WorkspaceBrowserFacet(Fingerprint fingerprint, long timestamp, ExternalWorkspace workspace)
-
Uses of ExternalWorkspace in org.jenkinsci.plugins.ewm.steps
Methods in org.jenkinsci.plugins.ewm.steps that return ExternalWorkspace Modifier and Type Method Description ExternalWorkspace
ExwsStep. getExternalWorkspace()
protected ExternalWorkspace
ExwsAllocateExecution. run()
Constructors in org.jenkinsci.plugins.ewm.steps with parameters of type ExternalWorkspace Constructor Description ExwsStep(ExternalWorkspace externalWorkspace)
-