Modifier and Type | Method and Description |
---|---|
JobRestriction |
UpstreamCauseRestriction.getJobRestriction() |
Constructor and Description |
---|
UpstreamCauseRestriction(JobRestriction jobRestriction) |
UpstreamCauseRestriction(JobRestriction jobRestriction,
boolean skipCheckForMissingInfo) |
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,JobRestrictionDescriptor> |
JobRestriction.all()
Get list of all registered
JobRestriction s. |
Modifier and Type | Class and Description |
---|---|
class |
AbstractUserCauseRestriction
Abstract class, which defines the logic of UserCause-based restrictions.
|
class |
RegexNameRestriction
Restricts the jobs execution by applying regular expressions to their names.
|
class |
StartedByMemberOfGroupRestriction
JobRestriction , which checks if a user belongs to the specified groups. |
class |
StartedByUserRestriction
Handles restrictions from User causes.
|
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 |
MultipleAndJobRestriction
Implements "And" condition with multiple entries.
|
class |
MultipleOrJobRestriction
Implements "Or" condition with multiple entries.
|
class |
NotJobRestriction
Logic inversion condition.
|
class |
OrJobRestriction
OR condition, which takes two parameters
|
Modifier and Type | Method and Description |
---|---|
JobRestriction |
AndJobRestriction.getFirst() |
JobRestriction |
OrJobRestriction.getFirst() |
JobRestriction |
NotJobRestriction.getRestriction() |
JobRestriction |
AndJobRestriction.getSecond() |
JobRestriction |
OrJobRestriction.getSecond() |
Modifier and Type | Method and Description |
---|---|
ArrayList<JobRestriction> |
MultipleAndJobRestriction.getRestrictions() |
ArrayList<JobRestriction> |
MultipleOrJobRestriction.getRestrictions() |
Constructor and Description |
---|
AndJobRestriction(JobRestriction first,
JobRestriction second) |
NotJobRestriction(JobRestriction restriction) |
OrJobRestriction(JobRestriction first,
JobRestriction second) |
Constructor and Description |
---|
MultipleAndJobRestriction(ArrayList<JobRestriction> restrictions) |
MultipleOrJobRestriction(ArrayList<JobRestriction> restrictions) |
Modifier and Type | Class and Description |
---|---|
class |
JobClassNameRestriction
Handles job class restrictions.
|
Copyright © 2016–2018. All rights reserved.