interface pública CommitIdOrBuilder
Subclasses indiretas conhecidas |
Métodos Públicos
abstrato longo | getChangelist () Submitted changelist. |
cadeia abstrata | obterHash () string hash = 2; |
abstrato com.google.protobuf.ByteString | getHashBytes () string hash = 2; |
CommitId.KindCase abstrato | getKindCase () |
abstrato longo | getPendingChangelist () Changelist tested if the change list is not already submitted. |
cadeia abstrata | obter instantâneo () Hash of intermediate change between hash/changelist and what was tested. |
abstrato com.google.protobuf.ByteString | obterSnapshotBytes () Hash of intermediate change between hash/changelist and what was tested. |
Métodos Públicos
público abstrato longo getChangelist ()
Submitted changelist.
int64 changelist = 1;
String abstrata pública getHash ()
string hash = 2;
resumo público com.google.protobuf.ByteString getHashBytes ()
string hash = 2;
público abstrato longo getPendingChangelist ()
Changelist tested if the change list is not already submitted.
int64 pending_changelist = 4;
String abstrata pública getSnapshot ()
Hash of intermediate change between hash/changelist and what was tested. Not used if the build is from a commit without modifications.
string snapshot = 3;
resumo público com.google.protobuf.ByteString getSnapshotBytes ()
Hash of intermediate change between hash/changelist and what was tested. Not used if the build is from a commit without modifications.
string snapshot = 3;