C# Class Benchmarker.Models.RunSet

Inheritance: ApiObject
Show file Open project: xamarin/benchmarker Class Usage Examples

Public Properties

Property Type Description
DATETIME_FORMAT string
DATETIME_PRETTY string

Public Methods

Method Description
AsDict ( ) : object>.IDictionary
FromId ( Machine local_machine, long local_runsetid, Config local_config, Benchmarker.Models.Commit local_mainCommit, List local_secondaryCommits, string local_buildURL, string local_logURL ) : Task
RunSet ( ) : System
Upload ( ) : Task

Method Details

AsDict() public method

public AsDict ( ) : object>.IDictionary
return object>.IDictionary

FromId() public static method

public static FromId ( Machine local_machine, long local_runsetid, Config local_config, Benchmarker.Models.Commit local_mainCommit, List local_secondaryCommits, string local_buildURL, string local_logURL ) : Task
local_machine Machine
local_runsetid long
local_config Config
local_mainCommit Benchmarker.Models.Commit
local_secondaryCommits List
local_buildURL string
local_logURL string
return Task

RunSet() public method

public RunSet ( ) : System
return System

Upload() public method

public Upload ( ) : Task
return Task

Property Details

DATETIME_FORMAT public static property

public static string DATETIME_FORMAT
return string

DATETIME_PRETTY public static property

public static string DATETIME_PRETTY
return string