| Package | Description |
|---|---|
| com.slickqa.client.apiparts | |
| com.slickqa.client.impl | |
| com.slickqa.client.model |
| Modifier and Type | Method and Description |
|---|---|
RetrieveUpdateDeleteApi<Component> |
ProjectApi.component(String idOrName)
Retrieve, update, or delete a specific component.
|
QueryAndCreateApi<Component> |
ProjectApi.components()
Query for all the components belonging to the specified project.
|
| Modifier and Type | Method and Description |
|---|---|
RetrieveUpdateDeleteApi<Component> |
ProjectApiPart.component(String idOrName) |
QueryAndCreateApi<Component> |
ProjectApiPart.components() |
| Modifier and Type | Method and Description |
|---|---|
List<Component> |
Project.getComponents() |
| Modifier and Type | Method and Description |
|---|---|
void |
Project.setComponents(List<Component> components) |
Copyright © 2015. All rights reserved.