org.jvnet.hudson.plugins.shelveproject
Class UnshelveProjectExecutable

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

public class UnshelveProjectExecutable
extends java.lang.Object
implements hudson.model.Queue.Executable


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

Constructor Detail

UnshelveProjectExecutable

public UnshelveProjectExecutable(hudson.model.Queue.Task parentTask,
                                 java.io.File shelvedProjectDir)
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 java.lang.Runnable

getEstimatedDuration

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

toString

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


Copyright © 2010. All Rights Reserved.