Package hudson.model.queue
Class SubTaskContributor
java.lang.Object
hudson.model.queue.SubTaskContributor
- All Implemented Interfaces:
ExtensionPoint
Externally contributes
SubTask
s to AbstractProject.getSubTasks()
.
Put @Extension
on your implementation classes to register them.
- Since:
- 1.377
- Author:
- Kohsuke Kawaguchi
-
Nested Class Summary
Nested classes/interfaces inherited from interface hudson.ExtensionPoint
ExtensionPoint.LegacyInstancesAreScopedToHudson
-
Constructor Summary
-
Method Summary
Modifier and TypeMethodDescriptionstatic ExtensionList<SubTaskContributor>
all()
All registeredSubTaskContributor
instances.Collection<? extends SubTask>
forProject
(AbstractProject<?, ?> p)
-
Constructor Details
-
SubTaskContributor
public SubTaskContributor()
-
-
Method Details
-
forProject
-
all
All registeredSubTaskContributor
instances.
-