Method
SubTaskMetas
SubTaskMetas return all available subtasks, framework will run them for you in order
()
Source from the content-addressed store, hash-verified
| 113 | type PluginTask interface { |
| 114 | // SubTaskMetas return all available subtasks, framework will run them for you in order |
| 115 | SubTaskMetas() []SubTaskMeta |
| 116 | // PrepareTaskData based on task context and user input options, return data that shared among all subtasks |
| 117 | PrepareTaskData(taskCtx TaskContext, options map[string]interface{}) (interface{}, errors.Error) |
| 118 | } |
Implementers 15
Tapdbackend/plugins/tapd/impl/impl.go Taigabackend/plugins/taiga/impl/impl.go Testmobackend/plugins/testmo/impl/impl.go PagerDutybackend/plugins/pagerduty/impl/impl.go Dbtbackend/plugins/dbt/impl/impl.go Giteebackend/plugins/gitee/impl/impl.go Linkerbackend/plugins/linker/impl/impl.go Sonarqubebackend/plugins/sonarqube/impl/impl.go Asanabackend/plugins/asana/impl/impl.go AEbackend/plugins/ae/impl/impl.go GhCopilotbackend/plugins/gh-copilot/impl/impl.g
Tested by
no test coverage detected