public interface NexusSearch
| Modifier and Type | Method and Description |
|---|---|
boolean |
preflightRequest()
Do a preflight request to see if the repository is actually working.
|
MavenArtifact |
searchSha1(java.lang.String sha1)
Searches the configured Nexus repository for the given sha1 hash.
|
MavenArtifact searchSha1(java.lang.String sha1) throws java.io.IOException
MavenArtifact is populated with the
coordinate information.sha1 - The SHA-1 hash string for which to searchjava.io.IOException - if it's unable to connect to the specified repository
or if the specified artifact is not found.boolean preflightRequest()
Copyright© 2012-21 Jeremy Long. All Rights Reserved.