Examples of EmptyTrashTask


Examples of org.sonatype.nexus.tasks.EmptyTrashTask

  @Override
  @DELETE
  public void delete(Context context, Request request, Response response)
      throws ResourceException
  {
    EmptyTrashTask task = nexusScheduler.createTaskInstance(EmptyTrashTask.class);

    nexusScheduler.submit("Internal", task);

    response.setStatus(Status.SUCCESS_NO_CONTENT);
  }
View Full Code Here
TOP
Copyright © 2018 www.massapi.com. All rights reserved.
All source code are property of their respective owners. Java is a trademark of Sun Microsystems, Inc and owned by ORACLE Inc. Contact coftware#gmail.com.