| Modifier and Type | Method and Description |
|---|---|
List<RestTrigger> |
PlanResource.getTriggers(String planKey) |
| Modifier and Type | Method and Description |
|---|---|
List<RestTrigger> |
RestPlan.getTriggers() |
| Modifier and Type | Method and Description |
|---|---|
void |
RestPlan.addTrigger(RestTrigger trigger) |
| Modifier and Type | Method and Description |
|---|---|
void |
RestPlan.setTriggers(List<RestTrigger> triggers) |
| Modifier and Type | Method and Description |
|---|---|
List<RestTrigger> |
RestEnvironment.getTriggers() |
| Constructor and Description |
|---|
RestEnvironment(TestEnvironmentDetails environment,
Function<TestTaskDetails,RestTask> toRestTask,
Function<TestTriggerDetails,RestTrigger> toRestTrigger,
Function<TestNotificationDetails,RestNotification> toRestNotification) |
Copyright © 2022 Atlassian Software Systems Pty Ltd. All rights reserved.