Class ChangeLogConditional
java.lang.Object
hudson.model.AbstractDescribableImpl<T>
org.jenkinsci.plugins.pipeline.modeldefinition.withscript.WithScriptDescribable<S>
org.jenkinsci.plugins.pipeline.modeldefinition.when.DeclarativeStageConditional<ChangeLogConditional>
org.jenkinsci.plugins.pipeline.modeldefinition.when.impl.ChangeLogConditional
- All Implemented Interfaces:
ExtensionPoint
,Describable<ChangeLogConditional>
,Serializable
public class ChangeLogConditional
extends org.jenkinsci.plugins.pipeline.modeldefinition.when.DeclarativeStageConditional<ChangeLogConditional>
Conditional that checks the messages in the changelog.
The build must first have collected the changelog via for example
checkout scm
.- See Also:
-
Nested Class Summary
Modifier and TypeClassDescriptionstatic class
AbstractChangelogConditionalScriptAllowlist.groovy is a superclass of the Groovy scripts for some subclasses ofDeclarativeStageConditional
, but does not have any direct equivalent Java class, so we just allow it here.static class
Nested classes/interfaces inherited from interface hudson.ExtensionPoint
ExtensionPoint.LegacyInstancesAreScopedToHudson
-
Constructor Summary
-
Method Summary
Methods inherited from class org.jenkinsci.plugins.pipeline.modeldefinition.when.DeclarativeStageConditional
getChildren, getDescriptor
Methods inherited from class org.jenkinsci.plugins.pipeline.modeldefinition.withscript.WithScriptDescribable
getScript
-
Constructor Details
-
ChangeLogConditional
-
-
Method Details
-
getAsPattern
-
getPattern
-
getMultiLinePattern
-
expandForMultiLine
-