Class BitbucketRepositoryHook

    • Constructor Detail

      • BitbucketRepositoryHook

        public BitbucketRepositoryHook()
    • Method Detail

      • setDescription

        public void setDescription​(String description)
      • setUrl

        public void setUrl​(String url)
      • isActive

        public boolean isActive()
        Specified by:
        isActive in interface BitbucketWebHook
        Returns:
        tru if the webhook is active (not required at creation time)
      • setActive

        public void setActive​(boolean active)
      • setEvents

        public void setEvents​(List<String> events)
      • getUuid

        public String getUuid()
        Specified by:
        getUuid in interface BitbucketWebHook
        Returns:
        Bitbucket internal ID for this webhook (not required at creation time)
      • setUuid

        public void setUuid​(String uuid)