interface publique CommitIdOrBuilder
| Sous-classes indirectes connues |
Méthodes publiques
| abstrait long | getChangelist () Submitted changelist. |
| chaîne abstraite | getHash () string hash = 2; |
| résumé com.google.protobuf.ByteString | getHashBytes () string hash = 2; |
| résumé CommitId.KindCase | getKindCase () |
| abstrait long | getPendingChangelist () Changelist tested if the change list is not already submitted. |
| chaîne abstraite | obtenirSnapshot () Hash of intermediate change between hash/changelist and what was tested. |
| résumé com.google.protobuf.ByteString | getSnapshotBytes () Hash of intermediate change between hash/changelist and what was tested. |
Méthodes publiques
public abstrait long getChangelist ()
Submitted changelist.
int64 changelist = 1; chaîne abstraite publique getHash ()
string hash = 2;
résumé public com.google.protobuf.ByteString getHashBytes ()
string hash = 2;
public abstrait long getPendingChangelist ()
Changelist tested if the change list is not already submitted.
int64 pending_changelist = 4; chaîne abstraite publique 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; résumé public 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;