Package jenkins.util
Class PluginLabelUtil
java.lang.Object
jenkins.util.PluginLabelUtil
-
Constructor Summary
-
Method Summary
Modifier and TypeMethodDescriptionstatic String[]
canonicalLabels
(net.sf.json.JSONArray labels) Replaces labels with their canonical form and removes duplicates
-
Constructor Details
-
PluginLabelUtil
public PluginLabelUtil()
-
-
Method Details
-
canonicalLabels
Replaces labels with their canonical form and removes duplicates- Parameters:
labels
- labels array- Returns:
- unique canonical labels
-