public class SystemHook extends Object
Constructor and Description |
---|
SystemHook() |
public Integer getId()
public void setId(Integer id)
public String getUrl()
public void setUrl(String url)
public Date getCreatedAt()
public void setCreatedAt(Date createdAt)
public Boolean getPushEvents()
public void setPushEvents(Boolean pushEvents)
public Boolean getTagPushEvents()
public void setTagPushEvents(Boolean tagPushEvents)
public Boolean getEnableSslVerification()
public void setEnableSslVerification(Boolean enableSslVerification)
public void setRepositoryUpdateEvents(Boolean repositoryUpdateEvents)
public Boolean getRepositoryUpdateEvents()
public void setMergeRequestsEvents(Boolean mergeRequestsEvents)
public Boolean getMergeRequestsEvents()
public SystemHook withId(Integer id)
public SystemHook withUrl(String url)
public SystemHook withCreatedAt(Date createdAt)
public SystemHook withPushEvents(Boolean pushEvents)
public SystemHook withTagPushEvents(Boolean tagPushEvents)
public SystemHook withEnableSslVerification(Boolean enableSslVerification)
public SystemHook withRepositoryUpdateEvents(Boolean repositoryUpdateEvents)
public SystemHook withMergeRequestsEvents(Boolean mergeRequestsEvents)
Copyright © 2021. All rights reserved.