Uses of Class
pl.damianszczepanik.jenkins.buildhistorymanager.model.RuleConfiguration
-
Uses of RuleConfiguration in pl.damianszczepanik.jenkins.buildhistorymanager.model.conditions
Modifier and TypeMethodDescriptionboolean
BuildAgeRangeCondition.matches
(Run<?, ?> run, RuleConfiguration configuration) boolean
BuildDescriptionCondition.matches
(Run<?, ?> run, RuleConfiguration configuration) boolean
BuildNumberRangeCondition.matches
(Run<?, ?> run, RuleConfiguration configuration) boolean
BuildResultCondition.matches
(Run<?, ?> run, RuleConfiguration configuration) boolean
CauseCondition.matches
(Run<?, ?> run, RuleConfiguration configuration) abstract boolean
Condition.matches
(Run<?, ?> run, RuleConfiguration configuration) Decides if the build matches given criteria to be updated or not.boolean
MatchEveryBuildCondition.matches
(Run<?, ?> run, RuleConfiguration configuration) boolean
TokenMacroCondition.matches
(Run<?, ?> run, RuleConfiguration configuration)