MCPcopy Create free account
hub / github.com/cloudfoundry/multiapps-cli-plugin / Execute

Method Execute

commands/action.go:13–13  ·  view source on GitHub ↗
(operationID string, mtaClient mtaclient.MtaClientOperations)

Source from the content-addressed store, hash-verified

11// Action interface representing actions to be excuted on processes
12type Action interface {
13 Execute(operationID string, mtaClient mtaclient.MtaClientOperations) ExecutionStatus
14}
15
16// GetActionToExecute returns the action to execute specified with action ID

Callers 13

RunMethod · 0.65
action_test.goFile · 0.65
executeRetryActionFunction · 0.65
ExecuteActionMethod · 0.65
CheckOngoingOperationMethod · 0.65

Implementers 4

MonitorActioncommands/monitor_action.go
actioncommands/action.go
monitoringActioncommands/action.go
BaseCommandcommands/base_command.go

Calls

no outgoing calls

Tested by

no test coverage detected