()
| 512 | func (s *ParallelStep) ID() string { return s.id } |
| 513 | func (s *ParallelStep) Name() string { return s.name } |
| 514 | func (s *ParallelStep) Type() StepType { return StepTypeParallel } |
| 515 | func (s *ParallelStep) Description() string { return s.description } |
| 516 | func (s *ParallelStep) Config() *StepConfig { return s.config } |
| 517 |