interface CommandInterface (View source)

Task that implements this interface can be injected as a parameter for other task.

This task can be represented as executable command.

Methods

string
getCommand()

Returns command that can be executed.

Details

string getCommand()

Returns command that can be executed.

This method is used to pass generated command from one task to another.

Return Value

string