×
Dec 11, 2023 · This plugin allows you to mark a job a favorite. This is controlled via a list view column you need to add to a view.
Get all items that the provided user has favorited · Check if the item has a favorite entry regardless of its state This is useful for checking if a favorite/ ...
Parameters: job - full job name; Returns: true if the new status is favorite, false if new status is not favorite. Throws: IOException - if error saving ...
This plugin allows you to mark a job a favorite.This is controlled via a list view column you need to add to a view. You can then click on a star to ...
Dec 11, 2023 · This plugin allows users to favorite a job.
Favorite Plugin. FavoriteListener. hudson.plugins.favorite.listener.FavoriteListener in favorite. Allows plugins to listen to favoriting. Implementations: (no ...
Fired when a favorite has been addedfor the user. void, onLocationChangedFavorite​(Item item, User user, String oldName, String newName). Fired when a favorite ...