Package hudson.scm.subversion
Class NoopUpdater.TaskImpl
java.lang.Object
hudson.scm.subversion.WorkspaceUpdater.UpdateTask
hudson.scm.subversion.NoopUpdater.TaskImpl
- All Implemented Interfaces:
Serializable,org.jenkinsci.remoting.SerializableOnlyOverRemoting
- Enclosing class:
NoopUpdater
- See Also:
-
Field Summary
Fields inherited from class hudson.scm.subversion.WorkspaceUpdater.UpdateTask
authProvider, clientManager, listener, location, manager, quietOperation, revisions, timestamp, ws -
Constructor Summary
Constructors -
Method Summary
Methods inherited from class hudson.scm.subversion.WorkspaceUpdater.UpdateTask
delegateTo, delegateTo, getRevision, getSvnDepthMethods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, waitMethods inherited from interface org.jenkinsci.remoting.SerializableOnlyOverRemoting
getChannelForSerialization
-
Constructor Details
-
TaskImpl
public TaskImpl()
-
-
Method Details
-
perform
Description copied from class:WorkspaceUpdater.UpdateTaskPerforms the checkout/update.Use the fields defined in this class that defines the parameters of the check out.
- Specified by:
performin classWorkspaceUpdater.UpdateTask- Returns:
- Where svn:external mounting happened. Can be empty but never null.
- Throws:
IOExceptionInterruptedException
-