Skip to content

Commit

Permalink
leave a warning in the comment
Browse files Browse the repository at this point in the history
  • Loading branch information
jtnord authored Jun 7, 2024
1 parent 91ecb5e commit defc0f7
Showing 1 changed file with 1 addition and 1 deletion.
Original file line number Diff line number Diff line change
Expand Up @@ -34,7 +34,7 @@
import jenkins.model.Jenkins;

/**
* Plugin for use by {@link RealJenkinsRule}.
* Plugin for use <b>internally only</b> by {@link RealJenkinsRule}, do not use this from plugin test code!
* <p>
* <strong>NOTE</strong>: this and only this class is added into a dynamically generated plugin, see {@link PluginUtils#createRealJenkinsRulePlugin(java.io.File, String)}.
* In order for this to occur correctly there need to be no inner classes or other code dependencies here (except what can be loaded by reflection).
Expand Down

0 comments on commit defc0f7

Please sign in to comment.