class Evrone::CI::Message::JobLog

Public Class Methods

test_attributes(options = {}) click to toggle source
# File lib/evrone/ci/message/testing.rb, line 76
def test_attributes(options = {})
  {
    build_id: 1,
    job_id:   2,
    log:      'log',
    tm:       1376137604,
    tm_usec:  1234,
  }.merge(options)
end
test_message(options = {}) click to toggle source
# File lib/evrone/ci/message/testing.rb, line 86
def test_message(options = {})
  new test_attributes(options)
end