Package com.google.gerrit.sshd
Interface BaseCommand.ProjectCommandRunnable
-
- All Superinterfaces:
BaseCommand.CommandRunnable
- Enclosing class:
- BaseCommand
public static interface BaseCommand.ProjectCommandRunnable extends BaseCommand.CommandRunnable
Runnable function which can retrieve a project name related to the task
-
-
Method Summary
All Methods Instance Methods Abstract Methods Modifier and Type Method Description void
executeParseCommand()
Project.NameKey
getProjectName()
-
Methods inherited from interface com.google.gerrit.sshd.BaseCommand.CommandRunnable
run
-
-
-
-
Method Detail
-
getProjectName
Project.NameKey getProjectName()
-
-