Package hudson.plugins.scm_sync_configuration.extensions

Examples of hudson.plugins.scm_sync_configuration.extensions.ScmSyncConfigurationFilter


  public ScmSyncConfigurationPlugin(boolean synchronousTransactions){
        this.synchronousTransactions = synchronousTransactions;
    setBusiness(new ScmSyncConfigurationBusiness());

        try {
            PluginServletFilter.addFilter(new ScmSyncConfigurationFilter());
        } catch (ServletException e) {
            throw new RuntimeException(e);
        }
  }
View Full Code Here

TOP

Related Classes of hudson.plugins.scm_sync_configuration.extensions.ScmSyncConfigurationFilter

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.