Class BuildDescriptionCondition
java.lang.Object
hudson.model.AbstractDescribableImpl<Condition>
pl.damianszczepanik.jenkins.buildhistorymanager.model.conditions.Condition
pl.damianszczepanik.jenkins.buildhistorymanager.model.conditions.BuildDescriptionCondition
- All Implemented Interfaces:
Describable<Condition>
Matches builds that description is equal, contains or matches given pattern.
- Author:
- Damian Szczepanik (damianszczepanik@github)
-
Nested Class Summary
Modifier and TypeClassDescriptionstatic enum
Matches method for the pattern -
Constructor Summary
-
Method Summary
Modifier and TypeMethodDescriptionboolean
matches
(Run<?, ?> run, RuleConfiguration configuration) Decides if the build matches given criteria to be updated or not.void
setMatchingMethod
(String matchingMethod) void
setPattern
(String pattern) Methods inherited from class hudson.model.AbstractDescribableImpl
getDescriptor
-
Constructor Details
-
BuildDescriptionCondition
@DataBoundConstructor public BuildDescriptionCondition()
-
-
Method Details
-
getPattern
-
setPattern
-
getMatchingMethod
-
setMatchingMethod
-
matches
Description copied from class:Condition
Decides if the build matches given criteria to be updated or not.
-