hudson.plugins.scm_sync_configuration
Class SCMManagerFactory

java.lang.Object
  extended by hudson.plugins.scm_sync_configuration.SCMManagerFactory

public class SCMManagerFactory
extends java.lang.Object


Method Summary
 org.apache.maven.scm.manager.ScmManager createScmManager()
           
static SCMManagerFactory getInstance()
           
 void start()
           
 void stop()
           
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Method Detail

start

public void start()
           throws org.codehaus.plexus.PlexusContainerException
Throws:
org.codehaus.plexus.PlexusContainerException

createScmManager

public org.apache.maven.scm.manager.ScmManager createScmManager()
                                                         throws org.codehaus.plexus.component.repository.exception.ComponentLookupException
Throws:
org.codehaus.plexus.component.repository.exception.ComponentLookupException

stop

public void stop()
          throws java.lang.Exception
Throws:
java.lang.Exception

getInstance

public static SCMManagerFactory getInstance()


Copyright © 2011. All Rights Reserved.