hudson.plugins.cloneworkspace
Class CloneWorkspacePublisher.WorkspaceSnapshotTar

java.lang.Object
  extended by hudson.WorkspaceSnapshot
      extended by hudson.plugins.cloneworkspace.CloneWorkspacePublisher.WorkspaceSnapshotTar
All Implemented Interfaces:
hudson.model.Action, hudson.model.ModelObject
Enclosing class:
CloneWorkspacePublisher

public static final class CloneWorkspacePublisher.WorkspaceSnapshotTar
extends hudson.WorkspaceSnapshot


Constructor Summary
CloneWorkspacePublisher.WorkspaceSnapshotTar()
           
 
Method Summary
 void restoreTo(hudson.model.AbstractBuild<?,?> owner, hudson.FilePath dst, hudson.model.TaskListener listener)
           
 
Methods inherited from class hudson.WorkspaceSnapshot
getDisplayName, getIconFileName, getUrlName
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Constructor Detail

CloneWorkspacePublisher.WorkspaceSnapshotTar

public CloneWorkspacePublisher.WorkspaceSnapshotTar()
Method Detail

restoreTo

public void restoreTo(hudson.model.AbstractBuild<?,?> owner,
                      hudson.FilePath dst,
                      hudson.model.TaskListener listener)
               throws java.io.IOException,
                      java.lang.InterruptedException
Specified by:
restoreTo in class hudson.WorkspaceSnapshot
Throws:
java.io.IOException
java.lang.InterruptedException


Copyright © 2012. All Rights Reserved.