public abstract class SubTaskContributor extends Object implements ExtensionPoint
SubTask
s to AbstractProject.getSubTasks()
.
Put @Extension
on your implementation classes to register them.
ExtensionPoint.LegacyInstancesAreScopedToHudson
Constructor and Description |
---|
SubTaskContributor() |
Modifier and Type | Method and Description |
---|---|
static ExtensionList<SubTaskContributor> |
all()
All registered
SubTaskContributor instances. |
Collection<? extends SubTask> |
forProject(AbstractProject<?,?> p) |
public Collection<? extends SubTask> forProject(AbstractProject<?,?> p)
public static ExtensionList<SubTaskContributor> all()
SubTaskContributor
instances.Copyright © 2004–2022. All rights reserved.