public abstract static class Archive.PatchType extends Archive.ArchiveFile
| Constructor and Description |
|---|
PatchType() |
| Modifier and Type | Method and Description |
|---|---|
abstract RevisionType |
getBasedOn()
Gets the source revision for this patch.
|
void |
setBasedOn(RevisionType revision)
Sets the source revision for this patch.
|
getChecksum, getSize, getUrl, setChecksum, setSize, setUrl@NonNull public abstract RevisionType getBasedOn()
public void setBasedOn(@NonNull
RevisionType revision)