java.lang.Object
com.synopsys.arc.jenkinsci.plugins.jobrestrictions.util.QueueHelper

@Restricted(org.kohsuke.accmod.restrictions.NoExternalUse.class) public class QueueHelper extends Object
Provides additional for Queue objects.
Author:
Oleg Nenashev
  • Constructor Details

    • QueueHelper

      public QueueHelper()
  • Method Details

    • getFullName

      @Deprecated public static String getFullName(@NonNull Queue.BuildableItem item)
      Deprecated.
      Just a hack, will be removed in the future versions
      Generates job-style project name for the buildable item
      Parameters:
      item - Item, for which the name should be retrieved
      Returns:
      String in the AbstractItem.getFullName() format (a/b/c/d)