MCPcopy Index your code
hub / github.com/apache/devlake / Execute

Method Execute

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

Execute FIXME ...

()

Source from the content-addressed store, hash-verified

73type SubTask interface {
74 // Execute FIXME ...
75 Execute() errors.Error
76} // nolint
77
78// SubTaskEntryPoint All subtasks from plugins should comply to this prototype, so they could be orchestrated by framework

Callers 15

RunCmdFunction · 0.65
DirectRunFunction · 0.65
mainFunction · 0.65
ExecuteMethod · 0.65
generateUrlMethod · 0.65
ConvertUserStoriesFunction · 0.65
ConvertEpicsFunction · 0.65
ConvertIssuesFunction · 0.65
ConvertTasksFunction · 0.65
CollectIncidentsFunction · 0.65
LinkPrToIssueFunction · 0.65
CollectIncidentsFunction · 0.65

Implementers 13

migratorImplbackend/core/migration/migrator.go
DataConverterbackend/helpers/pluginhelper/api/data_
StatefulApiCollectorbackend/helpers/pluginhelper/api/api_c
ApiExtractorbackend/helpers/pluginhelper/api/api_e
ApiCollectorbackend/helpers/pluginhelper/api/api_c
GraphqlCollectorbackend/helpers/pluginhelper/api/graph
ExecuteOperationbackend/server/services/remote/models/
AddColumnOperationbackend/server/services/remote/models/
DropColumnOperationbackend/server/services/remote/models/
DropTableOperationbackend/server/services/remote/models/
RenameColumnOperationbackend/server/services/remote/models/
RenameTableOperationbackend/server/services/remote/models/

Calls

no outgoing calls

Tested by

no test coverage detected