Class SystemHook


  • public class SystemHook
    extends Object
    • Constructor Detail

      • SystemHook

        public SystemHook()
    • Method Detail

      • setId

        public void setId​(Integer id)
      • getUrl

        public String getUrl()
      • setUrl

        public void setUrl​(String url)
      • getCreatedAt

        public Date getCreatedAt()
      • setCreatedAt

        public void setCreatedAt​(Date createdAt)
      • getPushEvents

        public Boolean getPushEvents()
      • setPushEvents

        public void setPushEvents​(Boolean pushEvents)
      • getTagPushEvents

        public Boolean getTagPushEvents()
      • setTagPushEvents

        public void setTagPushEvents​(Boolean tagPushEvents)
      • getEnableSslVerification

        public Boolean getEnableSslVerification()
      • setEnableSslVerification

        public void setEnableSslVerification​(Boolean enableSslVerification)
      • setRepositoryUpdateEvents

        public void setRepositoryUpdateEvents​(Boolean repositoryUpdateEvents)
      • getRepositoryUpdateEvents

        public Boolean getRepositoryUpdateEvents()
      • withEnableSslVerification

        public SystemHook withEnableSslVerification​(Boolean enableSslVerification)
      • withRepositoryUpdateEvents

        public SystemHook withRepositoryUpdateEvents​(Boolean repositoryUpdateEvents)