Class StageInput
java.lang.Object
org.jenkinsci.plugins.pipeline.modeldefinition.model.StageInput
- All Implemented Interfaces:
groovy.lang.GroovyObject,Serializable
@ToString
@EqualsAndHashCode
public class StageInput
extends Object
implements Serializable, groovy.lang.GroovyObject
- See Also:
-
Constructor Summary
ConstructorsConstructorDescriptionStageInput(String message, String id, String ok, String submitter, String submitterParameter, List<ParameterDefinition> params) -
Method Summary
Modifier and TypeMethodDescriptiongetId()groovy.lang.MetaClassgetOk()getProperty(String property) invokeMethod(String method, Object arguments) voidvoidsetMessage(String value) voidsetMetaClass(groovy.lang.MetaClass mc) voidvoidsetParameters(List<ParameterDefinition> value) voidsetProperty(String property, Object value) voidsetSubmitter(String value) voidsetSubmitterParameter(String value)
-
Constructor Details
-
StageInput
-
-
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
-
setMessage
-
setId
-
setOk
-
setSubmitter
-
setSubmitterParameter
-
setParameters
-
getMessage
-
getId
-
getOk
-
getSubmitter
-
getSubmitterParameter
-
getParameters
-