Package hudson.plugins.perforce

Examples of hudson.plugins.perforce.PerforcePasswordEncryptor.encryptString()


   * @param user
   *            P4PASSWD value.
   */
  public void setPassword(String password) {
    PerforcePasswordEncryptor encryptor = new PerforcePasswordEncryptor();
    setenv("P4PASSWD", encryptor.encryptString(password));
  }

  /**
   * Returns the P4PASSWORD.
   *
 
View Full Code Here

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.