Class TriggeredByConditional
java.lang.Object
hudson.model.AbstractDescribableImpl<T>
org.jenkinsci.plugins.pipeline.modeldefinition.withscript.WithScriptDescribable<S>
org.jenkinsci.plugins.pipeline.modeldefinition.when.DeclarativeStageConditional<TriggeredByConditional>
org.jenkinsci.plugins.pipeline.modeldefinition.when.impl.TriggeredByConditional
- All Implemented Interfaces:
ExtensionPoint
,Describable<TriggeredByConditional>
,Serializable
public class TriggeredByConditional
extends org.jenkinsci.plugins.pipeline.modeldefinition.when.DeclarativeStageConditional<TriggeredByConditional>
This conditional prevents the current job of continuing if is not triggered by the cause provided
- See Also:
-
Nested Class Summary
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
-
TriggeredByConditional
-
-
Method Details
-
getCause
-
getDetail
-
setDetail
-