org.paylogic.jenkins.advancedscm
Class SCMManagerFactory

java.lang.Object
  extended by org.paylogic.jenkins.advancedscm.SCMManagerFactory

public class SCMManagerFactory
extends Object

Factory for AdvancedSCMManager derived objects. Automagically chooses which backend implementation you need, and even assigns the correct multiscm repo to that implementation if you use multiscm.


Constructor Summary
SCMManagerFactory()
           
 
Method Summary
static AdvancedSCMManager getManager(hudson.model.AbstractBuild build, hudson.Launcher launcher, hudson.model.BuildListener listener)
           
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Constructor Detail

SCMManagerFactory

public SCMManagerFactory()
Method Detail

getManager

public static AdvancedSCMManager getManager(hudson.model.AbstractBuild build,
                                            hudson.Launcher launcher,
                                            hudson.model.BuildListener listener)
                                     throws Exception
Throws:
Exception


Copyright © 2004-2014. All Rights Reserved.