Generalize method and constant names for runner management
This commit is contained in:
@@ -5,7 +5,15 @@ class Runner::Strategy
|
||||
@execution_environment = environment
|
||||
end
|
||||
|
||||
def self.request_from_management
|
||||
def self.config
|
||||
raise NotImplementedError
|
||||
end
|
||||
|
||||
def self.sync_environment(_environment)
|
||||
raise NotImplementedError
|
||||
end
|
||||
|
||||
def self.request_from_management(_environment)
|
||||
raise NotImplementedError
|
||||
end
|
||||
|
||||
|
Reference in New Issue
Block a user