Interface Connector
-
- All Known Implementing Classes:
Artifactory
,Dummy
,Nexus
public interface Connector
A connector interface for each artifact repository connector to implement.
-
-
Method Summary
All Methods Static Methods Instance Methods Abstract Methods Modifier and Type Method Description static Connector
getInstance(ArtifactRepoParamDefinition definition)
Return a connector based on the server type configured in the given build definition.List<ResultEntry>
getResults()
Get the results from the repository instance defined in the build parameters.
-
-
-
Method Detail
-
getInstance
static Connector getInstance(@Nonnull ArtifactRepoParamDefinition definition)
Return a connector based on the server type configured in the given build definition.
-
getResults
List<ResultEntry> getResults()
Get the results from the repository instance defined in the build parameters. The results take the API options into consideration but not any of the display options. No modifications are done and the results are returned as provided by the target server.
-
-