Class: Google::Apis::ToolresultsV1beta3::ResultsStorage

Inherits:
Object
  • Object
show all
Includes:
Core::Hashable, Core::JsonObjectSupport
Defined in:
lib/google/apis/toolresults_v1beta3/classes.rb,
lib/google/apis/toolresults_v1beta3/representations.rb,
lib/google/apis/toolresults_v1beta3/representations.rb

Overview

The storage for test results.

Instance Attribute Summary collapse

Instance Method Summary collapse

Constructor Details

#initialize(**args) ⇒ ResultsStorage

Returns a new instance of ResultsStorage.



2441
2442
2443
# File 'lib/google/apis/toolresults_v1beta3/classes.rb', line 2441

def initialize(**args)
   update!(**args)
end

Instance Attribute Details

#results_storage_pathGoogle::Apis::ToolresultsV1beta3::FileReference

A reference to a file. Corresponds to the JSON property resultsStoragePath



2434
2435
2436
# File 'lib/google/apis/toolresults_v1beta3/classes.rb', line 2434

def results_storage_path
  @results_storage_path
end

#xunit_xml_fileGoogle::Apis::ToolresultsV1beta3::FileReference

A reference to a file. Corresponds to the JSON property xunitXmlFile



2439
2440
2441
# File 'lib/google/apis/toolresults_v1beta3/classes.rb', line 2439

def xunit_xml_file
  @xunit_xml_file
end

Instance Method Details

#update!(**args) ⇒ Object

Update properties of this object



2446
2447
2448
2449
# File 'lib/google/apis/toolresults_v1beta3/classes.rb', line 2446

def update!(**args)
  @results_storage_path = args[:results_storage_path] if args.key?(:results_storage_path)
  @xunit_xml_file = args[:xunit_xml_file] if args.key?(:xunit_xml_file)
end