org.jvnet.hudson.test
Class TestExtensionLoader
java.lang.Object
hudson.ExtensionFinder.GuiceExtensionAnnotation<TestExtension>
org.jvnet.hudson.test.TestExtensionLoader
@Extension
public class TestExtensionLoader
- extends ExtensionFinder.GuiceExtensionAnnotation<TestExtension>
Loads TestExtension
s.
- Author:
- Kohsuke Kawaguchi
Methods inherited from class java.lang.Object |
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
TestExtensionLoader
public TestExtensionLoader()
isOptional
protected boolean isOptional(TestExtension annotation)
- Specified by:
isOptional
in class ExtensionFinder.GuiceExtensionAnnotation<TestExtension>
getOrdinal
protected double getOrdinal(TestExtension annotation)
- Specified by:
getOrdinal
in class ExtensionFinder.GuiceExtensionAnnotation<TestExtension>
isActive
protected boolean isActive(AnnotatedElement e)
- Description copied from class:
ExtensionFinder.GuiceExtensionAnnotation
- Hook to enable subtypes to control which ones to pick up and which ones to ignore.
- Specified by:
isActive
in class ExtensionFinder.GuiceExtensionAnnotation<TestExtension>
Copyright © 2004-2013. All Rights Reserved.