Uses of Class
org.jenkinsci.plugins.maven_artifact_choicelistprovider.VersionReaderException
-
-
Uses of VersionReaderException in org.jenkinsci.plugins.maven_artifact_choicelistprovider
Methods in org.jenkinsci.plugins.maven_artifact_choicelistprovider that throw VersionReaderException Modifier and Type Method Description abstract Set<String>
AbstractRESTfulVersionReader. callService(String pRepositoryId, String pGroupId, String pArtifactId, String pPackaging, ValidAndInvalidClassifier pClassifier)
List<String>
AbstractRESTfulVersionReader. retrieveVersions(String pRepositoryId, String pGroupId, String pArtifactId, String pPackaging, ValidAndInvalidClassifier pClassifier)
List<String>
IVersionReader. retrieveVersions(String pRepositoryId, String pGroupId, String pArtifactId, String pPackaging, ValidAndInvalidClassifier pAcceptedClassifier)
-
Uses of VersionReaderException in org.jenkinsci.plugins.maven_artifact_choicelistprovider.central
Methods in org.jenkinsci.plugins.maven_artifact_choicelistprovider.central that throw VersionReaderException Modifier and Type Method Description List<String>
MavenCentralSearchService. retrieveVersions(String pRepositoryId, String pGroupId, String pArtifactId, String pPackaging, ValidAndInvalidClassifier pClassifier)
-
Uses of VersionReaderException in org.jenkinsci.plugins.maven_artifact_choicelistprovider.maven
Methods in org.jenkinsci.plugins.maven_artifact_choicelistprovider.maven that throw VersionReaderException Modifier and Type Method Description Set<String>
MavenMetadataSearchService. callService(String pRepositoryId, String pGroupId, String pArtifactId, String pPackaging, ValidAndInvalidClassifier pClassifier)
Ordering of returned versions is important so using a LinkedHashSet inside.
-