Package jenkins.model.details
Class DetailFactory<T extends Actionable>
java.lang.Object
jenkins.model.details.DetailFactory<T>
- Type Parameters:
T
- the type of object to add to; typically anActionable
subtype
- All Implemented Interfaces:
ExtensionPoint
- Direct Known Subclasses:
Run.BasicRunDetailFactory
Allows you to add multiple details to an Actionable object at once.
- Since:
- TODO
-
Nested Class Summary
Nested classes/interfaces inherited from interface hudson.ExtensionPoint
ExtensionPoint.LegacyInstancesAreScopedToHudson
-
Constructor Summary
Constructors -
Method Summary
Modifier and TypeMethodDescriptionstatic <T extends Actionable>
List<DetailFactory<T>>factoriesFor
(Class<T> type) type()
-
Constructor Details
-
DetailFactory
public DetailFactory()
-
-
Method Details
-
type
-
createFor
-
factoriesFor
@Restricted(org.kohsuke.accmod.restrictions.NoExternalUse.class) public static <T extends Actionable> List<DetailFactory<T>> factoriesFor(Class<T> type)
-