Class: GitlabQuality::TestTooling::JobTraceAnalyzer::FailureTraceDefinition

Inherits:
Struct
  • Object
show all
Defined in:
lib/gitlab_quality/test_tooling/job_trace_analyzer.rb

Instance Attribute Summary collapse

Instance Attribute Details

#labelObject

Returns the value of attribute label



10
11
12
# File 'lib/gitlab_quality/test_tooling/job_trace_analyzer.rb', line 10

def label
  @label
end

#languageObject

Returns the value of attribute language



10
11
12
# File 'lib/gitlab_quality/test_tooling/job_trace_analyzer.rb', line 10

def language
  @language
end

#trace_endObject

Returns the value of attribute trace_end



10
11
12
# File 'lib/gitlab_quality/test_tooling/job_trace_analyzer.rb', line 10

def trace_end
  @trace_end
end

#trace_startObject

Returns the value of attribute trace_start



10
11
12
# File 'lib/gitlab_quality/test_tooling/job_trace_analyzer.rb', line 10

def trace_start
  @trace_start
end

#typeObject

Returns the value of attribute type



10
11
12
# File 'lib/gitlab_quality/test_tooling/job_trace_analyzer.rb', line 10

def type
  @type
end