MCPcopy Index your code
hub / github.com/cloudfoundry/cli / GetRuntimeSequence

Method GetRuntimeSequence

actor/v7pushaction/sequence.go:52–59  ·  view source on GitHub ↗
(plan PushPlan)

Source from the content-addressed store, hash-verified

50}
51
52func (actor Actor) GetRuntimeSequence(plan PushPlan) []ChangeApplicationFunc {
53
54 if plan.TaskTypeApplication {
55 return actor.getTaskAppRuntimeSequence(plan)
56 } else {
57 return actor.getDefaultRuntimeSequence(plan)
58 }
59}
60
61func (actor Actor) getDefaultRuntimeSequence(plan PushPlan) []ChangeApplicationFunc {
62 var runtimeSequence []ChangeApplicationFunc

Callers 2

NewActorFunction · 0.95
sequence_test.goFile · 0.80

Implementers 1

FakeActorcommand/v7/v7fakes/fake_actor.go

Calls 2

Tested by

no test coverage detected