hudson.plugins.cloneworkspace
Class CloneWorkspacePublisher.WorkspaceSnapshotZip

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

public static final class CloneWorkspacePublisher.WorkspaceSnapshotZip
extends hudson.WorkspaceSnapshot


Constructor Summary
CloneWorkspacePublisher.WorkspaceSnapshotZip()
           
 
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.WorkspaceSnapshotZip

public CloneWorkspacePublisher.WorkspaceSnapshotZip()
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.