public class Scenario extends Object
| Modifier and Type | Class and Description |
|---|---|
static class |
Scenario.BackendListener |
static class |
Scenario.BackendListenerSettings |
| Constructor and Description |
|---|
Scenario(String id,
Set<String> tags) |
Scenario(User user,
Project project,
String name,
List<UserLoad> userLoads,
Set<String> tags) |
| Modifier and Type | Method and Description |
|---|---|
String |
getId() |
Project |
getProject() |
Set<String> |
getTags() |
String |
getUrl() |
void |
setProject(Project project) |
Copyright © 2022. All rights reserved.