Package jenkins.model

Class BuiltInNodeMigration

All Implemented Interfaces:
ExtensionPoint, ModelObject, SearchableModelObject, SearchItem, org.kohsuke.stapler.StaplerProxy

@Extension @Restricted(org.kohsuke.accmod.restrictions.NoExternalUse.class) @Symbol("builtinNodeMigration") public class BuiltInNodeMigration extends AdministrativeMonitor
Inform the admin about the migration. This affects the parts of the rename that cannot be done compatibly: The self-label (although we could probably improvise something), and the node name as injected into build environments.
  • Constructor Details

    • BuiltInNodeMigration

      public BuiltInNodeMigration()
  • Method Details