Uploaded image for project: 'Jenkins'
  1. Jenkins
  2. JENKINS-31916

Broken Serializable structure for Slave class

XMLWordPrintable

    • Icon: Bug Bug
    • Resolution: Unresolved
    • Icon: Major Major
    • core
    • None

      public abstract class Slave extends Node implements Serializable {
          /**
           * Slave availablility strategy.
           */
          private RetentionStrategy retentionStrategy;
      
          /**
           * The starter that will startup this slave.
           */
          private ComputerLauncher launcher;
      
      

      Both classes are not Serializable.

      Blocks for having clean FindBugs in plugin

            Unassigned Unassigned
            integer Kanstantsin Shautsou
            Votes:
            0 Vote for this issue
            Watchers:
            3 Start watching this issue

              Created:
              Updated: