org.jvnet.hudson.test
Class TestExtensionLoader

java.lang.Object
  extended by hudson.ExtensionFinder
      extended by org.jvnet.hudson.test.TestExtensionLoader
All Implemented Interfaces:
ExtensionPoint

@Extension
public class TestExtensionLoader
extends ExtensionFinder

Loads TestExtensions.

Author:
Kohsuke Kawaguchi

Nested Class Summary
 
Nested classes/interfaces inherited from class hudson.ExtensionFinder
ExtensionFinder.Sezpoz
 
Nested classes/interfaces inherited from interface hudson.ExtensionPoint
ExtensionPoint.LegacyInstancesAreScopedToHudson
 
Constructor Summary
TestExtensionLoader()
           
 
Method Summary
<T> Collection<ExtensionComponent<T>>
find(Class<T> type, Hudson hudson)
           
 
Methods inherited from class hudson.ExtensionFinder
_find, findExtensions
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Constructor Detail

TestExtensionLoader

public TestExtensionLoader()
Method Detail

find

public <T> Collection<ExtensionComponent<T>> find(Class<T> type,
                                                  Hudson hudson)
Specified by:
find in class ExtensionFinder


Copyright © 2010. All Rights Reserved.