Class MavenMetadataSearchService
java.lang.Object
org.jenkinsci.plugins.maven_artifact_choicelistprovider.AbstractRESTfulVersionReader
org.jenkinsci.plugins.maven_artifact_choicelistprovider.maven.MavenMetadataSearchService
- All Implemented Interfaces:
IVersionReader
-
Field Summary
Fields inherited from class org.jenkinsci.plugins.maven_artifact_choicelistprovider.AbstractRESTfulVersionReader
PACKAGING_ALL -
Constructor Summary
Constructors -
Method Summary
Modifier and TypeMethodDescriptioncallService(String pRepositoryId, String pGroupId, String pArtifactId, String pPackaging, ValidAndInvalidClassifier pClassifier) Ordering of returned versions is important so using a LinkedHashSet inside.Deprecated.needed only for super class to make it compileMethods inherited from class org.jenkinsci.plugins.maven_artifact_choicelistprovider.AbstractRESTfulVersionReader
getInstance, getTimeout, getURL, getUserName, retrieveVersions, retrieveVersions, setCredentials, setUserName, setUserPassword
-
Constructor Details
-
MavenMetadataSearchService
-
-
Method Details
-
getRESTfulServiceEndpoint
Deprecated.needed only for super class to make it compilePath used to configure aWebTargetinstance initialised by super class. For this service further parameters are required to calculate the path of the endpoint.- Specified by:
getRESTfulServiceEndpointin classAbstractRESTfulVersionReader- Returns:
- a string which doesn't ruin the base url provided by this class constructor
-
callService
public Set<String> callService(String pRepositoryId, String pGroupId, String pArtifactId, String pPackaging, ValidAndInvalidClassifier pClassifier) throws VersionReaderException Ordering of returned versions is important so using a LinkedHashSet inside.- Specified by:
callServicein classAbstractRESTfulVersionReader- Throws:
VersionReaderException- TBD.
-