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 +