Class Commit

    • Method Detail

      • id

        public abstract String id()
      • displayId

        public abstract String displayId()
      • author

        @Nullable
        public abstract Author author()
      • authorTimestamp

        public abstract long authorTimestamp()
      • committer

        @Nullable
        public abstract Author committer()
      • committerTimestamp

        public abstract long committerTimestamp()
      • message

        @Nullable
        public abstract String message()
      • properties

        @Nullable
        public abstract Map<String,​com.google.gson.JsonElement> properties()