Package com.google.gerrit.server.git
Interface ProjectRunnable
- All Superinterfaces:
- Runnable
- All Known Implementing Classes:
- ProjectRunnable.FromCallable,- WorkQueue.ProjectTask
Used to retrieve the project name from an operation *
- 
Nested Class SummaryNested Classes
- 
Method SummaryModifier and TypeMethodDescriptionstatic <T> FutureTask<T>fromCallable(Callable<T> callable, Project.NameKey projectName, String operationName, String remoteHostname, boolean hasCustomPrint) Wraps the callable as aFutureTaskand makes it comply with theProjectRunnableinterface.boolean
- 
Method Details- 
getProjectNameKeyProject.NameKey getProjectNameKey()
- 
getRemoteNameString getRemoteName()
- 
hasCustomizedPrintboolean hasCustomizedPrint()
- 
fromCallablestatic <T> FutureTask<T> fromCallable(Callable<T> callable, Project.NameKey projectName, String operationName, String remoteHostname, boolean hasCustomPrint) Wraps the callable as aFutureTaskand makes it comply with theProjectRunnableinterface.
 
-