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

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







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












com.google.api.services.toolresults.model

Class AndroidRoboTest

    • Constructor Detail

      • AndroidRoboTest

        public AndroidRoboTest()
    • Method Detail

      • getAppInitialActivity

        public String getAppInitialActivity()
        The initial activity that should be used to start the app. Optional
        Returns:
        value or null for none
      • setAppInitialActivity

        public AndroidRoboTest setAppInitialActivity(String appInitialActivity)
        The initial activity that should be used to start the app. Optional
        Parameters:
        appInitialActivity - appInitialActivity or null for none
      • getBootstrapPackageId

        public String getBootstrapPackageId()
        The java package for the bootstrap. Optional
        Returns:
        value or null for none
      • setBootstrapPackageId

        public AndroidRoboTest setBootstrapPackageId(String bootstrapPackageId)
        The java package for the bootstrap. Optional
        Parameters:
        bootstrapPackageId - bootstrapPackageId or null for none
      • getBootstrapRunnerClass

        public String getBootstrapRunnerClass()
        The runner class for the bootstrap. Optional
        Returns:
        value or null for none
      • setBootstrapRunnerClass

        public AndroidRoboTest setBootstrapRunnerClass(String bootstrapRunnerClass)
        The runner class for the bootstrap. Optional
        Parameters:
        bootstrapRunnerClass - bootstrapRunnerClass or null for none
      • getMaxDepth

        public Integer getMaxDepth()
        The max depth of the traversal stack Robo can explore. Optional
        Returns:
        value or null for none
      • setMaxDepth

        public AndroidRoboTest setMaxDepth(Integer maxDepth)
        The max depth of the traversal stack Robo can explore. Optional
        Parameters:
        maxDepth - maxDepth or null for none
      • getMaxSteps

        public Integer getMaxSteps()
        The max number of steps/actions Robo can execute. Default is no limit (0). Optional
        Returns:
        value or null for none
      • setMaxSteps

        public AndroidRoboTest setMaxSteps(Integer maxSteps)
        The max number of steps/actions Robo can execute. Default is no limit (0). Optional
        Parameters:
        maxSteps - maxSteps or null for none

Copyright © 2011–2022 Google. All rights reserved.





© 2015 - 2025 Weber Informatics LLC | Privacy Policy