hudson.plugins.tfs.actions
Class RemoveWorkspaceAction

java.lang.Object
  extended by hudson.plugins.tfs.actions.RemoveWorkspaceAction

public class RemoveWorkspaceAction
extends java.lang.Object

Removes a workspace from a TFS server. The tf command "workspace /delete" removes any mappings also.

Author:
Erik Ramfelt

Constructor Summary
RemoveWorkspaceAction(java.lang.String workspaceName)
           
 
Method Summary
 boolean remove(Server server)
           
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Constructor Detail

RemoveWorkspaceAction

public RemoveWorkspaceAction(java.lang.String workspaceName)
Method Detail

remove

public boolean remove(Server server)
               throws java.io.IOException,
                      java.lang.InterruptedException
Throws:
java.io.IOException
java.lang.InterruptedException


Copyright © 2010. All Rights Reserved.