| Modifier and Type | Method and Description |
|---|---|
JobRestriction |
UpstreamCauseRestriction.getJobRestriction() |
| Constructor and Description |
|---|
UpstreamCauseRestriction(JobRestriction jobRestriction) |
| Modifier and Type | Method and Description |
|---|---|
JobRestriction |
JobRestrictionProperty.getJobRestriction() |
| Constructor and Description |
|---|
JobRestrictionProperty(JobRestriction jobRestriction) |
| Modifier and Type | Field and Description |
|---|---|
static JobRestriction |
JobRestriction.DEFAULT |
| Modifier and Type | Method and Description |
|---|---|
static hudson.DescriptorExtensionList<JobRestriction,hudson.model.Descriptor<JobRestriction>> |
JobRestriction.all()
Get list of all registered
JobRestrictions. |
static hudson.DescriptorExtensionList<JobRestriction,hudson.model.Descriptor<JobRestriction>> |
JobRestriction.all()
Get list of all registered
JobRestrictions. |
| Modifier and Type | Class and Description |
|---|---|
class |
RegexNameRestriction |
| Modifier and Type | Class and Description |
|---|---|
class |
AndJobRestriction
Virtual job restriction, which allows to check two restrictions at once.
|
class |
AnyJobRestriction
Takes any job.
|
class |
NotJobRestriction |
class |
OrJobRestriction |
| Modifier and Type | Method and Description |
|---|---|
JobRestriction |
OrJobRestriction.getFirst() |
JobRestriction |
AndJobRestriction.getFirst() |
JobRestriction |
NotJobRestriction.getRestriction() |
JobRestriction |
OrJobRestriction.getSecond() |
JobRestriction |
AndJobRestriction.getSecond() |
| Constructor and Description |
|---|
AndJobRestriction(JobRestriction first,
JobRestriction second) |
NotJobRestriction(JobRestriction restriction) |
OrJobRestriction(JobRestriction first,
JobRestriction second) |
Copyright © 2004-2013. All Rights Reserved.