-
-
Notifications
You must be signed in to change notification settings - Fork 8.8k
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
Extract interfaces for objects to be used through the executors widget (
#9749) * Extract interfaces for objects to be used through the executors widget This is required for CloudBees CI HA support: we provide alternate implementations of these interfaces to represent computers and related objects that exist in different physical replicas of the same logical instance. This allows to be build an aggregated view of computers and executors, some local, some remote. * Fix Deprecated annotation * Missing @OverRide annotations * Missing @SInCE TODO * No longer true according to AbstractSubTask javadoc * Restore old signature for compatibility * Fix reviews * Javadoc * Typo * Fix inconsistency between hasOfflineCause and getOfflineCauseReason * Remove default implementation of ITask#getUrl * Provide default impl in SubTask for compatibility * Mark as CheckForNull * Spotbugs * ComputerSet#getComputers returns a collection that is sorted by name * Missing Override * Move permission declaration to the right place, closer to usage
- Loading branch information
Showing
16 changed files
with
726 additions
and
253 deletions.
There are no files selected for viewing
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Oops, something went wrong.