Package hudson.util

Class SecretRewriter

java.lang.Object
hudson.util.SecretRewriter

public class SecretRewriter extends Object
Rewrites XML files by looking for Secrets that are stored with the old key and replaces them by the new encrypted values.
Author:
Kohsuke Kawaguchi