hudson.plugins.perforce
Class QuickCleaner

java.lang.Object
  extended by hudson.plugins.perforce.QuickCleaner

public class QuickCleaner
extends Object

Author:
rpetti

Nested Class Summary
static class QuickCleaner.PerforceCall
           
static interface QuickCleaner.RemoteCall
           
 
Method Summary
 void call(QuickCleaner.RemoteCall remoteCall)
           
 void doClean()
           
 void doRestore()
           
 void exec()
           
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Method Detail

doClean

public void doClean()
             throws PerforceException
Throws:
PerforceException

doRestore

public void doRestore()
               throws PerforceException
Throws:
PerforceException

exec

public void exec()
          throws PerforceException
Throws:
PerforceException

call

public void call(QuickCleaner.RemoteCall remoteCall)
          throws PerforceException
Throws:
PerforceException


Copyright © 2004-2012 Hudson. All Rights Reserved.