org.jvnet.hudson.test
Class TestExtensionLoader
java.lang.Object
hudson.ExtensionFinder
org.jvnet.hudson.test.TestExtensionLoader
- All Implemented Interfaces:
- ExtensionPoint
@Extension
public class TestExtensionLoader
- extends ExtensionFinder
Loads TestExtensions.
- Author:
- Kohsuke Kawaguchi
| Methods inherited from class java.lang.Object |
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
TestExtensionLoader
public TestExtensionLoader()
findExtensions
public <T> Collection<T> findExtensions(Class<T> type,
Hudson hudson)
- Specified by:
findExtensions in class ExtensionFinder
Copyright © 2010. All Rights Reserved.