()
| 733 | |
| 734 | func (s *StepsGroup) ID() string { return s.id } |
| 735 | func (s *StepsGroup) Name() string { return s.name } |
| 736 | func (s *StepsGroup) Type() StepType { return StepTypeSteps } |
| 737 | func (s *StepsGroup) Description() string { return s.description } |
| 738 | func (s *StepsGroup) Config() *StepConfig { return s.config } |