Bitbucket Data Center API Client
    Preparing search index...

    Interface RefChangeActivityChange

    The change recorded by a ref change activity.

    interface RefChangeActivityChange {
        fromHash: string;
        ref?: RefChangeActivityRef;
        refId: string;
        toHash: string;
        type: "DELETE" | "ADD" | "UPDATE";
        updatedType?: "UNKNOWN" | "UNRESOLVED" | "NOT_FORCED" | "FORCED";
    }
    Index

    Properties

    fromHash: string
    refId: string
    toHash: string
    type: "DELETE" | "ADD" | "UPDATE"
    updatedType?: "UNKNOWN" | "UNRESOLVED" | "NOT_FORCED" | "FORCED"

    How an UPDATE moved the ref (e.g. whether it was force-pushed)