public class SystemHook extends Object
Constructor and Description |
---|
SystemHook() |
Modifier and Type | Method and Description |
---|---|
Date |
getCreatedAt() |
Boolean |
getEnableSslVerification() |
Integer |
getId() |
Boolean |
getPushEvents() |
Boolean |
getRepositoryUpdateEvents() |
Boolean |
getTagPushEvents() |
String |
getUrl() |
void |
setCreatedAt(Date createdAt) |
void |
setEnableSslVerification(Boolean enableSslVerification) |
void |
setId(Integer id) |
void |
setPushEvents(Boolean pushEvents) |
void |
setRepositoryUpdateEvents(Boolean repositoryUpdateEvents) |
void |
setTagPushEvents(Boolean tagPushEvents) |
void |
setUrl(String url) |
String |
toString() |
SystemHook |
withCreatedAt(Date createdAt) |
SystemHook |
withEnableSslVerification(Boolean enableSslVerification) |
SystemHook |
withId(Integer id) |
SystemHook |
withPushEvents(Boolean pushEvents) |
SystemHook |
withRepositoryUpdateEvents(Boolean repositoryUpdateEvents) |
SystemHook |
withTagPushEvents(Boolean tagPushEvents) |
SystemHook |
withUrl(String url) |
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 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)
Copyright © 2019. All rights reserved.