public class ArtifactoryConnector extends Object implements RepositoryInterface
httpStatusOk| Constructor and Description |
|---|
ArtifactoryConnector(String username,
String password,
URI repositoryURI) |
| Modifier and Type | Method and Description |
|---|---|
boolean |
canConnect() |
protected boolean |
canConnect(com.sun.jersey.api.client.ClientResponse response) |
List<Artifact> |
getArtefactList(String artifactId) |
List<Artifact> |
getArtefactList(String groupId,
String artifactId) |
public boolean canConnect()
canConnect in interface RepositoryInterfaceprotected boolean canConnect(com.sun.jersey.api.client.ClientResponse response)
public List<Artifact> getArtefactList(String artifactId)
getArtefactList in interface RepositoryInterfacepublic List<Artifact> getArtefactList(String groupId, String artifactId)
getArtefactList in interface RepositoryInterfaceCopyright © 2004-2015. All Rights Reserved.