hudson.plugins.slave_squatter
Class ReservationExecutable

java.lang.Object
  extended by hudson.plugins.slave_squatter.ReservationExecutable
All Implemented Interfaces:
hudson.model.Queue.Executable, java.lang.Runnable

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

Author:
Kohsuke Kawaguchi

Constructor Summary
ReservationExecutable(ReservationTask parent)
           
 
Method Summary
 ReservationTask getParent()
           
 void run()
           
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 
Methods inherited from interface hudson.model.Queue.Executable
toString
 

Constructor Detail

ReservationExecutable

public ReservationExecutable(ReservationTask parent)
Method Detail

getParent

public ReservationTask 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


Copyright © 2010. All Rights Reserved.