공개 인터페이스 CommitIdOrBuilder
알려진 간접 하위 클래스 |
공개 방법
추상적인 긴 | getChangelist () Submitted changelist. |
추상 문자열 | getHash () string hash = 2; |
추상 com.google.protobuf.ByteString | getHashBytes () string hash = 2; |
추상 CommitId.KindCase | getKindCase () |
추상적인 긴 | getPendingChangelist () Changelist tested if the change list is not already submitted. |
추상 문자열 | getSnapshot () Hash of intermediate change between hash/changelist and what was tested. |
추상 com.google.protobuf.ByteString | getSnapshotBytes () Hash of intermediate change between hash/changelist and what was tested. |
공개 방법
공개 추상 긴 getChangelist ()
Submitted changelist.
int64 changelist = 1;
공개 추상 문자열 getHash ()
string hash = 2;
공개 추상 com.google.protobuf.ByteString getHashBytes ()
string hash = 2;
공개 추상 긴 getPendingChangelist ()
Changelist tested if the change list is not already submitted.
int64 pending_changelist = 4;
공개 추상 문자열 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;
공개 추상 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;