class Evrone::CI::Message::BuildLog

Public Class Methods

test_attributes(options = {}) click to toggle source
# File lib/evrone/ci/message/testing.rb, line 96
def test_attributes(options = {})
  {
    build_id: 1,
    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 105
def test_message(options = {})
  new test_attributes(options)
end