interfaccia pubblica CommitIdOrBuilder
Sottoclassi indirette conosciute |
Metodi pubblici
astratto lungo | getChangelist () Submitted changelist. |
stringa astratta | getHash () string hash = 2; |
astratto com.google.protobuf.ByteString | getHashBytes () string hash = 2; |
abstract CommitId.KindCase | getKindCase () |
astratto lungo | getPendingChangelist () Changelist tested if the change list is not already submitted. |
stringa astratta | getIstantanea () Hash of intermediate change between hash/changelist and what was tested. |
astratto com.google.protobuf.ByteString | getSnapshotBytes () Hash of intermediate change between hash/changelist and what was tested. |
Metodi pubblici
public abstract lungo getChangelist ()
Submitted changelist.
int64 changelist = 1;
stringa astratta pubblica getHash ()
string hash = 2;
estratto pubblico com.google.protobuf.ByteString getHashBytes ()
string hash = 2;
public abstract lungo getPendingChangelist ()
Changelist tested if the change list is not already submitted.
int64 pending_changelist = 4;
estratto pubblico String 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;
estratto pubblico 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;