Uses of Class
com.synopsys.arc.jenkinsci.plugins.jobrestrictions.restrictions.JobRestriction
Package
Description
-
Uses of JobRestriction in com.synopsys.arc.jenkinsci.plugins.jobrestrictions.jobs
ModifierConstructorDescriptionUpstreamCauseRestriction
(JobRestriction jobRestriction) UpstreamCauseRestriction
(JobRestriction jobRestriction, boolean skipCheckForMissingInfo) -
Uses of JobRestriction in com.synopsys.arc.jenkinsci.plugins.jobrestrictions.nodes
-
Uses of JobRestriction in com.synopsys.arc.jenkinsci.plugins.jobrestrictions.restrictions
Modifier and TypeMethodDescriptionJobRestriction.all()
Get list of all registeredJobRestriction
s. -
Uses of JobRestriction in com.synopsys.arc.jenkinsci.plugins.jobrestrictions.restrictions.job
Modifier and TypeClassDescriptionclass
Abstract class, which defines the logic of UserCause-based restrictions.class
Restricts the jobs execution by applying regular expressions to their names.class
JobRestriction
, which checks if a user belongs to the specified groups.class
Handles restrictions from User causes. -
Uses of JobRestriction in com.synopsys.arc.jenkinsci.plugins.jobrestrictions.restrictions.logic
Modifier and TypeClassDescriptionclass
Virtual job restriction, which allows to check two restrictions at once.class
Takes any job.class
Implements "And" condition with multiple entries.class
Implements "Or" condition with multiple entries.class
Logic inversion condition.class
OR condition, which takes two parametersModifier and TypeMethodDescriptionAndJobRestriction.getFirst()
OrJobRestriction.getFirst()
NotJobRestriction.getRestriction()
AndJobRestriction.getSecond()
OrJobRestriction.getSecond()
Modifier and TypeMethodDescriptionMultipleAndJobRestriction.getRestrictions()
MultipleOrJobRestriction.getRestrictions()
ModifierConstructorDescriptionAndJobRestriction
(JobRestriction first, JobRestriction second) NotJobRestriction
(JobRestriction restriction) OrJobRestriction
(JobRestriction first, JobRestriction second) ModifierConstructorDescriptionMultipleAndJobRestriction
(ArrayList<JobRestriction> restrictions) MultipleOrJobRestriction
(ArrayList<JobRestriction> restrictions) -
Uses of JobRestriction in io.jenkins.plugins.jobrestrictions.restrictions.job