com.cloudbees.plugins.flow
Class DownStreamRunDeclarer
java.lang.Object
com.cloudbees.plugins.flow.DownStreamRunDeclarer
- All Implemented Interfaces:
- hudson.ExtensionPoint
- Direct Known Subclasses:
- FlowDownStreamRunDeclarer
public abstract class DownStreamRunDeclarer
- extends Object
- implements hudson.ExtensionPoint
- Author:
- Nicolas De Loof
| Nested classes/interfaces inherited from interface hudson.ExtensionPoint |
hudson.ExtensionPoint.LegacyInstancesAreScopedToHudson |
| Methods inherited from class java.lang.Object |
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
DownStreamRunDeclarer
public DownStreamRunDeclarer()
getDownStream
public abstract List<hudson.model.Run> getDownStream(hudson.model.Run r)
throws ExecutionException,
InterruptedException
- Throws:
ExecutionException
InterruptedException
all
public static List<DownStreamRunDeclarer> all()
Copyright © 2004-2014. All Rights Reserved.