Class MatchEveryBuildCondition
java.lang.Object
hudson.model.AbstractDescribableImpl<Condition>
pl.damianszczepanik.jenkins.buildhistorymanager.model.conditions.Condition
pl.damianszczepanik.jenkins.buildhistorymanager.model.conditions.MatchEveryBuildCondition
- All Implemented Interfaces:
Describable<Condition>
Matches every build.
- Author:
- Damian Szczepanik (damianszczepanik@github)
-
Constructor Summary
-
Method Summary
Modifier and TypeMethodDescriptionboolean
matches
(Run<?, ?> run, RuleConfiguration configuration) Decides if the build matches given criteria to be updated or not.Methods inherited from class hudson.model.AbstractDescribableImpl
getDescriptor
-
Constructor Details
-
MatchEveryBuildCondition
@DataBoundConstructor public MatchEveryBuildCondition()
-
-
Method Details
-
matches
Description copied from class:Condition
Decides if the build matches given criteria to be updated or not.
-