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.



2414
2415
2416
# File 'lib/google/apis/toolresults_v1beta3/classes.rb', line 2414

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



2407
2408
2409
# File 'lib/google/apis/toolresults_v1beta3/classes.rb', line 2407

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



2412
2413
2414
# File 'lib/google/apis/toolresults_v1beta3/classes.rb', line 2412

def xunit_xml_file
  @xunit_xml_file
end

Instance Method Details

#update!(**args) ⇒ Object

Update properties of this object



2419
2420
2421
2422
# File 'lib/google/apis/toolresults_v1beta3/classes.rb', line 2419

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