Class TokenMacroCondition
java.lang.Object
hudson.model.AbstractDescribableImpl<Condition>
pl.damianszczepanik.jenkins.buildhistorymanager.model.conditions.Condition
pl.damianszczepanik.jenkins.buildhistorymanager.model.conditions.TokenMacroCondition
- All Implemented Interfaces:
Describable<Condition>
Matches macro with given value.
- Author:
- Damian Szczepanik (damianszczepanik@github)
-
Constructor Summary
-
Method Summary
Modifier and TypeMethodDescriptiongetValue()
boolean
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
-
TokenMacroCondition
-
-
Method Details
-
getTemplate
-
getValue
-
matches
Description copied from class:Condition
Decides if the build matches given criteria to be updated or not.
-