org.jenkinsci.plugins.ghprb.manager.factory
Class GhprbBuildManagerFactoryUtil
java.lang.Object
org.jenkinsci.plugins.ghprb.manager.factory.GhprbBuildManagerFactoryUtil
public class GhprbBuildManagerFactoryUtil
- extends Object
- Author:
- mdelapenya (Manuel de la Peña)
Methods inherited from class java.lang.Object |
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
GhprbBuildManagerFactoryUtil
public GhprbBuildManagerFactoryUtil()
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-2016. All Rights Reserved.