Closed gabryelreyes closed 5 months ago
The Server class is used to communicate with the Jira server, therefore is used by almost every command. Until now, each command makes its own Server instance. However this can be handled before the command is called,. This reduces code duplication.
The Server class is used to communicate with the Jira server, therefore is used by almost every command. Until now, each command makes its own Server instance. However this can be handled before the command is called,. This reduces code duplication.