wait

package
v1.7.1 Latest Latest
Warning

This package is not in the latest version of its module.

Go to latest
Published: Oct 31, 2023 License: Apache-2.0 Imports: 11 Imported by: 0

Documentation

Index

Constants

View Source
const (
	FlagTimeout = "timeout"

	DefaultTimeout = 600 // 600 seconds : 10 minutes
)

Variables

This section is empty.

Functions

func NewCmdWait

func NewCmdWait(f factory.Factory) *cobra.Command

func WaitRun

func WaitRun(out io.Writer, taskIDs []string, getServerTasksCallback ServerTasksCallback, timeout int) error

Types

type ServerTasksCallback

type ServerTasksCallback func([]string) ([]*tasks.Task, error)

func GetServerTasksCallback

func GetServerTasksCallback(octopus *client.Client) ServerTasksCallback

type WaitOptions

type WaitOptions struct {
	*cmd.Dependencies

	GetServerTasksCallback ServerTasksCallback
	// contains filtered or unexported fields
}

func NewWaitOps

func NewWaitOps(dependencies *cmd.Dependencies, taskIDs []string) *WaitOptions

Jump to

Keyboard shortcuts

? : This menu
/ : Search site
f or F : Jump to
y or Y : Canonical URL