public static class RepositoryPlugin.PutResult extends Object
Modifier and Type | Field and Description |
---|---|
boolean |
alreadyReleased
Set to true if this artifact was already released
|
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 and Description |
---|
PutResult() |
public URI artifact
public byte[] digest
public boolean alreadyReleased
Copyright © 2021 aQute SARL. All rights reserved.