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 Summary
-
Method Summary
Modifier and TypeMethodDescriptionstatic String
Deprecated.Just a hack, will be removed in the future versions
-
Constructor Details
-
QueueHelper
public QueueHelper()
-
-
Method Details
-
getFullName
Deprecated.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)
-