| | |
| | | import com.gitblit.models.UserModel; |
| | | import com.gitblit.transport.ssh.commands.CommandMetaData; |
| | | import com.gitblit.transport.ssh.commands.DispatchCommand; |
| | | import com.gitblit.transport.ssh.commands.ListCommand; |
| | | import com.gitblit.transport.ssh.commands.ListRegexCommand; |
| | | import com.gitblit.utils.FlipTable; |
| | | import com.gitblit.utils.FlipTable.Borders; |
| | | |
| | |
| | | |
| | | /* List projects */ |
| | | @CommandMetaData(name = "list", aliases= { "ls" }, description = "List projects") |
| | | public static class ListProjects extends ListCommand<ProjectModel> { |
| | | public static class ListProjects extends ListRegexCommand<ProjectModel> { |
| | | |
| | | @Override |
| | | protected List<ProjectModel> getItems() { |