Interface IVersionReader
- All Known Implementing Classes:
AbstractRESTfulVersionReader,ArtifactorySearchService,MavenCentralSearchService,MavenMetadataSearchService,Nexus3RestApiAssetGenericService,Nexus3RestApiAssetMavenService,Nexus3RestApiSearchService,NexusLuceneSearchService
public interface IVersionReader
-
Method Summary
Modifier and TypeMethodDescriptionretrieveVersions(String pRepositoryId, String pGroupId, String pArtifactId, String pPackaging, ValidAndInvalidClassifier pAcceptedClassifier) voidsetCredentials(String pUserName, String pUserPassword) voidsetUserName(String pUserName) voidsetUserPassword(String pUserPassword)
-
Method Details
-
retrieveVersions
List<String> retrieveVersions(String pRepositoryId, String pGroupId, String pArtifactId, String pPackaging, ValidAndInvalidClassifier pAcceptedClassifier) throws VersionReaderException - Throws:
VersionReaderException
-
setUserName
-
setUserPassword
-
setCredentials
-