Class NexusLuceneSearchService
java.lang.Object
org.jenkinsci.plugins.maven_artifact_choicelistprovider.AbstractRESTfulVersionReader
org.jenkinsci.plugins.maven_artifact_choicelistprovider.nexus.NexusLuceneSearchService
- 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) Search in Nexus for the artifact using the Lucene Service.Return the configured service endpoint in this repository.Methods inherited from class org.jenkinsci.plugins.maven_artifact_choicelistprovider.AbstractRESTfulVersionReader
getInstance, getTimeout, getURL, getUserName, retrieveVersions, retrieveVersions, setCredentials, setUserName, setUserPassword
-
Constructor Details
-
NexusLuceneSearchService
-
NexusLuceneSearchService
-
-
Method Details
-
callService
public Set<String> callService(String pRepositoryId, String pGroupId, String pArtifactId, String pPackaging, ValidAndInvalidClassifier pClassifier) Search in Nexus for the artifact using the Lucene Service. https://repository.sonatype.org/nexus-indexer-lucene-plugin/default/docs/path__lucene_search.html- Specified by:
callServicein classAbstractRESTfulVersionReader
-
getRESTfulServiceEndpoint
Return the configured service endpoint in this repository.- Specified by:
getRESTfulServiceEndpointin classAbstractRESTfulVersionReader- Returns:
- the configured service endpoint in this repository.
-