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