パブリックインターフェイス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. |
抽象文字列 | getスナップショット() 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. |
パブリックメソッド
public abstract long getChangelist ()
Submitted changelist.
int64 changelist = 1;
パブリック抽象文字列getHash ()
string hash = 2;
パブリック抽象 com.google.protobuf.ByteString getHashBytes ()
string hash = 2;
public abstract long 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;