Class BitbucketPush


  • public class BitbucketPush
    extends BitbucketClientObject
    Push description of a Bitbucket activity.
    Since:
    5.0
    Author:
    Kaz Nishimura
    • Constructor Detail

      • BitbucketPush

        public BitbucketPush​(JsonObject pushObject)
        Constructs this push description from a JSON push object.
        Parameters:
        pushObject - JSON push object
    • Method Detail

      • getChanges

        public final List<BitbucketPush.Change> getChanges()
        Returns the changes included in this push.
        Returns:
        the changes