au.com.centrumsystems.hudson.plugin.buildpipeline.util
Class BPAbstractProject

java.lang.Object
  extended by au.com.centrumsystems.hudson.plugin.buildpipeline.util.BPAbstractProject

public final class BPAbstractProject
extends java.lang.Object

CentrumAbstractProject is used to build the downstream projects pipeline

Author:
Centrum Systems

Method Summary
static java.util.List<hudson.model.AbstractProject<?,?>> getDownstreamProjectsList(hudson.model.AbstractProject<?,?> newProject)
          Get downstream projects of a project
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Method Detail

getDownstreamProjectsList

public static java.util.List<hudson.model.AbstractProject<?,?>> getDownstreamProjectsList(hudson.model.AbstractProject<?,?> newProject)
Get downstream projects of a project

Parameters:
newProject - upstream project
Returns:
List of downstream project


Copyright © 2004-2011. All Rights Reserved.