Sha256: 1f484de706f5b1cc76ca77b2efb5616992aed6c0e322373016f162f445a86f14
Contents?: true
Size: 732 Bytes
Versions: 9
Compression:
Stored size: 732 Bytes
Contents
module Datadog module CI module Ext module Environment module Providers class Travis < Extractor def provider_name: () -> "travisci" def job_url: () -> String? def pipeline_id: () -> String? def pipeline_name: () -> String? def pipeline_number: () -> String? def pipeline_url: () -> String? def workspace_path: () -> String? def git_repository_url: () -> ::String def git_commit_sha: () -> String? def git_branch: () -> String? def git_tag: () -> String? def git_commit_message: () -> String? end end end end end end
Version data entries
9 entries across 9 versions & 1 rubygems