Starting March 27, 2025, we recommend using android-latest-release
instead of aosp-main
to build and contribute to AOSP. For more information, see Changes to AOSP.
Stay organized with collections
Save and categorize content based on your preferences.
XmlSuiteResultFormatter.RunHistory
public
static
final
class
XmlSuiteResultFormatter.RunHistory
extends Object
java.lang.Object
|
↳ |
com.android.tradefed.result.suite.XmlSuiteResultFormatter.RunHistory
|
Helper object for JSON conversion.
Summary
Fields
commandLineArgs
public String commandLineArgs
endTime
public long endTime
failedTests
public long failedTests
hostName
public String hostName
passedTests
public long passedTests
startTime
public long startTime
Public constructors
RunHistory
public RunHistory ()
Content and code samples on this page are subject to the licenses described in the Content License. Java and OpenJDK are trademarks or registered trademarks of Oracle and/or its affiliates.
Last updated 2023-03-08 UTC.
[[["Easy to understand","easyToUnderstand","thumb-up"],["Solved my problem","solvedMyProblem","thumb-up"],["Other","otherUp","thumb-up"]],[["Missing the information I need","missingTheInformationINeed","thumb-down"],["Too complicated / too many steps","tooComplicatedTooManySteps","thumb-down"],["Out of date","outOfDate","thumb-down"],["Samples / code issue","samplesCodeIssue","thumb-down"],["Other","otherDown","thumb-down"]],["Last updated 2023-03-08 UTC."],[],[],null,["# XmlSuiteResultFormatter.RunHistory\n==================================\n\n\n`\npublic\nstatic\nfinal\n\nclass\nXmlSuiteResultFormatter.RunHistory\n`\n\n\n`\n\nextends Object\n\n\n`\n\n`\n\n\n`\n\n|---|----------------------------------------------------------------------|\n| java.lang.Object ||\n| ↳ | com.android.tradefed.result.suite.XmlSuiteResultFormatter.RunHistory |\n\n\u003cbr /\u003e\n\n*** ** * ** ***\n\nHelper object for JSON conversion.\n\nSummary\n-------\n\n| ### Fields ||\n|------------------|------------------------------------------------------------------------------------------------------------------------------------------------------|\n| ` public String` | [commandLineArgs](../../../../../../../reference/tradefed/com/android/tradefed/result/suite/XmlSuiteResultFormatter.RunHistory.html#commandLineArgs) |\n| ` public long` | [endTime](../../../../../../../reference/tradefed/com/android/tradefed/result/suite/XmlSuiteResultFormatter.RunHistory.html#endTime) |\n| ` public long` | [failedTests](../../../../../../../reference/tradefed/com/android/tradefed/result/suite/XmlSuiteResultFormatter.RunHistory.html#failedTests) |\n| ` public String` | [hostName](../../../../../../../reference/tradefed/com/android/tradefed/result/suite/XmlSuiteResultFormatter.RunHistory.html#hostName) |\n| ` public long` | [passedTests](../../../../../../../reference/tradefed/com/android/tradefed/result/suite/XmlSuiteResultFormatter.RunHistory.html#passedTests) |\n| ` public long` | [startTime](../../../../../../../reference/tradefed/com/android/tradefed/result/suite/XmlSuiteResultFormatter.RunHistory.html#startTime) |\n\n| ### Public constructors ||\n|------------------------------------------------------------------------------------------------------------------------------------------------------|---|\n| ` `[RunHistory](../../../../../../../reference/tradefed/com/android/tradefed/result/suite/XmlSuiteResultFormatter.RunHistory.html#RunHistory())`() ` |\n\nFields\n------\n\n### commandLineArgs\n\n```\npublic String commandLineArgs\n```\n\n\u003cbr /\u003e\n\n\u003cbr /\u003e\n\n### endTime\n\n```\npublic long endTime\n```\n\n\u003cbr /\u003e\n\n\u003cbr /\u003e\n\n### failedTests\n\n```\npublic long failedTests\n```\n\n\u003cbr /\u003e\n\n\u003cbr /\u003e\n\n### hostName\n\n```\npublic String hostName\n```\n\n\u003cbr /\u003e\n\n\u003cbr /\u003e\n\n### passedTests\n\n```\npublic long passedTests\n```\n\n\u003cbr /\u003e\n\n\u003cbr /\u003e\n\n### startTime\n\n```\npublic long startTime\n```\n\n\u003cbr /\u003e\n\n\u003cbr /\u003e\n\nPublic constructors\n-------------------\n\n### RunHistory\n\n```\npublic RunHistory ()\n```\n\n\u003cbr /\u003e\n\n\u003cbr /\u003e"]]