Branch: refs/heads/master
Home: https://github.com/jenkinsci/jenkins
Commit: cce017cdecd04e506778378ec79523239404c065
https://github.com/jenkinsci/jenkins/commit/cce017cdecd04e506778378ec79523239404c065
Author: Vincent Latombe <[email protected]>
Date: 2023-05-16 (Tue, 16 May 2023)
Changed paths:
M core/src/main/java/hudson/model/Queue.java
M core/src/main/java/hudson/widgets/BuildHistoryWidget.java
A core/src/main/java/jenkins/model/queue/QueueItem.java
M core/src/main/java/jenkins/widgets/HistoryPageEntry.java
M core/src/main/java/jenkins/widgets/HistoryPageFilter.java
M core/src/main/resources/lib/hudson/queue.jelly
M core/src/test/java/hudson/model/MockItem.java
M core/src/test/java/jenkins/widgets/HistoryPageFilterTest.java
Log Message:
-----------
Introduce `jenkins.model.queue.QueueItem` interface (#7926)
* Introduce jenkins.model.queue.QueueItem interface
This formalizes methods used by <t:queue> taglib to do the rendering of queue
items.
* Apply suggestions from code review
Co-authored-by: Jesse Glick <[email protected]>
* Implement default Queue.Task methods to simplify Mock item
* Do the right thing automatically if the Queue.Task implements AccessControlled
---------
Co-authored-by: Jesse Glick <[email protected]>
--
You received this message because you are subscribed to the Google Groups
"Jenkins Commits" group.
To unsubscribe from this group and stop receiving emails from it, send an email
to [email protected].
To view this discussion on the web visit
https://groups.google.com/d/msgid/jenkinsci-commits/jenkinsci/jenkins/push/refs/heads/master/2a4795-cce017%40github.com.