MCPcopy
hub / github.com/apache/devlake / SubTaskMetas

Method SubTaskMetas

backend/core/plugin/plugin_task.go:115–115  ·  view source on GitHub ↗

SubTaskMetas return all available subtasks, framework will run them for you in order

()

Source from the content-addressed store, hash-verified

113type 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}

Callers 4

RunPluginSubTasksFunction · 0.65
RunPluginMethod · 0.65
GetFunction · 0.65
addGithubFunction · 0.65

Implementers 15

remotePluginImplbackend/server/services/remote/plugin/
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

Calls

no outgoing calls

Tested by

no test coverage detected