Sha256: 43f5554fd612dae58b016f2ba0b9a1a9dc7238bb46ef2fa68611756ec16034f3
Contents?: true
Size: 1013 Bytes
Versions: 9
Compression:
Stored size: 1013 Bytes
Contents
module Datadog module CI module Ext module Environment module Providers class Appveyor < Base @github_repo_provider: bool @url: String def provider_name: () -> "appveyor" def pipeline_url: () -> String? def job_url: () -> String? def workspace_path: () -> String? def pipeline_id: () -> String? def pipeline_name: () -> String? def pipeline_number: () -> String? def git_repository_url: () -> String? def git_commit_sha: () -> String? def git_branch: () -> String? def git_tag: () -> String? def git_commit_author_name: () -> String? def git_commit_author_email: () -> String? def git_commit_message: () -> String? def github_repo_provider?: () -> bool private def url: () -> String? end end end end end end
Version data entries
9 entries across 9 versions & 1 rubygems