Ejemplo n.º 1
0
 public String getJiraPath(JiraType type) {
   return preferences.get(type.toString(), null);
 }
Ejemplo n.º 2
0
 public void setJiraPath(JiraType type, String path) {
   preferences.put(type.toString(), path);
 }