Index
A B C D E F G I K L M O P R S T U V W
All Classes|All Packages
All Classes|All Packages
All Classes|All Packages
E
- EligibleCampaignRun - Class in com.cyara.apisamples
-
Used to create a scheduled campaign run with test cases that have the same frequency and fall under the same runtimes.
- EligibleCampaignRun(Date, Date, ArrayList<EligibleTestCase>, int, int, int, boolean, Date, int) - Constructor for class com.cyara.apisamples.EligibleCampaignRun
-
The constructor to create an EligibleCampaignRun object
- eligibleRunId - Variable in class com.cyara.apisamples.EligibleCampaignRun
- EligibleTestCase - Class in com.cyara.apisamples
-
Used for test cases that are currently supposed to run for the currentDate we're on inside
SchedulePulseCampaigns
. - EligibleTestCase(int, int, int, int, String, String, String, Date, Date) - Constructor for class com.cyara.apisamples.EligibleTestCase
-
The constructor to create an EligibleTestCase object
- eligibleTestCases - Variable in class com.cyara.apisamples.EligibleCampaignRun
- endDate - Variable in class com.cyara.apisamples.EligibleTestCase
- endTime - Variable in class com.cyara.apisamples.EligibleTestCase
- executeCampaign(int) - Method in class com.cyara.apisamples.ApiFunctionalities
-
Immediately starts the specified campaign
- executeTestCase(int) - Method in class com.cyara.apisamples.ApiFunctionalities
-
Runs the test case as a single validation run
- exportBlock(int) - Method in class com.cyara.apisamples.ApiFunctionalities
-
Exports a single block as Cyara XML
- exportBlocks(ArrayList<Integer>) - Method in class com.cyara.apisamples.ApiFunctionalities
-
Exports one or more blocks as Cyara XML
- exportCXModel(int) - Method in class com.cyara.apisamples.ApiFunctionalities
-
Makes an API call to export the specified CX Model into CX Model Json
- exportTestCase(int, String) - Method in class com.cyara.apisamples.ApiFunctionalities
-
Exports a single test case as Cyara XML
- exportTestCases(ArrayList<Integer>, String) - Method in class com.cyara.apisamples.ApiFunctionalities
-
Exports one or more test cases as Cyara XML
All Classes|All Packages