Class CauseCondition
java.lang.Object
hudson.model.AbstractDescribableImpl<Condition>
pl.damianszczepanik.jenkins.buildhistorymanager.model.conditions.Condition
pl.damianszczepanik.jenkins.buildhistorymanager.model.conditions.CauseCondition
- All Implemented Interfaces:
Describable<Condition>
Matches builds for which class name of
Cause
matches given class.- 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.void
setCauseClass
(String causeClass) Methods inherited from class hudson.model.AbstractDescribableImpl
getDescriptor
-
Constructor Details
-
CauseCondition
@DataBoundConstructor public CauseCondition()
-
-
Method Details
-
getCauseClass
-
setCauseClass
-
matches
Description copied from class:Condition
Decides if the build matches given criteria to be updated or not.
-