Package org.jenkinsci.plugins.matrixauth
Class DeprecationUtil
java.lang.Object
org.jenkinsci.plugins.matrixauth.DeprecationUtil
@Restricted(org.kohsuke.accmod.restrictions.NoExternalUse.class)
public final class DeprecationUtil
extends Object
- Since:
- 3.0
-
Method Summary
Modifier and TypeMethodDescriptionstatic void
Logs a message using the caller's logger about the caller's caller.
-
Method Details
-
logDeprecationMessage
public static void logDeprecationMessage()Logs a message using the caller's logger about the caller's caller.
-