Class StageConditionals
java.lang.Object
org.jenkinsci.plugins.pipeline.modeldefinition.model.StageConditionals
- All Implemented Interfaces:
groovy.lang.GroovyObject,Serializable
@ToString
@EqualsAndHashCode
public class StageConditionals
extends Object
implements Serializable, groovy.lang.GroovyObject
- See Also:
-
Constructor Summary
ConstructorsConstructorDescriptionStageConditionals(groovy.lang.Closure rawClosure) Deprecated.StageConditionals(groovy.lang.Closure rawClosure, Boolean beforeAgent, Boolean beforeInput, Boolean beforeOptions) -
Method Summary
Modifier and TypeMethodDescriptionfinal Booleanfinal Booleanfinal Booleangroovy.lang.MetaClassgetProperty(String property) final groovy.lang.ClosureinvokeMethod(String method, Object arguments) voidsetMetaClass(groovy.lang.MetaClass mc) voidsetProperty(String property, Object value)
-
Constructor Details
-
StageConditionals
Deprecated. -
StageConditionals
-
-
Method Details
-
getMetaClass
public groovy.lang.MetaClass getMetaClass()- Specified by:
getMetaClassin interfacegroovy.lang.GroovyObject
-
setMetaClass
public void setMetaClass(groovy.lang.MetaClass mc) - Specified by:
setMetaClassin interfacegroovy.lang.GroovyObject
-
invokeMethod
- Specified by:
invokeMethodin interfacegroovy.lang.GroovyObject
-
getProperty
- Specified by:
getPropertyin interfacegroovy.lang.GroovyObject
-
setProperty
- Specified by:
setPropertyin interfacegroovy.lang.GroovyObject
-
getRawClosure
public final groovy.lang.Closure getRawClosure() -
getBeforeAgent
-
getBeforeInput
-
getBeforeOptions
-