public class JenkinsFacade extends Object implements Serializable
| Constructor and Description |
|---|
JenkinsFacade() |
| Modifier and Type | Method and Description |
|---|---|
<T> List<T> |
getExtensionsFor(Class<T> extensionType)
Returns the discovered instances for the given extension type.
|
public <T> List<T> getExtensionsFor(Class<T> extensionType)
T - type of the extensionextensionType - The base type that represents the extension point. Normally ExtensionPoint subtype but that's not
a hard requirement.Copyright © 2016–2019. All rights reserved.