-
-
Notifications
You must be signed in to change notification settings - Fork 8.8k
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
Update at-since Javadoc #4877
Update at-since Javadoc #4877
Conversation
@@ -1262,7 +1262,7 @@ public Boolean invoke(File f, VirtualChannel channel) throws IOException, Interr | |||
/** | |||
* Deletes all suffixes recursively. | |||
* @throws IOException if it exists but could not be successfully deleted | |||
* @since TODO | |||
* @since 2.244 |
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
@@ -312,7 +312,7 @@ public static FilePath tempDir(FilePath ws) { | |||
|
|||
/** | |||
* The token that combines the project name and unique number to create unique workspace directory. | |||
* @since TODO | |||
* @since 2.244 |
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
@@ -1161,7 +1161,7 @@ public static String getFooterURL() { | |||
/** | |||
* Checks if the current security principal has one of the supplied permissions. | |||
* | |||
* @since TODO | |||
* @since 2.238 |
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
@@ -1176,7 +1176,7 @@ public static boolean hasAnyPermission(AccessControlled ac, Permission[] permiss | |||
* degrades gracefully if "it" is not an {@link AccessControlled} object. | |||
* Otherwise it will perform no check and that problem is hard to notice. | |||
* | |||
* @since TODO | |||
* @since 2.238 |
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
@@ -116,7 +116,7 @@ protected Launcher(@NonNull Launcher launcher) { | |||
* @param run The run that requested the command interpretation, could be <code>null</code> if outside of a run context. | |||
* @param builder The builder that asked to run this command | |||
* | |||
* @since TODO | |||
* @since 2.246 |
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
@@ -1192,7 +1192,7 @@ public int size() { | |||
/** | |||
* Returns the persisted facets. | |||
* | |||
* @since TODO | |||
* @since 2.242 |
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
@@ -1359,7 +1359,7 @@ public Api getApi() { | |||
/** | |||
* Deletes the {@link Fingerprint} in the Storage with the given unique id. | |||
* | |||
* @since TODO | |||
* @since 2.242 |
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
@@ -227,7 +227,7 @@ public ParameterValue getDefaultParameterValue() { | |||
|
|||
/** | |||
* Checks whether a given value is valid for this definition. | |||
* @since TODO | |||
* @since 2.244 |
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
@@ -460,7 +460,7 @@ public JSONObject reduce(List<JSONObject> jsonList) { | |||
* | |||
* @param clazz The class to use to determine the downloadable's ID. | |||
* | |||
* @since TODO | |||
* @since 2.244 |
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
@@ -281,7 +281,7 @@ public String getId() { | |||
* @param clazz The class to use to generate an ID. | |||
* @return The ID generated based on the specified class. | |||
* | |||
* @since TODO | |||
* @since 2.244 |
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
As seen at https://github.com/jenkinsci/jenkins/releases/tag/jenkins-2.248, the fingerprint changes were introduced in 2.248. Hence, I have made the changes :)
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
2.246 and 2.247 weren't properly released, but this is the correct reference.
FWIW the bits are available in Maven, so 2.246 is a right thing to reference there.
We may merge it in 24 hours if there is no negative feedback. Please see the merge process documentation for more information about the merge process
Proposed changelog entries
(too minor)
Proposed upgrade guidelines
N/A
Submitter checklist
Proposed changelog entries
section only if there are breaking changes or other changes which may require extra steps from users during the upgradeDesired reviewers
@mention
Maintainer checklist
Before the changes are marked as
ready-for-merge
:Proposed changelog entries
are correctupgrade-guide-needed
label is set and there is aProposed upgrade guidelines
section in the PR title. (example)lts-candidate
to be considered (see query).