Class Nexus3RestApiAssetGenericService
java.lang.Object
org.jenkinsci.plugins.maven_artifact_choicelistprovider.AbstractRESTfulVersionReader
org.jenkinsci.plugins.maven_artifact_choicelistprovider.nexus3.Nexus3RestApiAssetGenericService
- All Implemented Interfaces:
IVersionReader,IVersionReader2
-
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) Deprecated.callService(javax.ws.rs.core.MultivaluedMap<String, String> pParams, ValidAndInvalidClassifier pClassifier) createRequestParameters(String pRepositoryId, String pGroupId, String pArtifactId, String pPackaging, ValidAndInvalidClassifier pClassifier, 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
-
Constructor Details
-
Nexus3RestApiAssetGenericService
-
-
Method Details
-
createRequestParameters
-
retrieveVersions
public List<String> retrieveVersions(javax.ws.rs.core.MultivaluedMap<String, String> pParams, ValidAndInvalidClassifier pClassifier) throws VersionReaderException- Throws:
VersionReaderException
-
retrieveVersions
public List<String> retrieveVersions(javax.ws.rs.core.MultivaluedMap<String, String> pParams) throws VersionReaderException- Throws:
VersionReaderException
-
callService
@Deprecated public Set<String> callService(String pRepositoryId, String pGroupId, String pArtifactId, String pPackaging, ValidAndInvalidClassifier pClassifier) Deprecated.- Specified by:
callServicein classAbstractRESTfulVersionReader
-
callService
public 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.
-