public abstract class Condition extends hudson.model.AbstractDescribableImpl<Condition>
| Constructor and Description |
|---|
Condition() |
| Modifier and Type | Method and Description |
|---|---|
abstract boolean |
matches(hudson.model.Run<?,?> run,
RuleConfiguration configuration)
Decides if the build matches given criteria to be updated or not.
|
public abstract boolean matches(hudson.model.Run<?,?> run,
RuleConfiguration configuration)
run - job which should be evaluatedconfiguration - configuration from the roletrue if the job matches given criteria, otherwise falseCopyright © 2016–2019. All rights reserved.