Class QueueHelper
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 SummaryConstructors
- 
Method SummaryModifier and TypeMethodDescriptionstatic StringDeprecated.Just a hack, will be removed in the future versions
- 
Constructor Details- 
QueueHelperpublic QueueHelper()
 
- 
- 
Method Details- 
getFullNameDeprecated.Just a hack, will be removed in the future versionsGenerates 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)
 
 
-