Class MavenArtifactChoiceListProviderUtils

java.lang.Object
org.jenkinsci.plugins.maven_artifact_choicelistprovider.MavenArtifactChoiceListProviderUtils

public class MavenArtifactChoiceListProviderUtils extends Object
  • Constructor Details

    • MavenArtifactChoiceListProviderUtils

      public MavenArtifactChoiceListProviderUtils()
  • Method Details

    • toMap

      public static Map<String,String> toMap(List<String> pChoices)
      Cuts of the first parts of the URL and only returns a smaller set of items.
      Parameters:
      pChoices - the list which is transformed to a map
      Returns:
      the map containing the short url as Key and the long url as value.