Commit e690ade
Fix Javadoc grammar in InstanceIdentityProvider; prefer toString() for readability in Functions (#20000)
* Fix Javadoc grammar in InstanceIdentityProvider; use toString() for readability in Functions.toEmailSafeString
- Correct “will must be currently valid” -> “must be currently valid” in Javadoc (two occurrences)
- Prefer buf.toString() over String.valueOf(buf) for clarity; no behavior change
Signed-off-by: shbhmexe <shubhushukla586@gmail.com>
* ci: retrigger checks
Signed-off-by: shbhmexe <shubhushukla586@gmail.com>
* tests: make ViewTest.privateView resilient to new dashboard tabs
- Detect the active view using either classic tabBar markup or the new app-build-tabs buttons.
- Avoid brittle XPath that breaks when NewDashboardPageUserExperimentalFlag is enabled.
No production code changes.
Signed-off-by: shbhmexe <shubhushukla586@gmail.com>
* Reverted the changes introduced in the most recent commit on this branch.
Replaces support for both classic and new dashboard tab selectors with a single XPath targeting the classic tab bar. This streamlines the test by removing conditional logic for different UI layouts.
* Remove unrelated change
* Fix indentation in ViewTest privateViewsPage section
Corrected indentation for the 'viewLabel' assignment in the ViewTest to improve code readability and maintain consistency.
---------
Signed-off-by: shbhmexe <shubhushukla586@gmail.com>
Co-authored-by: Mark Waite <mark.earl.waite@gmail.com>1 parent 7df7a94 commit e690ade
File tree
2 files changed
+3
-3
lines changed- core/src/main/java
- hudson
- jenkins/model/identity
2 files changed
+3
-3
lines changed| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
| |||
1990 | 1990 | | |
1991 | 1991 | | |
1992 | 1992 | | |
1993 | | - | |
| 1993 | + | |
1994 | 1994 | | |
1995 | 1995 | | |
1996 | 1996 | | |
| |||
Lines changed: 2 additions & 2 deletions
| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
| |||
118 | 118 | | |
119 | 119 | | |
120 | 120 | | |
121 | | - | |
| 121 | + | |
122 | 122 | | |
123 | 123 | | |
124 | 124 | | |
| |||
288 | 288 | | |
289 | 289 | | |
290 | 290 | | |
291 | | - | |
| 291 | + | |
292 | 292 | | |
293 | 293 | | |
294 | 294 | | |
| |||
0 commit comments