Class: Backend::Api::BuildResults::Worker

Inherits:
Object
  • Object
show all
Extended by:
ConnectionHelper
Defined in:
api/build_results/worker.rb

Overview

Class that connect to endpoints related to the workers

Class Method Summary collapse

Class Method Details

.statusString

Returns the worker status

Returns:

  • (String)


10
11
12
# File 'api/build_results/worker.rb', line 10

def self.status
  http_get('/build/_workerstatus')
end