All Downloads are FREE. Search and download functionalities are using the official Maven repository.

target.apidocs.com.google.api.services.toolresults.model.ShardSummary.html Maven / Gradle / Ivy







ShardSummary (Cloud Tool Results API v1beta3-rev20210809-2.0.0)












com.google.api.services.toolresults.model

Class ShardSummary

    • Constructor Detail

      • ShardSummary

        public ShardSummary()
    • Method Detail

      • getRuns

        public List<StepSummary> getRuns()
        Summaries of the steps belonging to the shard. With flaky_test_attempts enabled from TestExecutionService, more than one run (Step) can present. And the runs will be sorted by multistep_number.
        Returns:
        value or null for none
      • setRuns

        public ShardSummary setRuns(List<StepSummary> runs)
        Summaries of the steps belonging to the shard. With flaky_test_attempts enabled from TestExecutionService, more than one run (Step) can present. And the runs will be sorted by multistep_number.
        Parameters:
        runs - runs or null for none
      • getShardResult

        public MergedResult getShardResult()
        Merged result of the shard.
        Returns:
        value or null for none
      • setShardResult

        public ShardSummary setShardResult(MergedResult shardResult)
        Merged result of the shard.
        Parameters:
        shardResult - shardResult or null for none

Copyright © 2011–2022 Google. All rights reserved.





© 2015 - 2025 Weber Informatics LLC | Privacy Policy