hudson.init
Class InitializerFinder.TaskImpl
java.lang.Object
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.
Fields inherited from interface org.jvnet.hudson.reactor.Executable |
NOOP |
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.