Class: Buildkite::TestCollector::UUID
- Inherits:
-
Object
- Object
- Buildkite::TestCollector::UUID
- Defined in:
- lib/buildkite/test_collector/uuid.rb
Class Method Summary collapse
- .call ⇒ Object
-
.v7 ⇒ Object
Time-sortable UUID used for execution external IDs, giving storage locality when persisted (e.g. as a ClickHouse primary key component).
Class Method Details
.call ⇒ Object
13 14 15 |
# File 'lib/buildkite/test_collector/uuid.rb', line 13 def self.call GET_UUID.call end |