public interface ArtifactTransferResource
| Modifier and Type | Method | Description |
|---|---|---|
long |
getContentLength() |
The size of the artifact in bytes.
|
java.lang.String |
getName() |
The path of the artifact relative to the repository's base URL.
|
java.lang.String |
getRepositoryUrl() |
The base URL of the repository, e.g.
|
long |
getTransferStartTime() |
Gets the timestamp when the transfer of this artifact was started.
|
java.lang.String |
getUrl() |
Gets the full URL of the artifact.
|
java.lang.String getRepositoryUrl()
null.java.lang.String getName()
null.java.lang.String getUrl()
null.long getContentLength()
long getTransferStartTime()