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

Returns:

  • (Object)

    the current value of 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

Returns:

  • (Object)

    the current value of 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

Returns:

  • (Object)

    the current value of 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

Returns:

  • (Object)

    the current value of 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

Returns:

  • (Object)

    the current value of type



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

def type
  @type
end