public class ReleaseApiPart extends ApiPart<Release> implements ReleaseApi
| Constructor and Description | 
|---|
| ReleaseApiPart(ParentApiPart parentApiPart) | 
| Modifier and Type | Method and Description | 
|---|---|
| RetrieveUpdateDeleteApi<Build> | build(String idOrName)Use a specific release. | 
| QueryAndCreateApi<Build> | builds()Query for all the builds belonging to this release, no filtering. | 
| javax.ws.rs.client.WebTarget | getWebTarget() | 
create, delete, findOrCreate, get, getList, getParent, getSlickClient, getWebTargetForRequest, makeRequest, updateclone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, waitdelete, get, updatepublic ReleaseApiPart(ParentApiPart parentApiPart)
public javax.ws.rs.client.WebTarget getWebTarget()
                                          throws SlickError
getWebTarget in interface ParentApiPartgetWebTarget in class ApiPart<Release>SlickErrorpublic QueryAndCreateApi<Build> builds()
ReleaseApibuilds in interface ReleaseApipublic RetrieveUpdateDeleteApi<Build> build(String idOrName)
ReleaseApibuild in interface ReleaseApiidOrName - The id or name of the buildCopyright © 2015. All rights reserved.