mirror of
https://github.com/elastic/kibana.git
synced 2025-04-22 00:45:43 -04:00
51 lines
1.4 KiB
Text
51 lines
1.4 KiB
Text
---
|
|
####
|
|
#### This document is auto-generated and is meant to be viewed inside our experimental, new docs system.
|
|
#### Reach out in #docs-engineering for more info.
|
|
####
|
|
id: kibTaskManagerPluginApi
|
|
slug: /kibana-dev-docs/api/taskManager
|
|
title: "taskManager"
|
|
image: https://source.unsplash.com/400x175/?github
|
|
description: API docs for the taskManager plugin
|
|
date: 2023-06-22
|
|
tags: ['contributor', 'dev', 'apidocs', 'kibana', 'taskManager']
|
|
---
|
|
import taskManagerObj from './task_manager.devdocs.json';
|
|
|
|
|
|
|
|
Contact [@elastic/response-ops](https://github.com/orgs/elastic/teams/response-ops) for questions regarding this plugin.
|
|
|
|
**Code health stats**
|
|
|
|
| Public API count | Any count | Items lacking comments | Missing exports |
|
|
|-------------------|-----------|------------------------|-----------------|
|
|
| 83 | 0 | 41 | 6 |
|
|
|
|
## Server
|
|
|
|
### Setup
|
|
<DocDefinitionList data={[taskManagerObj.server.setup]}/>
|
|
|
|
### Start
|
|
<DocDefinitionList data={[taskManagerObj.server.start]}/>
|
|
|
|
### Objects
|
|
<DocDefinitionList data={taskManagerObj.server.objects}/>
|
|
|
|
### Functions
|
|
<DocDefinitionList data={taskManagerObj.server.functions}/>
|
|
|
|
### Classes
|
|
<DocDefinitionList data={taskManagerObj.server.classes}/>
|
|
|
|
### Interfaces
|
|
<DocDefinitionList data={taskManagerObj.server.interfaces}/>
|
|
|
|
### Enums
|
|
<DocDefinitionList data={taskManagerObj.server.enums}/>
|
|
|
|
### Consts, variables and types
|
|
<DocDefinitionList data={taskManagerObj.server.misc}/>
|
|
|