From 76fa2e5c270de4e1e96ddbf2fce01d3a6b5d516e Mon Sep 17 00:00:00 2001 From: Denys Digtiar Date: Wed, 25 Dec 2024 08:40:23 +1000 Subject: [PATCH] Update progressiveText.jelly with documentation tag (#10085) --- .../resources/lib/hudson/buildHealth.jelly | 13 ++++++------ .../resources/lib/hudson/buildRangeLink.jelly | 11 +++++----- .../lib/hudson/progressiveText.jelly | 21 +++++++++---------- 3 files changed, 21 insertions(+), 24 deletions(-) diff --git a/core/src/main/resources/lib/hudson/buildHealth.jelly b/core/src/main/resources/lib/hudson/buildHealth.jelly index 9b21fce70fb8..6b0e7c148ba7 100644 --- a/core/src/main/resources/lib/hudson/buildHealth.jelly +++ b/core/src/main/resources/lib/hudson/buildHealth.jelly @@ -22,15 +22,14 @@ OUT OF OR IN CONNECTION WITH THE SOFTWARE OR THE USE OR OTHER DEALINGS IN THE SOFTWARE. --> - + + Job to display the health report. + If `td` should be used instead of `div` to wrap the health reports. + href of the link. + link style. + diff --git a/core/src/main/resources/lib/hudson/buildRangeLink.jelly b/core/src/main/resources/lib/hudson/buildRangeLink.jelly index 315e7f7487a2..40d0ffa36089 100644 --- a/core/src/main/resources/lib/hudson/buildRangeLink.jelly +++ b/core/src/main/resources/lib/hudson/buildRangeLink.jelly @@ -22,15 +22,14 @@ OUT OF OR IN CONNECTION WITH THE SOFTWARE OR THE USE OR OTHER DEALINGS IN THE SOFTWARE. --> - + + Link to a range of build. Used by fingerprint/index.jelly + A range set of builds + The owner of the builds + diff --git a/core/src/main/resources/lib/hudson/progressiveText.jelly b/core/src/main/resources/lib/hudson/progressiveText.jelly index c7693637ce3b..2856fdb81994 100644 --- a/core/src/main/resources/lib/hudson/progressiveText.jelly +++ b/core/src/main/resources/lib/hudson/progressiveText.jelly @@ -22,19 +22,18 @@ OUT OF OR IN CONNECTION WITH THE SOFTWARE OR THE USE OR OTHER DEALINGS IN THE SOFTWARE. --> - + + Use AJAX to load text data progressively. + This is used to achieve the effect of "tail -f" + without relying on full page reload. + URL that returns text data + ID of the HTML element in which the result is displayed + ID of the HTML element in which the spinner is displayed + Skip this many bytes rather than showing from start of data + JS custom event to be fired when progress is finished +