Documentation
¶
Index ¶
- type Manager
- func (m *Manager) DestroyAllContainers() error
- func (m *Manager) GetExecutionContainerForStep(UUID string) (*models.Container, *docker.RunningContainer)
- func (m *Manager) SetWorkflowRunPlan(plan models.WorkflowRunPlan)
- func (m *Manager) UpdateWithStepFinished(stepIDX int, plan models.WorkflowExecutionPlan, ...)
- func (m *Manager) UpdateWithStepStarted(stepPlan models.StepExecutionPlan, ...)
Constants ¶
This section is empty.
Variables ¶
This section is empty.
Functions ¶
This section is empty.
Types ¶
type Manager ¶
type Manager struct {
// contains filtered or unexported fields
}
func NewManager ¶
func (*Manager) DestroyAllContainers ¶
func (*Manager) GetExecutionContainerForStep ¶ added in v2.39.0
func (*Manager) SetWorkflowRunPlan ¶ added in v2.39.0
func (m *Manager) SetWorkflowRunPlan(plan models.WorkflowRunPlan)
func (*Manager) UpdateWithStepFinished ¶
func (m *Manager) UpdateWithStepFinished(stepIDX int, plan models.WorkflowExecutionPlan, stepPlan models.StepExecutionPlan)
func (*Manager) UpdateWithStepStarted ¶
func (m *Manager) UpdateWithStepStarted(stepPlan models.StepExecutionPlan, environments []envmanModels.EnvironmentItemModel)
Click to show internal directories.
Click to hide internal directories.