Package hudson.model.queue
Class SubTaskContributor
- java.lang.Object
-
- hudson.model.queue.SubTaskContributor
-
- All Implemented Interfaces:
ExtensionPoint
public abstract class SubTaskContributor extends Object implements ExtensionPoint
Externally contributesSubTask
s toAbstractProject.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
Constructors Constructor Description SubTaskContributor()
-
Method Summary
All Methods Static Methods Instance Methods Concrete Methods Modifier and Type Method Description static ExtensionList<SubTaskContributor>
all()
All registeredSubTaskContributor
instances.Collection<? extends SubTask>
forProject(AbstractProject<?,?> p)
-
-
-
Method Detail
-
forProject
public Collection<? extends SubTask> forProject(AbstractProject<?,?> p)
-
all
public static ExtensionList<SubTaskContributor> all()
All registeredSubTaskContributor
instances.
-
-