hudson.init
Class InitializerFinder.TaskImpl

java.lang.Object
  extended by hudson.init.InitializerFinder.TaskImpl
All Implemented Interfaces:
org.jvnet.hudson.reactor.Executable, org.jvnet.hudson.reactor.Task
Enclosing class:
InitializerFinder

public class InitializerFinder.TaskImpl
extends Object
implements org.jvnet.hudson.reactor.Task

Task implementation.


Field Summary
 
Fields inherited from interface org.jvnet.hudson.reactor.Executable
NOOP
 
Method Summary
 Collection<org.jvnet.hudson.reactor.Milestone> attains()
           
 boolean failureIsFatal()
           
 Initializer getAnnotation()
          Initializer annotaion on the method
 String getDisplayName()
           
 Method getMethod()
          Static method that runs the initialization, that this task wraps.
 Collection<org.jvnet.hudson.reactor.Milestone> requires()
           
 void run(org.jvnet.hudson.reactor.Reactor session)
           
 String toString()
           
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, wait, wait, wait
 

Method Detail

getAnnotation

public Initializer getAnnotation()
Initializer annotaion on the method


getMethod

public Method getMethod()
Static method that runs the initialization, that this task wraps.


requires

public Collection<org.jvnet.hudson.reactor.Milestone> requires()
Specified by:
requires in interface org.jvnet.hudson.reactor.Task

attains

public Collection<org.jvnet.hudson.reactor.Milestone> attains()
Specified by:
attains in interface org.jvnet.hudson.reactor.Task

getDisplayName

public String getDisplayName()
Specified by:
getDisplayName in interface org.jvnet.hudson.reactor.Task

failureIsFatal

public boolean failureIsFatal()
Specified by:
failureIsFatal in interface org.jvnet.hudson.reactor.Task

run

public void run(org.jvnet.hudson.reactor.Reactor session)
Specified by:
run in interface org.jvnet.hudson.reactor.Executable

toString

public String toString()
Overrides:
toString in class Object


Copyright © 2004-2013. All Rights Reserved.