Skip to content

/AWS1/CL_DFM=>SCHEDULERUN()

About ScheduleRun

Schedules a run.

Method Signature

IMPORTING

Required arguments:

IV_PROJECTARN TYPE /AWS1/DFMAMAZONRESOURCENAME /AWS1/DFMAMAZONRESOURCENAME

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

IO_TEST TYPE REF TO /AWS1/CL_DFMSCHEDULERUNTEST /AWS1/CL_DFMSCHEDULERUNTEST

Information about the test for the run to be scheduled.

Optional arguments:

IV_APPARN TYPE /AWS1/DFMAMAZONRESOURCENAME /AWS1/DFMAMAZONRESOURCENAME

The ARN of an application package to run tests against, created with CreateUpload. See ListUploads.

IV_DEVICEPOOLARN TYPE /AWS1/DFMAMAZONRESOURCENAME /AWS1/DFMAMAZONRESOURCENAME

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

IO_DEVICESELECTIONCONF TYPE REF TO /AWS1/CL_DFMDEVSELECTIONCONF /AWS1/CL_DFMDEVSELECTIONCONF

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.

IV_NAME TYPE /AWS1/DFMNAME /AWS1/DFMNAME

The name for the run to be scheduled.

IO_CONFIGURATION TYPE REF TO /AWS1/CL_DFMSCHEDULERUNCONF /AWS1/CL_DFMSCHEDULERUNCONF

Information about the settings for the run to be scheduled.

IO_EXECUTIONCONFIGURATION TYPE REF TO /AWS1/CL_DFMEXECUTIONCONF /AWS1/CL_DFMEXECUTIONCONF

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

RETURNING

OO_OUTPUT TYPE REF TO /AWS1/CL_DFMSCHEDULERUNRESULT /AWS1/CL_DFMSCHEDULERUNRESULT