Class ScheduleRunRequest

    • Method Detail

      • projectArn

        public final String projectArn()

        The ARN of the project for the run to be scheduled.

        Returns:
        The ARN of the project for the run to be scheduled.
      • devicePoolArn

        public final String devicePoolArn()

        The ARN of the device pool for the run to be scheduled.

        Returns:
        The ARN of the device pool for the run to be scheduled.
      • deviceSelectionConfiguration

        public final DeviceSelectionConfiguration deviceSelectionConfiguration()

        The filter criteria used to dynamically select a set of devices for a test run and the maximum number of devices to be included in the run.

        Either devicePoolArn or deviceSelectionConfiguration is required in a request.

        Returns:
        The filter criteria used to dynamically select a set of devices for a test run and the maximum number of devices to be included in the run.

        Either devicePoolArn or deviceSelectionConfiguration is required in a request.

      • name

        public final String name()

        The name for the run to be scheduled.

        Returns:
        The name for the run to be scheduled.
      • test

        public final ScheduleRunTest test()

        Information about the test for the run to be scheduled.

        Returns:
        Information about the test for the run to be scheduled.
      • configuration

        public final ScheduleRunConfiguration configuration()

        Information about the settings for the run to be scheduled.

        Returns:
        Information about the settings for the run to be scheduled.
      • executionConfiguration

        public final ExecutionConfiguration executionConfiguration()

        Specifies configuration information about a test run, such as the execution timeout (in minutes).

        Returns:
        Specifies configuration information about a test run, such as the execution timeout (in minutes).
      • toString

        public final String toString()
        Returns a string representation of this object. This is useful for testing and debugging. Sensitive data will be redacted from this string using a placeholder value.
        Overrides:
        toString in class Object