Class JobIdStore

java.lang.Object
org.jenkinsci.plugins.uniqueid.impl.LegacyIdStore<Job>
org.jenkinsci.plugins.uniqueid.impl.JobIdStore
All Implemented Interfaces:
ExtensionPoint

@Extension @Deprecated @Restricted(org.kohsuke.accmod.restrictions.NoExternalUse.class) public class JobIdStore extends LegacyIdStore<Job>
Deprecated.
Stores ids for jobs in JobIdStore.JobIdProperty
  • Constructor Details

    • JobIdStore

      public JobIdStore()
      Deprecated.
  • Method Details

    • remove

      public void remove(Job job)
      Deprecated.
      Description copied from class: LegacyIdStore
      Remove the unique id associated with the given object.
      Specified by:
      remove in class LegacyIdStore<Job>
    • get

      public String get(Job thing)
      Deprecated.
      Description copied from class: LegacyIdStore
      Get the id for this given object.
      Specified by:
      get in class LegacyIdStore<Job>
      Returns:
      the id or null if none assigned.