Modifier and Type | Method and Description |
---|---|
List<RestTrigger> |
PlanResource.getTriggers(String planKey) |
Modifier and Type | Method and Description |
---|---|
List<RestTrigger> |
PlansControl.getTriggers(PlanKey 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 © 2021 Atlassian Software Systems Pty Ltd. All rights reserved.