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 RepositoryInterface
protected boolean canConnect(com.sun.jersey.api.client.ClientResponse response)
public List<Artifact> getArtefactList(String artifactId)
getArtefactList
in interface RepositoryInterface
public List<Artifact> getArtefactList(String groupId, String artifactId)
getArtefactList
in interface RepositoryInterface
Copyright © 2004-2015. All Rights Reserved.