Class: Buildkite::TestCollector::UUID

Inherits:
Object
  • Object
show all
Defined in:
lib/buildkite/test_collector/uuid.rb

Class Method Summary collapse

Class Method Details

.callObject



13
14
15
# File 'lib/buildkite/test_collector/uuid.rb', line 13

def self.call
  GET_UUID.call
end

.v7Object

Time-sortable UUID used for execution external IDs, giving storage locality when persisted (e.g. as a ClickHouse primary key component).



19
20
21
# File 'lib/buildkite/test_collector/uuid.rb', line 19

def self.v7
  GET_UUID_V7.call
end