| Package | Description |
|---|---|
| pl.damianszczepanik.jenkins.buildhistorymanager.model | |
| pl.damianszczepanik.jenkins.buildhistorymanager.model.conditions |
| Modifier and Type | Method and Description |
|---|---|
List<Condition> |
Rule.getConditions() |
| Constructor and Description |
|---|
Rule(List<Condition> conditions,
List<Action> actions) |
| Modifier and Type | Class and Description |
|---|---|
class |
BuildAgeRangeCondition
Matches builds that age is between given days range.
|
class |
BuildNumberRangeCondition
Matches builds that have build number between given number range.
|
class |
BuildResultCondition
Matches builds that have selected build results.
|
class |
MatchEveryBuildCondition
Matches every build.
|
class |
TokenMacroCondition
Matches macro with given value.
|
Copyright © 2016–2019. All rights reserved.