Package hudson.plugins.scm_sync_configuration.repository

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

package hudson.plugins.scm_sync_configuration.repository;

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

public class InitRepositorySubversionTest extends InitRepositoryTest {

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

}
TOP

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

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.