public static class RepositoryPlugin.PutResult
extends java.lang.Object
| Modifier and Type | Field | Description |
|---|---|---|
boolean |
alreadyReleased |
Set to true if this artifact was already released
|
java.net.URI |
artifact |
A (potentially public) uri to the revision as it was put in the
repository.
This can be a URI to the given artifact (when it was put into the repository). |
byte[] |
digest |
The SHA1 digest of the artifact as it was put into the
repository.
This can be null and it can differ from the input digest if the repository rewrote the stream for optimization reason. |
| Constructor | Description |
|---|---|
PutResult() |
public java.net.URI artifact
public byte[] digest
public boolean alreadyReleased