Package org.sonatype.nexus.tasks

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

Related Classes of org.sonatype.nexus.tasks.EmptyTrashTask

Copyright © 2018 www.massapicom. 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.