Documentation ¶
Overview ¶
Package swarmingimpl is used to implement the parent package main.
Index ¶
- func CmdBotTasks(authFlags base.AuthFlags) *subcommands.Command
- func CmdBots(authFlags base.AuthFlags) *subcommands.Command
- func CmdCancelTask(authFlags base.AuthFlags) *subcommands.Command
- func CmdCancelTasks(authFlags base.AuthFlags) *subcommands.Command
- func CmdCollect(authFlags base.AuthFlags) *subcommands.Command
- func CmdDeleteBots(authFlags base.AuthFlags) *subcommands.Command
- func CmdReproduce(authFlags base.AuthFlags) *subcommands.Command
- func CmdRequestShow(authFlags base.AuthFlags) *subcommands.Command
- func CmdSpawnTasks(authFlags base.AuthFlags) *subcommands.Command
- func CmdTasks(authFlags base.AuthFlags) *subcommands.Command
- func CmdTerminateBot(authFlags base.AuthFlags) *subcommands.Command
- func CmdTrigger(authFlags base.AuthFlags) *subcommands.Command
- func TaskIsAlive(t swarmingv2.TaskState) bool
- func TaskIsCompleted(t swarmingv2.TaskState) bool
Constants ¶
This section is empty.
Variables ¶
This section is empty.
Functions ¶
func CmdBotTasks ¶
func CmdBotTasks(authFlags base.AuthFlags) *subcommands.Command
CmdBotTasks returns an object for the `bot-tasks` subcommand.
func CmdBots ¶
func CmdBots(authFlags base.AuthFlags) *subcommands.Command
CmdBots returns an object for the `bots` subcommand.
func CmdCancelTask ¶
func CmdCancelTask(authFlags base.AuthFlags) *subcommands.Command
CmdCancelTask returns an object for the `cancel` subcommand.
func CmdCancelTasks ¶
func CmdCancelTasks(authFlags base.AuthFlags) *subcommands.Command
CmdCancelTasks returns an object for the `cancel-tasks` subcommand.
func CmdCollect ¶
func CmdCollect(authFlags base.AuthFlags) *subcommands.Command
CmdCollect returns an object for the `collect` subcommand.
func CmdDeleteBots ¶
func CmdDeleteBots(authFlags base.AuthFlags) *subcommands.Command
CmdDeleteBots returns an object for the `delete-bots` subcommand.
func CmdReproduce ¶
func CmdReproduce(authFlags base.AuthFlags) *subcommands.Command
CmdReproduce returns an object for the `reproduce` subcommand.
func CmdRequestShow ¶
func CmdRequestShow(authFlags base.AuthFlags) *subcommands.Command
CmdRequestShow returns an object for the `request-show` subcommand.
func CmdSpawnTasks ¶
func CmdSpawnTasks(authFlags base.AuthFlags) *subcommands.Command
CmdSpawnTasks returns an object for the `spawn-tasks` subcommand.
func CmdTasks ¶
func CmdTasks(authFlags base.AuthFlags) *subcommands.Command
CmdTasks returns an object for the `tasks` subcommand.
func CmdTerminateBot ¶
func CmdTerminateBot(authFlags base.AuthFlags) *subcommands.Command
CmdTerminateBot returns an object for the `terminate` subcommand.
func CmdTrigger ¶
func CmdTrigger(authFlags base.AuthFlags) *subcommands.Command
CmdTrigger returns an object for the `trigger` subcommand.
func TaskIsAlive ¶
func TaskIsAlive(t swarmingv2.TaskState) bool
TaskIsAlive is true if the task is pending or running.
func TaskIsCompleted ¶
func TaskIsCompleted(t swarmingv2.TaskState) bool
TaskIsCompleted is true if the task has completed (successfully or not).
Types ¶
This section is empty.
Source Files ¶
Directories ¶
Path | Synopsis |
---|---|
Package base is shared functionality used by all Swarming CLI subcommands.
|
Package base is shared functionality used by all Swarming CLI subcommands. |
Package clipb contains protobuf messages used by Swarming CLI.
|
Package clipb contains protobuf messages used by Swarming CLI. |
Package output contains helpers for emitting structure JSON output.
|
Package output contains helpers for emitting structure JSON output. |