Uses of Class
pl.damianszczepanik.jenkins.buildhistorymanager.model.RuleConfiguration
Packages that use RuleConfiguration
-
Uses of RuleConfiguration in pl.damianszczepanik.jenkins.buildhistorymanager.model.conditions
Methods in pl.damianszczepanik.jenkins.buildhistorymanager.model.conditions with parameters of type RuleConfigurationModifier and TypeMethodDescriptionbooleanBuildAgeRangeCondition.matches(Run<?, ?> run, RuleConfiguration configuration) booleanBuildDescriptionCondition.matches(Run<?, ?> run, RuleConfiguration configuration) booleanBuildNumberRangeCondition.matches(Run<?, ?> run, RuleConfiguration configuration) booleanBuildParameterCondition.matches(Run<?, ?> run, RuleConfiguration configuration) booleanBuildResultCondition.matches(Run<?, ?> run, RuleConfiguration configuration) booleanCauseCondition.matches(Run<?, ?> run, RuleConfiguration configuration) abstract booleanCondition.matches(Run<?, ?> run, RuleConfiguration configuration) Decides if the build matches given criteria to be updated or not.booleanFileScannerCondition.matches(Run<?, ?> run, RuleConfiguration configuration) booleanMatchEveryBuildCondition.matches(Run<?, ?> run, RuleConfiguration configuration) booleanTokenMacroCondition.matches(Run<?, ?> run, RuleConfiguration configuration)