public class ProjectApiPart extends ApiPart<Project> implements ProjectApi
| Constructor and Description |
|---|
ProjectApiPart(ParentApiPart parent) |
| Modifier and Type | Method and Description |
|---|---|
RetrieveUpdateDeleteApi<Component> |
component(String idOrName)
Retrieve, update, or delete a specific component.
|
QueryAndCreateApi<Component> |
components()
Query for all the components belonging to the specified project.
|
javax.ws.rs.client.WebTarget |
getWebTarget() |
ReleaseApi |
release(String idOrName)
Use a specific release.
|
QueryAndCreateApi<Release> |
releases()
Query for all the releases, no filtering.
|
create, delete, findOrCreate, get, getList, getParent, getSlickClient, getWebTargetForRequest, makeRequest, updateclone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, waitdelete, get, updatepublic ProjectApiPart(ParentApiPart parent)
public javax.ws.rs.client.WebTarget getWebTarget()
throws SlickError
getWebTarget in interface ParentApiPartgetWebTarget in class ApiPart<Project>SlickErrorpublic QueryAndCreateApi<Release> releases()
ProjectApireleases in interface ProjectApipublic ReleaseApi release(String idOrName)
ProjectApirelease in interface ProjectApiidOrName - The id or name of the release.public QueryAndCreateApi<Component> components()
ProjectApicomponents in interface ProjectApipublic RetrieveUpdateDeleteApi<Component> component(String idOrName)
ProjectApicomponent in interface ProjectApiidOrName - the id or name of the component.Copyright © 2015. All rights reserved.