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

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

public final class BPAbstractBuild
extends java.lang.Object

CentrumAbstractBuild class is a util class which is used to build the build pipeline

Author:
Centrum Systems

Constructor Summary
BPAbstractBuild()
           
 
Method Summary
static java.lang.String getBuildResultURL(hudson.model.AbstractBuild<?,?> build)
          Build a URL of a particular build
static java.util.List<hudson.model.AbstractBuild<?,?>> getProjectBuildPipeline(hudson.model.AbstractBuild<?,?> topAbstractBuild)
          get the project build pipeline for a particular build
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Constructor Detail

BPAbstractBuild

public BPAbstractBuild()
Method Detail

getProjectBuildPipeline

public static java.util.List<hudson.model.AbstractBuild<?,?>> getProjectBuildPipeline(hudson.model.AbstractBuild<?,?> topAbstractBuild)
get the project build pipeline for a particular build

Parameters:
topAbstractBuild - top abstract build
Returns:
List of AbstractBuild

getBuildResultURL

public static java.lang.String getBuildResultURL(hudson.model.AbstractBuild<?,?> build)
Build a URL of a particular build

Parameters:
build - the build
Returns:
URL of the build


Copyright © 2004-2011. All Rights Reserved.