예제 #1
0
 private static void getProject(RedmineManager mgr)
     throws IOException, AuthenticationException, RedmineException, NotFoundException {
   Project test = mgr.getProjectByKey("test");
   System.out.println(test);
 }