Package hudson.plugins.scm_sync_configuration.repository

Source Code of hudson.plugins.scm_sync_configuration.repository.HudsonExtensionsSubversionTest

package hudson.plugins.scm_sync_configuration.repository;

import hudson.plugins.test.utils.scms.ScmUnderTestSubversion;


public class HudsonExtensionsSubversionTest extends HudsonExtensionsTest {

  public HudsonExtensionsSubversionTest() {
    super(new ScmUnderTestSubversion());
  }

}
TOP

Related Classes of hudson.plugins.scm_sync_configuration.repository.HudsonExtensionsSubversionTest

TOP
Copyright © 2018 www.massapi.com. All rights reserved.
All source code are property of their respective owners. Java is a trademark of Sun Microsystems, Inc and owned by ORACLE Inc. Contact coftware#gmail.com.