CommitIdOrBuilder

ממשק ציבורי CommitIdOrBuilder
תת-מחלקות עקיפות ידועות

שיטות ציבוריות

מופשט ארוך
getChangelist ()
 Submitted changelist.
מחרוזת מופשטת
getHash ()
string hash = 2;
תקציר com.google.protobuf.ByteString
getHashBytes ()
string hash = 2;
תקציר CommitId.KindCase
מופשט ארוך
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;

תקציר ציבורי CommitId.KindCase getKindCase ()

תקציר ציבורי ארוך 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;