Class Nexus3RestApiAssetForGenericArtifactsService
- java.lang.Object
- 
- org.jenkinsci.plugins.maven_artifact_choicelistprovider.AbstractRESTfulVersionReader
- 
- org.jenkinsci.plugins.maven_artifact_choicelistprovider.nexus3.Nexus3RestApiAssetForGenericArtifactsService
 
 
- 
- All Implemented Interfaces:
- IVersionReader
 
 public class Nexus3RestApiAssetForGenericArtifactsService extends AbstractRESTfulVersionReader implements IVersionReader 
- 
- 
Field Summary- 
Fields inherited from class org.jenkinsci.plugins.maven_artifact_choicelistprovider.AbstractRESTfulVersionReaderPACKAGING_ALL
 
- 
 - 
Constructor SummaryConstructors Constructor Description Nexus3RestApiAssetForGenericArtifactsService(String pURL)
 - 
Method SummaryAll Methods Instance Methods Concrete Methods Modifier and Type Method Description Set<String>callService(String pRepositoryId, String pGroupId, String pArtifactId, String pPackaging, ValidAndInvalidClassifier pClassifier)protected javax.ws.rs.core.MultivaluedMap<String,String>createRequestParameters(String pRepositoryId, String pGroupId, String pArtifactId, String pPackaging, ValidAndInvalidClassifier pClassifier, String token)StringgetRESTfulServiceEndpoint()Return the configured service endpoint in this repository.- 
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- 
Nexus3RestApiAssetForGenericArtifactsServicepublic Nexus3RestApiAssetForGenericArtifactsService(String pURL) 
 
- 
 - 
Method Detail- 
createRequestParametersprotected javax.ws.rs.core.MultivaluedMap<String,String> createRequestParameters(String pRepositoryId, String pGroupId, String pArtifactId, String pPackaging, ValidAndInvalidClassifier pClassifier, String token) 
 - 
callServicepublic Set<String> callService(String pRepositoryId, String pGroupId, String pArtifactId, String pPackaging, ValidAndInvalidClassifier pClassifier) - Specified by:
- callServicein class- AbstractRESTfulVersionReader
 
 - 
getRESTfulServiceEndpointpublic String getRESTfulServiceEndpoint() Return the configured service endpoint in this repository.- Specified by:
- getRESTfulServiceEndpointin class- AbstractRESTfulVersionReader
- Returns:
- the configured service endpoint in this repository.
 
 
- 
 
-