Class MavenMetadataSearchService
- java.lang.Object
- 
- org.jenkinsci.plugins.maven_artifact_choicelistprovider.AbstractRESTfulVersionReader
- 
- org.jenkinsci.plugins.maven_artifact_choicelistprovider.maven.MavenMetadataSearchService
 
 
- 
- All Implemented Interfaces:
- IVersionReader
 
 public class MavenMetadataSearchService extends AbstractRESTfulVersionReader implements IVersionReader 
- 
- 
Field Summary- 
Fields inherited from class org.jenkinsci.plugins.maven_artifact_choicelistprovider.AbstractRESTfulVersionReaderPACKAGING_ALL
 
- 
 - 
Constructor SummaryConstructors Constructor Description MavenMetadataSearchService(String mURL)
 - 
Method SummaryAll Methods Instance Methods Concrete Methods Deprecated Methods Modifier and Type Method Description Set<String>callService(String pRepositoryId, String pGroupId, String pArtifactId, String pPackaging, ValidAndInvalidClassifier pClassifier)Ordering of returned versions is important so using a LinkedHashSet inside.StringgetRESTfulServiceEndpoint()Deprecated.needed only for super class to make it compile- 
Methods inherited from class org.jenkinsci.plugins.maven_artifact_choicelistprovider.AbstractRESTfulVersionReadergetInstance, getTimeout, getURL, getUserName, retrieveVersions, setCredentials, setUserName, setUserPassword
 - 
Methods inherited from class java.lang.Objectclone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 - 
Methods inherited from interface org.jenkinsci.plugins.maven_artifact_choicelistprovider.IVersionReaderretrieveVersions, setCredentials, setUserName, setUserPassword
 
- 
 
- 
- 
- 
Constructor Detail- 
MavenMetadataSearchServicepublic MavenMetadataSearchService(String mURL) 
 
- 
 - 
Method Detail- 
getRESTfulServiceEndpoint@Deprecated public String 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 class- AbstractRESTfulVersionReader
- Returns:
- a string which doesn't ruin the base url provided by this class constructor
 
 - 
callServicepublic 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 class- AbstractRESTfulVersionReader
- Throws:
- VersionReaderException- TBD.
 
 
- 
 
-