()
| 330 | } |
| 331 | |
| 332 | func (x *FailedJob) GetTemplateImport() *FailedJob_TemplateImport { |
| 333 | if x, ok := x.GetType().(*FailedJob_TemplateImport_); ok { |
| 334 | return x.TemplateImport |
| 335 | } |
| 336 | return nil |
| 337 | } |
| 338 | |
| 339 | func (x *FailedJob) GetTemplateDryRun() *FailedJob_TemplateDryRun { |
| 340 | if x, ok := x.GetType().(*FailedJob_TemplateDryRun_); ok { |
no test coverage detected