Package com.google.gerrit.server.project
Class RefResource
- java.lang.Object
- 
- com.google.gerrit.server.project.ProjectResource
- 
- com.google.gerrit.server.project.RefResource
 
 
- 
- All Implemented Interfaces:
- RestResource
 - Direct Known Subclasses:
- BranchResource,- TagResource
 
 public abstract class RefResource extends ProjectResource 
- 
- 
Nested Class Summary- 
Nested classes/interfaces inherited from interface com.google.gerrit.extensions.restapi.RestResourceRestResource.HasETag, RestResource.HasLastModified
 
- 
 - 
Field Summary- 
Fields inherited from class com.google.gerrit.server.project.ProjectResourcePROJECT_KIND
 
- 
 - 
Constructor SummaryConstructors Constructor Description RefResource(ProjectControl control)
 - 
Method SummaryAll Methods Instance Methods Abstract Methods Modifier and Type Method Description abstract StringgetRef()abstract StringgetRevision()- 
Methods inherited from class com.google.gerrit.server.project.ProjectResourcegetControl, getName, getNameKey, getProjectState, getUser
 
- 
 
- 
- 
- 
Constructor Detail- 
RefResourcepublic RefResource(ProjectControl control) 
 
- 
 
-