org.jvnet.hudson.plugins.shelveproject
Class ShelveProjectExecutable

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

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


Constructor Summary
ShelveProjectExecutable(hudson.model.Queue.Task parentTask, hudson.model.AbstractProject project)
           
 
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

ShelveProjectExecutable

public ShelveProjectExecutable(hudson.model.Queue.Task parentTask,
                               hudson.model.AbstractProject project)
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.