public abstract class DownStreamRunDeclarer extends Object implements hudson.ExtensionPoint
Constructor and Description |
---|
DownStreamRunDeclarer() |
Modifier and Type | Method and Description |
---|---|
static List<DownStreamRunDeclarer> |
all() |
abstract List<hudson.model.Run> |
getDownStream(hudson.model.Run r) |
public abstract List<hudson.model.Run> getDownStream(hudson.model.Run r) throws ExecutionException, InterruptedException
public static List<DownStreamRunDeclarer> all()
Copyright © 2016–2017. All rights reserved.