Uses of Class
org.jenkinsci.plugins.maven_artifact_choicelistprovider.VersionReaderException
Packages that use VersionReaderException
Package
Description
-
Uses of VersionReaderException in org.jenkinsci.plugins.maven_artifact_choicelistprovider
Methods in org.jenkinsci.plugins.maven_artifact_choicelistprovider that throw VersionReaderExceptionModifier and TypeMethodDescriptionAbstractRESTfulVersionReader.callService(String pRepositoryId, String pGroupId, String pArtifactId, String pPackaging, ValidAndInvalidClassifier pClassifier) AbstractRESTfulVersionReader.retrieveVersions(String pRepositoryId, String pGroup, String pName) AbstractRESTfulVersionReader.retrieveVersions(String pRepositoryId, String pGroupId, String pArtifactId, String pPackaging, ValidAndInvalidClassifier pClassifier) IVersionReader.retrieveVersions(String pRepositoryId, String pGroupId, String pArtifactId, String pPackaging, ValidAndInvalidClassifier pAcceptedClassifier) IVersionReader2.retrieveVersions(javax.ws.rs.core.MultivaluedMap<String, String> pParams) IVersionReader2.retrieveVersions(javax.ws.rs.core.MultivaluedMap<String, String> pParams, ValidAndInvalidClassifier pClassifier) -
Uses of VersionReaderException in org.jenkinsci.plugins.maven_artifact_choicelistprovider.central
Methods in org.jenkinsci.plugins.maven_artifact_choicelistprovider.central that throw VersionReaderExceptionModifier and TypeMethodDescriptionMavenCentralSearchService.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 VersionReaderExceptionModifier and TypeMethodDescriptionMavenMetadataSearchService.callService(String pRepositoryId, String pGroupId, String pArtifactId, String pPackaging, ValidAndInvalidClassifier pClassifier) Ordering of returned versions is important so using a LinkedHashSet inside. -
Uses of VersionReaderException in org.jenkinsci.plugins.maven_artifact_choicelistprovider.nexus3
Methods in org.jenkinsci.plugins.maven_artifact_choicelistprovider.nexus3 that throw VersionReaderExceptionModifier and TypeMethodDescriptionNexus3RestApiAssetGenericService.retrieveVersions(javax.ws.rs.core.MultivaluedMap<String, String> pParams) Nexus3RestApiAssetGenericService.retrieveVersions(javax.ws.rs.core.MultivaluedMap<String, String> pParams, ValidAndInvalidClassifier pClassifier) Nexus3RestApiAssetMavenService.retrieveVersions(javax.ws.rs.core.MultivaluedMap<String, String> pParams) Nexus3RestApiAssetMavenService.retrieveVersions(javax.ws.rs.core.MultivaluedMap<String, String> pParams, ValidAndInvalidClassifier pClassifier) Nexus3RestApiSearchService.retrieveVersions(javax.ws.rs.core.MultivaluedMap<String, String> pParams) Nexus3RestApiSearchService.retrieveVersions(javax.ws.rs.core.MultivaluedMap<String, String> pParams, ValidAndInvalidClassifier pClassifier)