public class LockStep extends org.jenkinsci.plugins.workflow.steps.AbstractStepImpl implements Serializable
| Modifier and Type | Class and Description |
|---|---|
static class |
LockStep.DescriptorImpl |
| Modifier and Type | Field and Description |
|---|---|
boolean |
inversePrecedence |
String |
label |
int |
quantity |
String |
resource |
| Modifier and Type | Method and Description |
|---|---|
void |
setInversePrecedence(boolean inversePrecedence) |
void |
setLabel(String label) |
void |
setQuantity(int quantity) |
String |
toString() |
void |
validate()
Label and resource are mutual exclusive.
|
@CheckForNull public String resource
@CheckForNull public String label
public int quantity
public boolean inversePrecedence
@DataBoundConstructor public LockStep(String resource)
@DataBoundSetter public void setInversePrecedence(boolean inversePrecedence)
@DataBoundSetter public void setLabel(String label)
@DataBoundSetter public void setQuantity(int quantity)
Copyright © 2016–2017. All rights reserved.