We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 77aea3e commit 2fb8ed9Copy full SHA for 2fb8ed9
src/main/java/org/jenkinsci/plugins/workflow/libs/LibraryStep.java
@@ -248,9 +248,9 @@ public static final class LoadedClasses extends GroovyObjectSupport implements S
248
private final @NonNull String prefix;
249
/** {@link Class#getName} minus package prefix */
250
private final @CheckForNull String clazz;
251
- /** {@code file:/…/libs/NAME/src/} */
+ /** {@code file:/…/libs/NAME/src/}, migrated to {@link #directoryName} */
252
@Deprecated
253
- private @NonNull String srcUrl;
+ private @CheckForNull String srcUrl;
254
/** {@link LibraryRecord#getDirectoryName}, or null if resuming a pre-dir2Jar build */
255
private final @Nullable String directoryName;
256
0 commit comments