com.sonyericsson.jenkins.plugins.bfa.model.dbf
Class BuildFlowDBF

java.lang.Object
  extended by com.sonyericsson.jenkins.plugins.bfa.model.dbf.DownstreamBuildFinder
      extended by com.sonyericsson.jenkins.plugins.bfa.model.dbf.BuildFlowDBF
All Implemented Interfaces:
hudson.ExtensionPoint

@Extension
public class BuildFlowDBF
extends DownstreamBuildFinder

Get downstream builds for Build Flows.

Author:
Stephan Pauxberger

Nested Class Summary
 
Nested classes/interfaces inherited from interface hudson.ExtensionPoint
hudson.ExtensionPoint.LegacyInstancesAreScopedToHudson
 
Field Summary
 
Fields inherited from class com.sonyericsson.jenkins.plugins.bfa.model.dbf.DownstreamBuildFinder
EMPTY
 
Constructor Summary
BuildFlowDBF()
           
 
Method Summary
 List<hudson.model.AbstractBuild<?,?>> getDownstreamBuilds(hudson.model.AbstractBuild build)
          Return a list of all downstream builds originating from provided build.
 
Methods inherited from class com.sonyericsson.jenkins.plugins.bfa.model.dbf.DownstreamBuildFinder
getAll
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Constructor Detail

BuildFlowDBF

public BuildFlowDBF()
Method Detail

getDownstreamBuilds

public List<hudson.model.AbstractBuild<?,?>> getDownstreamBuilds(hudson.model.AbstractBuild build)
Description copied from class: DownstreamBuildFinder
Return a list of all downstream builds originating from provided build.

Specified by:
getDownstreamBuilds in class DownstreamBuildFinder
Parameters:
build - get the downstream build(s) relative this build
Returns:
a list with downstream builds


Copyright © 2004-2014. All Rights Reserved.