Package se.conciliate.extensions.actions
Interface CommandLineTask
public interface CommandLineTask
A task that can be run from the command line.
-
Nested Class Summary
Nested Classes -
Method Summary
Modifier and TypeMethodDescriptiongetId()
Returns the unique id of this task.void
Runs the task.
-
Method Details
-
getId
String getId()Returns the unique id of this task. This is specified with the "task-id" parameter when running the task from the command-line.- Returns:
- the unique id of this task.
-
run
Runs the task. At this point the program will have connected to a repository according to the other parameters sent to the command line.- Parameters:
cl
- The command line options.
-