Skip to content

Commit

Permalink
[JENKINS-73597] Remove RekeySecretAdminMonitor and related resources (
Browse files Browse the repository at this point in the history
  • Loading branch information
jeromepochat authored Aug 15, 2024
1 parent c5c69ab commit c8eddd3
Show file tree
Hide file tree
Showing 30 changed files with 0 additions and 1,029 deletions.
213 changes: 0 additions & 213 deletions core/src/main/java/hudson/util/SecretRewriter.java

This file was deleted.

Original file line number Diff line number Diff line change
Expand Up @@ -17,7 +17,6 @@
import java.util.logging.Level;
import java.util.logging.Logger;
import jenkins.model.Jenkins;
import jenkins.security.RekeySecretAdminMonitor;

/**
* Convenient partial implementation of {@link AdministrativeMonitor} that involves a background "fixing" action
Expand All @@ -27,9 +26,6 @@
* A subclass defines what that background fixing actually does in {@link #fix(TaskListener)}. The logging output
* from it gets persisted, and this class provides a "/log" view that allows the administrator to monitor its progress.
*
* <p>
* See {@link RekeySecretAdminMonitor} for an example of how to subtype this class.
*
* @author Kohsuke Kawaguchi
*/
public abstract class AsynchronousAdministrativeMonitor extends AdministrativeMonitor {
Expand Down
160 changes: 0 additions & 160 deletions core/src/main/java/jenkins/security/RekeySecretAdminMonitor.java

This file was deleted.

Loading

0 comments on commit c8eddd3

Please sign in to comment.