| Constructor and Description |
|---|
BuildAgeRangeCondition() |
| Modifier and Type | Method and Description |
|---|---|
protected void |
clearTime(Calendar calendar) |
int |
getMaxDaysAge() |
int |
getMinDaysAge() |
boolean |
matches(hudson.model.Run<?,?> run,
RuleConfiguration configuration)
Decides if the build matches given criteria to be updated or not.
|
void |
setMaxDaysAge(int maxDaysAge) |
void |
setMinDaysAge(int minDaysAge) |
public int getMinDaysAge()
@DataBoundSetter public void setMinDaysAge(int minDaysAge)
public int getMaxDaysAge()
@DataBoundSetter public void setMaxDaysAge(int maxDaysAge)
public boolean matches(hudson.model.Run<?,?> run,
RuleConfiguration configuration)
Conditionprotected void clearTime(Calendar calendar)
Copyright © 2016–2019. All rights reserved.