Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Extract interfaces for objects to be used through the executors widget #9749

Open
wants to merge 12 commits into
base: master
Choose a base branch
from

Commits on Sep 18, 2024

  1. 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.
    Vlatombe committed Sep 18, 2024
    Configuration menu
    Copy the full SHA
    74dedbf View commit details
    Browse the repository at this point in the history
  2. Fix Deprecated annotation

    Vlatombe committed Sep 18, 2024
    Configuration menu
    Copy the full SHA
    96d4f27 View commit details
    Browse the repository at this point in the history
  3. Missing @OverRide annotations

    Vlatombe committed Sep 18, 2024
    Configuration menu
    Copy the full SHA
    e879007 View commit details
    Browse the repository at this point in the history
  4. Missing @SInCE TODO

    Vlatombe committed Sep 18, 2024
    Configuration menu
    Copy the full SHA
    877640d View commit details
    Browse the repository at this point in the history
  5. Configuration menu
    Copy the full SHA
    32585b2 View commit details
    Browse the repository at this point in the history
  6. Configuration menu
    Copy the full SHA
    7118bc2 View commit details
    Browse the repository at this point in the history
  7. Fix reviews

    Vlatombe committed Sep 18, 2024
    Configuration menu
    Copy the full SHA
    1e715b1 View commit details
    Browse the repository at this point in the history
  8. Javadoc

    Vlatombe committed Sep 18, 2024
    Configuration menu
    Copy the full SHA
    4513cb0 View commit details
    Browse the repository at this point in the history
  9. Typo

    Vlatombe committed Sep 18, 2024
    Configuration menu
    Copy the full SHA
    ef81082 View commit details
    Browse the repository at this point in the history
  10. Configuration menu
    Copy the full SHA
    742cee8 View commit details
    Browse the repository at this point in the history
  11. Configuration menu
    Copy the full SHA
    4cf4a80 View commit details
    Browse the repository at this point in the history

Commits on Sep 19, 2024

  1. Configuration menu
    Copy the full SHA
    91f0dd9 View commit details
    Browse the repository at this point in the history