Class Branch

    • Method Detail

      • id

        @Nullable
        public abstract String id()
      • displayId

        @Nullable
        public abstract String displayId()
      • type

        @Nullable
        public abstract String type()
      • latestCommit

        @Nullable
        public abstract String latestCommit()
      • latestChangeset

        @Nullable
        public abstract String latestChangeset()
      • isDefault

        public abstract boolean isDefault()
      • metadata

        public abstract Map<String,​com.google.gson.JsonElement> metadata()