Class LegacyMonitorData.JobKey

java.lang.Object
hudson.plugins.copyartifact.monitor.LegacyMonitorData.JobKey
Enclosing class:
LegacyMonitorData

public static class LegacyMonitorData.JobKey extends Object
The pair of the source job and the destination job.
  • Field Details

    • from

      public final String from
    • to

      public final String to
  • Constructor Details

    • JobKey

      public JobKey(@NonNull String from, @NonNull String to)
      ctor
      Parameters:
      from - the name of the source job.
      to - the name of the destination job.
  • Method Details

    • hashCode

      public int hashCode()
      Overrides:
      hashCode in class Object
    • equals

      public boolean equals(@CheckForNull Object obj)
      Overrides:
      equals in class Object