Class ExecutorStepDynamicContext.WorkspaceListLeaseTranslator
java.lang.Object
org.jenkinsci.plugins.workflow.steps.DynamicContext.Typed<T>
org.jenkinsci.plugins.workflow.support.steps.ExecutorStepDynamicContext.WorkspaceListLeaseTranslator
- All Implemented Interfaces:
ExtensionPoint
,org.jenkinsci.plugins.workflow.steps.DynamicContext
- Enclosing class:
- ExecutorStepDynamicContext
@Extension
public static final class ExecutorStepDynamicContext.WorkspaceListLeaseTranslator
extends org.jenkinsci.plugins.workflow.steps.DynamicContext.Typed<T>
-
Nested Class Summary
Nested classes/interfaces inherited from interface org.jenkinsci.plugins.workflow.steps.DynamicContext
org.jenkinsci.plugins.workflow.steps.DynamicContext.DelegatedContext, org.jenkinsci.plugins.workflow.steps.DynamicContext.Typed<T extends Object>
Nested classes/interfaces inherited from interface hudson.ExtensionPoint
ExtensionPoint.LegacyInstancesAreScopedToHudson
-
Constructor Summary
-
Method Summary
Modifier and TypeMethodDescriptionprotected WorkspaceList.Lease
get
(org.jenkinsci.plugins.workflow.steps.DynamicContext.DelegatedContext context) protected Class<WorkspaceList.Lease>
type()
Methods inherited from class org.jenkinsci.plugins.workflow.steps.DynamicContext.Typed
get
-
Constructor Details
-
WorkspaceListLeaseTranslator
public WorkspaceListLeaseTranslator()
-
-
Method Details
-
type
- Specified by:
type
in classorg.jenkinsci.plugins.workflow.steps.DynamicContext.Typed<WorkspaceList.Lease>
-
get
protected WorkspaceList.Lease get(org.jenkinsci.plugins.workflow.steps.DynamicContext.DelegatedContext context) throws IOException, InterruptedException - Specified by:
get
in classorg.jenkinsci.plugins.workflow.steps.DynamicContext.Typed<T>
- Throws:
IOException
InterruptedException
-