com.cloudbees.plugins.flow
Class FlowDownStreamRunDeclarer

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

@Extension(optional=true)
public class FlowDownStreamRunDeclarer
extends org.jenkinsci.plugins.buildgraphview.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 org.jenkinsci.plugins.buildgraphview.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 org.jenkinsci.plugins.buildgraphview.DownStreamRunDeclarer
Throws:
ExecutionException
InterruptedException


Copyright © 2004-2014. All Rights Reserved.