Class: Google::Apis::ToolresultsV1beta3::PublishXunitXmlFilesRequest

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

Request message for StepService.PublishXunitXmlFiles.

Instance Attribute Summary collapse

Instance Method Summary collapse

Constructor Details

#initialize(**args) ⇒ PublishXunitXmlFilesRequest

Returns a new instance of PublishXunitXmlFilesRequest.



2353
2354
2355
# File 'lib/google/apis/toolresults_v1beta3/classes.rb', line 2353

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

Instance Attribute Details

#xunit_xml_filesArray<Google::Apis::ToolresultsV1beta3::FileReference>

URI of the Xunit XML files to publish. The maximum size of the file this reference is pointing to is 50MB. Required. Corresponds to the JSON property xunitXmlFiles



2351
2352
2353
# File 'lib/google/apis/toolresults_v1beta3/classes.rb', line 2351

def xunit_xml_files
  @xunit_xml_files
end

Instance Method Details

#update!(**args) ⇒ Object

Update properties of this object



2358
2359
2360
# File 'lib/google/apis/toolresults_v1beta3/classes.rb', line 2358

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