org.jvnet.hudson.test
Class TestExtensionLoader
java.lang.Object
hudson.ExtensionFinder.GuiceExtensionAnnotation<TestExtension>
org.jvnet.hudson.test.TestExtensionLoader
@Extension
public class TestExtensionLoader
- extends hudson.ExtensionFinder.GuiceExtensionAnnotation<TestExtension>
Loads TestExtensions.
- Author:
- Kohsuke Kawaguchi
| Fields inherited from class hudson.ExtensionFinder.GuiceExtensionAnnotation |
annotationType |
| 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 hudson.ExtensionFinder.GuiceExtensionAnnotation<TestExtension>
getOrdinal
protected double getOrdinal(TestExtension annotation)
- Specified by:
getOrdinal in class hudson.ExtensionFinder.GuiceExtensionAnnotation<TestExtension>
isActive
protected boolean isActive(AnnotatedElement e)
- Specified by:
isActive in class hudson.ExtensionFinder.GuiceExtensionAnnotation<TestExtension>
Copyright © 2004-2014. All Rights Reserved.