Class Nexus3RestApiSearchService
java.lang.Object
org.jenkinsci.plugins.maven_artifact_choicelistprovider.AbstractRESTfulVersionReader
org.jenkinsci.plugins.maven_artifact_choicelistprovider.nexus3.Nexus3RestApiSearchService
- All Implemented Interfaces:
IVersionReader,IVersionReader2
public class Nexus3RestApiSearchService
extends AbstractRESTfulVersionReader
implements IVersionReader2
-
Field Summary
FieldsFields inherited from class org.jenkinsci.plugins.maven_artifact_choicelistprovider.AbstractRESTfulVersionReader
PACKAGING_ALL -
Constructor Summary
Constructors -
Method Summary
Modifier and TypeMethodDescriptioncallService(String pRepositoryId, String pGroup, String pName, String pPackaging, ValidAndInvalidClassifier pClassifier) Deprecated.callService(javax.ws.rs.core.MultivaluedMap<String, String> pParams, ValidAndInvalidClassifier pClassifier) createRequestParameters(String pRepository, String pGroup, String pName, String token) Return the configured service endpoint in this repository.retrieveVersions(javax.ws.rs.core.MultivaluedMap<String, String> pParams) retrieveVersions(javax.ws.rs.core.MultivaluedMap<String, String> pParams, ValidAndInvalidClassifier pClassifier) Methods inherited from class org.jenkinsci.plugins.maven_artifact_choicelistprovider.AbstractRESTfulVersionReader
getInstance, getTimeout, getURL, getUserName, retrieveVersions, retrieveVersions, setCredentials, setUserName, setUserPasswordMethods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, waitMethods inherited from interface org.jenkinsci.plugins.maven_artifact_choicelistprovider.IVersionReader2
setCredentials, setUserName, setUserPassword
-
Field Details
-
PARAMETER_TOKEN
- See Also:
-
-
Constructor Details
-
Nexus3RestApiSearchService
-
Nexus3RestApiSearchService
-
-
Method Details
-
createRequestParameters
-
callService
@Deprecated public Set<String> callService(String pRepositoryId, String pGroup, String pName, String pPackaging, ValidAndInvalidClassifier pClassifier) Deprecated.- Specified by:
callServicein classAbstractRESTfulVersionReader
-
retrieveVersions
public List<String> retrieveVersions(javax.ws.rs.core.MultivaluedMap<String, String> pParams) throws VersionReaderException- Specified by:
retrieveVersionsin interfaceIVersionReader2- Throws:
VersionReaderException
-
retrieveVersions
public List<String> retrieveVersions(javax.ws.rs.core.MultivaluedMap<String, String> pParams, ValidAndInvalidClassifier pClassifier) throws VersionReaderException- Specified by:
retrieveVersionsin interfaceIVersionReader2- Throws:
VersionReaderException
-
callService
protected Set<String> callService(javax.ws.rs.core.MultivaluedMap<String, String> pParams, ValidAndInvalidClassifier pClassifier) -
getRESTfulServiceEndpoint
Return the configured service endpoint in this repository.- Specified by:
getRESTfulServiceEndpointin classAbstractRESTfulVersionReader- Returns:
- the configured service endpoint in this repository.
-