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 contributes SubTask
s to AbstractProject.getSubTasks()
.
Put @Extension
on your implementation classes to register them.
- Since:
- 1.377
- Author:
- Kohsuke Kawaguchi
Methods inherited from class java.lang.Object |
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
SubTaskContributor
public SubTaskContributor()
forProject
public Collection<? extends SubTask> forProject(AbstractProject<?,?> p)
all
public static ExtensionList<SubTaskContributor> all()
- All registered
MemberExecutionUnitContributor
instances.
Copyright © 2004-2013. All Rights Reserved.