org.jenkinsci.plugins.ghprb.manager.factory
Class GhprbBuildManagerFactoryUtil

java.lang.Object
  extended by org.jenkinsci.plugins.ghprb.manager.factory.GhprbBuildManagerFactoryUtil

public class GhprbBuildManagerFactoryUtil
extends Object

Author:
mdelapenya (Manuel de la Peña)

Constructor Summary
GhprbBuildManagerFactoryUtil()
           
 
Method Summary
static GhprbBuildManager getBuildManager(hudson.model.AbstractBuild build)
          Gets an instance of a library that is able to calculate build urls depending of build type.
static GhprbBuildManager getBuildManager(hudson.model.AbstractBuild build, JobConfiguration jobConfiguration)
           
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Constructor Detail

GhprbBuildManagerFactoryUtil

public GhprbBuildManagerFactoryUtil()
Method Detail

getBuildManager

public static GhprbBuildManager getBuildManager(hudson.model.AbstractBuild build)
Gets an instance of a library that is able to calculate build urls depending of build type. If the class representing the build type is not present on the classloader then default implementation is returned.

Parameters:
build -
Returns:

getBuildManager

public static GhprbBuildManager getBuildManager(hudson.model.AbstractBuild build,
                                                JobConfiguration jobConfiguration)


Copyright © 2004-2014. All Rights Reserved.