Class MavenArtifactChoiceListProviderUtils
- java.lang.Object
-
- org.jenkinsci.plugins.maven_artifact_choicelistprovider.MavenArtifactChoiceListProviderUtils
-
public class MavenArtifactChoiceListProviderUtils extends Object
-
-
Constructor Summary
Constructors Constructor Description MavenArtifactChoiceListProviderUtils()
-
Method Summary
All Methods Static Methods Concrete Methods Modifier and Type Method Description static Map<String,String>
toMap(List<String> pChoices)
Cuts of the first parts of the URL and only returns a smaller set of items.
-