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
Constructors -
Method Summary
Modifier and TypeMethodDescriptionbooleanmatches(Run<?, ?> run, RuleConfiguration configuration) Decides if the build matches given criteria to be updated or not.voidsetCauseClass(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:ConditionDecides if the build matches given criteria to be updated or not.
-