public class QueuedContextStruct extends Object implements Serializable
| Constructor and Description |
|---|
QueuedContextStruct(org.jenkinsci.plugins.workflow.steps.StepContext context,
List<LockableResourcesStruct> lockableResourcesStruct,
String resourceDescription,
String variableName) |
| Modifier and Type | Method and Description |
|---|---|
org.jenkinsci.plugins.workflow.steps.StepContext |
getContext() |
String |
getResourceDescription() |
List<LockableResourcesStruct> |
getResources() |
String |
getVariableName() |
public QueuedContextStruct(org.jenkinsci.plugins.workflow.steps.StepContext context,
List<LockableResourcesStruct> lockableResourcesStruct,
String resourceDescription,
String variableName)
public org.jenkinsci.plugins.workflow.steps.StepContext getContext()
public List<LockableResourcesStruct> getResources()
public String getResourceDescription()
public String getVariableName()
Copyright © 2013–2021. All rights reserved.