Details
-
Task
-
Status: Closed
-
Major
-
Resolution: Fixed
-
None
-
None
Description
instead of having an execute() method, the ScmProvider interface should have individual commands in the interface, like ScmManager currently does.
In fact, after this, the ScmManager need not have the commands, and just needs to expose a getProvider method.
This should eventually lead to the removal of CommandNameConstants