public abstract class SubTaskContributor extends Object implements ExtensionPoint
SubTasks 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 © 2019. All rights reserved.