com.cloudbees.plugins.flow
Class DownStreamRunDeclarer

java.lang.Object
  extended by 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 Class Summary
 
Nested classes/interfaces inherited from interface hudson.ExtensionPoint
hudson.ExtensionPoint.LegacyInstancesAreScopedToHudson
 
Constructor Summary
DownStreamRunDeclarer()
           
 
Method Summary
static List<DownStreamRunDeclarer> all()
           
abstract  List<hudson.model.Run> getDownStream(hudson.model.Run r)
           
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Constructor Detail

DownStreamRunDeclarer

public DownStreamRunDeclarer()
Method Detail

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.