org.jvnet.hudson.plugins.shelveproject
Class DeleteProjectExecutable

java.lang.Object
  extended by org.jvnet.hudson.plugins.shelveproject.DeleteProjectExecutable
All Implemented Interfaces:
hudson.model.Queue.Executable, Runnable

public class DeleteProjectExecutable
extends Object
implements hudson.model.Queue.Executable


Constructor Summary
DeleteProjectExecutable(hudson.model.Queue.Task parentTask, String[] shelvedProjectArchiveNames)
           
 
Method Summary
 long getEstimatedDuration()
           
 hudson.model.Queue.Task getParent()
           
 void run()
           
 String toString()
           
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, wait, wait, wait
 

Constructor Detail

DeleteProjectExecutable

public DeleteProjectExecutable(hudson.model.Queue.Task parentTask,
                               String[] shelvedProjectArchiveNames)
Method Detail

getParent

public hudson.model.Queue.Task getParent()
Specified by:
getParent in interface hudson.model.Queue.Executable

run

public void run()
Specified by:
run in interface hudson.model.Queue.Executable
Specified by:
run in interface Runnable

getEstimatedDuration

public long getEstimatedDuration()
Specified by:
getEstimatedDuration in interface hudson.model.Queue.Executable

toString

public String toString()
Specified by:
toString in interface hudson.model.Queue.Executable
Overrides:
toString in class Object


Copyright © 2004-2014. All Rights Reserved.