mirror of https://github.com/jenkinsci/jenkins.git
Fill in since annotations
This commit is contained in:
parent
b56c6bd523
commit
07818f3726
|
@ -2836,7 +2836,7 @@ public class Jenkins extends AbstractCIBase implements DirectlyModifiableTopLeve
|
||||||
* For URL access to descriptors, see {@link hudson.model.DescriptorByNameOwner}.
|
* For URL access to descriptors, see {@link hudson.model.DescriptorByNameOwner}.
|
||||||
* For URL access to specific other {@link hudson.Extension} annotated elements, create your own {@link hudson.model.Action}, like {@link hudson.console.ConsoleAnnotatorFactory.RootAction}.
|
* For URL access to specific other {@link hudson.Extension} annotated elements, create your own {@link hudson.model.Action}, like {@link hudson.console.ConsoleAnnotatorFactory.RootAction}.
|
||||||
*/
|
*/
|
||||||
@Deprecated(since = "TODO")
|
@Deprecated(since = "2.519")
|
||||||
public ExtensionList getExtensionList(String extensionType) throws ClassNotFoundException {
|
public ExtensionList getExtensionList(String extensionType) throws ClassNotFoundException {
|
||||||
return getExtensionList(pluginManager.uberClassLoader.loadClass(extensionType));
|
return getExtensionList(pluginManager.uberClassLoader.loadClass(extensionType));
|
||||||
}
|
}
|
||||||
|
|
Loading…
Reference in New Issue