Class BitbucketClientIssue

    • Constructor Detail

      • BitbucketClientIssue

        public BitbucketClientIssue​(JsonObject jsonObject)
        Initializes the object from a JSON object. This constructor sets the Bitbucket API client to null.
        Parameters:
        jsonObject - a JSON object
      • BitbucketClientIssue

        public BitbucketClientIssue​(JsonObject jsonObject,
                                    BitbucketClient bitbucketClient)
        Initializes the object from a JSON object.
        Parameters:
        jsonObject - a JSON object
        bitbucketClient - a Bitbucket API client