| Package | Description |
|---|---|
| pl.damianszczepanik.jenkins.buildhistorymanager.model.conditions |
| Modifier and Type | Method and Description |
|---|---|
boolean |
TokenMacroCondition.matches(hudson.model.Run<?,?> run,
RuleConfiguration configuration) |
boolean |
MatchEveryBuildCondition.matches(hudson.model.Run<?,?> run,
RuleConfiguration configuration) |
abstract boolean |
Condition.matches(hudson.model.Run<?,?> run,
RuleConfiguration configuration)
Decides if the build matches given criteria to be updated or not.
|
boolean |
BuildResultCondition.matches(hudson.model.Run<?,?> run,
RuleConfiguration configuration) |
boolean |
BuildNumberRangeCondition.matches(hudson.model.Run<?,?> run,
RuleConfiguration configuration) |
boolean |
BuildAgeRangeCondition.matches(hudson.model.Run<?,?> run,
RuleConfiguration configuration) |
Copyright © 2016–2019. All rights reserved.