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(DynamicOptions pluginOptions)
Project.NameKey
getProjectName()
-
Methods inherited from interface com.google.gerrit.sshd.BaseCommand.CommandRunnable
run
-
-
-
-
Method Detail
-
executeParseCommand
void executeParseCommand(DynamicOptions pluginOptions) throws Exception
- Throws:
Exception
-
getProjectName
Project.NameKey getProjectName()
-
-