protodoc.io
Project ovh/cds
Welcome
Readme
License
Commits
GitHub project
Download proto files
Desktop application
Contact us
actionplugin
google.protobuf
integrationplugin
integrationplugin
IntegrationPlugin
Manifest
Run
Stop
WorkerHTTPPort
IntegrationPluginManifest
RunQuery
RunResult
WorkerHTTPPortQuery
package
integrationplugin
Get desktop application:
View/edit binary Protocol Buffers messages
service
IntegrationPlugin
integrationplugin.proto:38
rpc
Manifest
(
google.protobuf.Empty
,
IntegrationPluginManifest
)
integrationplugin.proto:39
message
IntegrationPluginManifest
integrationplugin.proto:17
string
name
= 1
string
version
= 2
string
description
= 3
string
author
= 4
rpc
Run
(
RunQuery
,
RunResult
)
integrationplugin.proto:40
message
RunQuery
integrationplugin.proto:24
map
<
string
,
string
> options
= 1
message
RunResult
integrationplugin.proto:28
string
status
= 1
string
details
= 2
map
<
string
,
string
> outputs
= 3
rpc
WorkerHTTPPort
(
WorkerHTTPPortQuery
,
google.protobuf.Empty
)
integrationplugin.proto:41
message
WorkerHTTPPortQuery
integrationplugin.proto:34
int32
port
= 1
rpc
Stop
(
google.protobuf.Empty
,
google.protobuf.Empty
)
integrationplugin.proto:42