Interface IVersionReader
-
- All Known Implementing Classes:
AbstractRESTfulVersionReader
,ArtifactorySearchService
,MavenCentralSearchService
,MavenMetadataSearchService
,Nexus3RestApiAssetForGenericArtifactsService
,Nexus3RestApiAssetService
,NexusLuceneSearchService
public interface IVersionReader
-
-
Method Summary
All Methods Instance Methods Abstract Methods Modifier and Type Method Description List<String>
retrieveVersions(String pRepositoryId, String pGroupId, String pArtifactId, String pPackaging, ValidAndInvalidClassifier pAcceptedClassifier)
void
setCredentials(String pUserName, String pUserPassword)
void
setUserName(String pUserName)
void
setUserPassword(String pUserPassword)
-
-
-
Method Detail
-
retrieveVersions
List<String> retrieveVersions(String pRepositoryId, String pGroupId, String pArtifactId, String pPackaging, ValidAndInvalidClassifier pAcceptedClassifier) throws VersionReaderException
- Throws:
VersionReaderException
-
setUserName
void setUserName(String pUserName)
-
setUserPassword
void setUserPassword(String pUserPassword)
-
-