Package hudson.plugins.scm_sync_configuration.xstream

Examples of hudson.plugins.scm_sync_configuration.xstream.ScmSyncConfigurationXStreamConverter


  @Override
  public void start() throws Exception {
    super.start();

    Hudson.XSTREAM.registerConverter(new ScmSyncConfigurationXStreamConverter());

    this.load();

    // If scm has not been read in scm-sync-configuration.xml, let's initialize it
    // to the "no scm" SCM
View Full Code Here

TOP

Related Classes of hudson.plugins.scm_sync_configuration.xstream.ScmSyncConfigurationXStreamConverter

Copyright © 2018 www.massapicom. 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.