Example #1
0
 static {
   nexusTasksRestClient = new TasksNexusRestClient(RequestFacade.getNexusRestClient());
 }
Example #2
0
 public GroupMessageUtil(AbstractNexusIntegrationTest test, XStream xstream, MediaType mediaType) {
   super(test);
   groupNRC =
       new RepositoryGroupsNexusRestClient(RequestFacade.getNexusRestClient(), xstream, mediaType);
 }