Documentation
¶
Index ¶
- func End(cfg config.Config, execution shared_models.Executions, targetPlatform string)
- func EndCanceled(cfg config.Config, execution shared_models.Executions, targetPlatform string)
- func EndNoPatternMatch(cfg config.Config, execution shared_models.Executions, targetPlatform string)
- func EndSuccess(cfg config.Config, execution shared_models.Executions, targetPlatform string)
- func EndWithError(cfg config.Config, execution shared_models.Executions, targetPlatform string)
- func EndWithRecovered(cfg config.Config, execution shared_models.Executions, targetPlatform string)
- func GetStep(cfg config.Config, executionID string, stepID string, targetPlatform string) (shared_models.ExecutionSteps, error)
- func GetSteps(cfg config.Config, executionID string, targetPlatform string) ([]shared_models.ExecutionSteps, error)
- func InteractionWaiting(cfg config.Config, execution shared_models.Executions, targetPlatform string)
- func Pause(cfg config.Config, execution shared_models.Executions, targetPlatform string)
- func Running(cfg config.Config, execution shared_models.Executions, targetPlatform string)
- func SendHeartbeat(cfg config.Config, execution shared_models.Executions, targetPlatform string)
- func SendStep(cfg config.Config, execution shared_models.Executions, ...) (shared_models.ExecutionSteps, error)
- func SetToInteractionRequired(cfg config.Config, execution shared_models.Executions, targetPlatform string)
- func SetToPaused(cfg config.Config, execution shared_models.Executions, targetPlatform string)
- func SetToRunning(cfg config.Config, execution shared_models.Executions, targetPlatform string)
- func UpdateExecution(cfg config.Config, execution shared_models.Executions, targetPlatform string) error
- func UpdateStep(cfg config.Config, executionID string, step shared_models.ExecutionSteps, ...) error
Constants ¶
This section is empty.
Variables ¶
This section is empty.
Functions ¶
func End ¶
func End(cfg config.Config, execution shared_models.Executions, targetPlatform string)
func EndCanceled ¶
func EndCanceled(cfg config.Config, execution shared_models.Executions, targetPlatform string)
func EndNoPatternMatch ¶
func EndNoPatternMatch(cfg config.Config, execution shared_models.Executions, targetPlatform string)
func EndSuccess ¶
func EndSuccess(cfg config.Config, execution shared_models.Executions, targetPlatform string)
func EndWithError ¶
func EndWithError(cfg config.Config, execution shared_models.Executions, targetPlatform string)
func EndWithRecovered ¶ added in v1.0.5
func EndWithRecovered(cfg config.Config, execution shared_models.Executions, targetPlatform string)
func GetStep ¶
func GetStep(cfg config.Config, executionID string, stepID string, targetPlatform string) (shared_models.ExecutionSteps, error)
func GetSteps ¶
func GetSteps(cfg config.Config, executionID string, targetPlatform string) ([]shared_models.ExecutionSteps, error)
func InteractionWaiting ¶
func InteractionWaiting(cfg config.Config, execution shared_models.Executions, targetPlatform string)
func Pause ¶
func Pause(cfg config.Config, execution shared_models.Executions, targetPlatform string)
func Running ¶
func Running(cfg config.Config, execution shared_models.Executions, targetPlatform string)
func SendHeartbeat ¶ added in v1.0.7
func SendHeartbeat(cfg config.Config, execution shared_models.Executions, targetPlatform string)
func SendStep ¶
func SendStep(cfg config.Config, execution shared_models.Executions, step shared_models.ExecutionSteps, targetPlatform string) (shared_models.ExecutionSteps, error)
func SetToInteractionRequired ¶
func SetToInteractionRequired(cfg config.Config, execution shared_models.Executions, targetPlatform string)
func SetToPaused ¶
func SetToPaused(cfg config.Config, execution shared_models.Executions, targetPlatform string)
func SetToRunning ¶
func SetToRunning(cfg config.Config, execution shared_models.Executions, targetPlatform string)
func UpdateExecution ¶
func UpdateExecution(cfg config.Config, execution shared_models.Executions, targetPlatform string) error
func UpdateStep ¶
func UpdateStep(cfg config.Config, executionID string, step shared_models.ExecutionSteps, targetPlatform string) error
Types ¶
This section is empty.
Click to show internal directories.
Click to hide internal directories.