Automations
UpsertAutomationsFile
client.Environments.Automations.Upsert(ctx, body) (*EnvironmentAutomationUpsertResponse, error)
POST/gitpod.v1.EnvironmentAutomationService/UpsertAutomationsFile
AutomationsServices
CreateService
client.Environments.Automations.Services.New(ctx, body) (*EnvironmentAutomationServiceNewResponse, error)
POST/gitpod.v1.EnvironmentAutomationService/CreateService
DeleteService
client.Environments.Automations.Services.Delete(ctx, body) (*EnvironmentAutomationServiceDeleteResponse, error)
POST/gitpod.v1.EnvironmentAutomationService/DeleteService
ListServices
client.Environments.Automations.Services.List(ctx, params) (*ServicesPage[Service], error)
POST/gitpod.v1.EnvironmentAutomationService/ListServices
GetService
client.Environments.Automations.Services.Get(ctx, body) (*EnvironmentAutomationServiceGetResponse, error)
POST/gitpod.v1.EnvironmentAutomationService/GetService
StartService
client.Environments.Automations.Services.Start(ctx, body) (*EnvironmentAutomationServiceStartResponse, error)
POST/gitpod.v1.EnvironmentAutomationService/StartService
StopService
client.Environments.Automations.Services.Stop(ctx, body) (*EnvironmentAutomationServiceStopResponse, error)
POST/gitpod.v1.EnvironmentAutomationService/StopService
UpdateService
client.Environments.Automations.Services.Update(ctx, body) (*EnvironmentAutomationServiceUpdateResponse, error)
POST/gitpod.v1.EnvironmentAutomationService/UpdateService
AutomationsTasks
CreateTask
client.Environments.Automations.Tasks.New(ctx, body) (*EnvironmentAutomationTaskNewResponse, error)
POST/gitpod.v1.EnvironmentAutomationService/CreateTask
DeleteTask
client.Environments.Automations.Tasks.Delete(ctx, body) (*EnvironmentAutomationTaskDeleteResponse, error)
POST/gitpod.v1.EnvironmentAutomationService/DeleteTask
GetTask
client.Environments.Automations.Tasks.Get(ctx, body) (*EnvironmentAutomationTaskGetResponse, error)
POST/gitpod.v1.EnvironmentAutomationService/GetTask
StartTask
client.Environments.Automations.Tasks.Start(ctx, body) (*EnvironmentAutomationTaskStartResponse, error)
POST/gitpod.v1.EnvironmentAutomationService/StartTask
UpdateTask
client.Environments.Automations.Tasks.Update(ctx, body) (*EnvironmentAutomationTaskUpdateResponse, error)
POST/gitpod.v1.EnvironmentAutomationService/UpdateTask
AutomationsTasksExecutions
ListTaskExecutions
client.Environments.Automations.Tasks.Executions.List(ctx, params) (*TaskExecutionsPage[TaskExecution], error)
POST/gitpod.v1.EnvironmentAutomationService/ListTaskExecutions
GetTaskExecution
client.Environments.Automations.Tasks.Executions.Get(ctx, body) (*EnvironmentAutomationTaskExecutionGetResponse, error)
POST/gitpod.v1.EnvironmentAutomationService/GetTaskExecution
StopTaskExecution
client.Environments.Automations.Tasks.Executions.Stop(ctx, body) (*EnvironmentAutomationTaskExecutionStopResponse, error)
POST/gitpod.v1.EnvironmentAutomationService/StopTaskExecution