Class: DatadogAPIClient::V2::CIAppHostInfo

Inherits:
Object
  • Object
show all
Includes:
BaseGenericModel
Defined in:
lib/datadog_api_client/v2/models/ci_app_host_info.rb

Overview

Contains information of the host running the pipeline, stage, job, or step.

Instance Attribute Summary collapse

Method Summary

Methods included from BaseGenericModel

included

Instance Attribute Details

#hostnameObject

FQDN of the host.



25
26
27
# File 'lib/datadog_api_client/v2/models/ci_app_host_info.rb', line 25

def hostname
  @hostname
end

#labelsObject

A list of labels used to select or identify the node.



28
29
30
# File 'lib/datadog_api_client/v2/models/ci_app_host_info.rb', line 28

def labels
  @labels
end

#nameObject

Name for the host.



31
32
33
# File 'lib/datadog_api_client/v2/models/ci_app_host_info.rb', line 31

def name
  @name
end

#workspaceObject

The path where the code is checked out.



34
35
36
# File 'lib/datadog_api_client/v2/models/ci_app_host_info.rb', line 34

def workspace
  @workspace
end