public class AndJobRestriction extends JobRestriction
| Modifier and Type | Class and Description |
|---|---|
static class |
AndJobRestriction.DescriptorImpl |
DEFAULT| Constructor and Description |
|---|
AndJobRestriction(JobRestriction first,
JobRestriction second) |
| Modifier and Type | Method and Description |
|---|---|
boolean |
canTake(hudson.model.Queue.BuildableItem item) |
boolean |
canTake(hudson.model.Run run) |
JobRestriction |
getFirst() |
JobRestriction |
getSecond() |
all, getDescriptor@DataBoundConstructor public AndJobRestriction(JobRestriction first, JobRestriction second)
public JobRestriction getFirst()
public JobRestriction getSecond()
public boolean canTake(hudson.model.Queue.BuildableItem item)
canTake in class JobRestrictionpublic boolean canTake(hudson.model.Run run)
canTake in class JobRestrictionCopyright © 2004-2013. All Rights Reserved.