Package hudson.plugins.performance

Examples of hudson.plugins.performance.CookieHandler


   *            the suffix of the cookie name that is used to persist the
   *            configuration per user
   * @return the new cookie handler
   */
  private static CookieHandler createCookieHandler(final String cookieName) {
    return new CookieHandler(cookieName);
  }
View Full Code Here

TOP

Related Classes of hudson.plugins.performance.CookieHandler

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.