com.cloudbees.plugins.flow
Class FlowDownStreamRunDeclarer

java.lang.Object
  extended by com.cloudbees.plugins.flow.DownStreamRunDeclarer
      extended by com.cloudbees.plugins.flow.FlowDownStreamRunDeclarer
All Implemented Interfaces:
hudson.ExtensionPoint

@Extension(optional=true)
public class FlowDownStreamRunDeclarer
extends DownStreamRunDeclarer

Author:
Nicolas De Loof

Nested Class Summary
 
Nested classes/interfaces inherited from interface hudson.ExtensionPoint
hudson.ExtensionPoint.LegacyInstancesAreScopedToHudson
 
Constructor Summary
FlowDownStreamRunDeclarer()
           
 
Method Summary
 List<hudson.model.Run> getDownStream(hudson.model.Run r)
           
 
Methods inherited from class com.cloudbees.plugins.flow.DownStreamRunDeclarer
all
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Constructor Detail

FlowDownStreamRunDeclarer

public FlowDownStreamRunDeclarer()
Method Detail

getDownStream

public List<hudson.model.Run> getDownStream(hudson.model.Run r)
                                     throws ExecutionException,
                                            InterruptedException
Specified by:
getDownStream in class DownStreamRunDeclarer
Throws:
ExecutionException
InterruptedException


Copyright © 2004-2014. All Rights Reserved.