java.lang.Object
org.jenkinsci.plugins.pipeline.modeldefinition.model.Stages
org.jenkinsci.plugins.pipeline.modeldefinition.model.Parallel
All Implemented Interfaces:
groovy.lang.GroovyObject, Serializable
Direct Known Subclasses:
Matrix

@ToString @EqualsAndHashCode(callSuper=true) public class Parallel extends Stages implements groovy.lang.GroovyObject
See Also:
  • Constructor Details

    • Parallel

      public Parallel(List<Stage> stages)
  • Method Details

    • getMetaClass

      public groovy.lang.MetaClass getMetaClass()
      Specified by:
      getMetaClass in interface groovy.lang.GroovyObject
      Overrides:
      getMetaClass in class Stages
    • setMetaClass

      public void setMetaClass(groovy.lang.MetaClass mc)
      Specified by:
      setMetaClass in interface groovy.lang.GroovyObject
      Overrides:
      setMetaClass in class Stages
    • invokeMethod

      public Object invokeMethod(String method, Object arguments)
      Specified by:
      invokeMethod in interface groovy.lang.GroovyObject
      Overrides:
      invokeMethod in class Stages
    • getProperty

      public Object getProperty(String property)
      Specified by:
      getProperty in interface groovy.lang.GroovyObject
      Overrides:
      getProperty in class Stages
    • setProperty

      public void setProperty(String property, Object value)
      Specified by:
      setProperty in interface groovy.lang.GroovyObject
      Overrides:
      setProperty in class Stages