Package org.gitlab4j.api.models
Class SystemHook
java.lang.Object
org.gitlab4j.api.models.SystemHook
public class SystemHook extends Object
-
Constructor Summary
Constructors Constructor Description SystemHook()
-
Method Summary
Modifier and Type Method 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)
-
Constructor Details
-
SystemHook
public SystemHook()
-
-
Method Details
-
getId
-
setId
-
getUrl
-
setUrl
-
getCreatedAt
-
setCreatedAt
-
getPushEvents
-
setPushEvents
-
getTagPushEvents
-
setTagPushEvents
-
getEnableSslVerification
-
setEnableSslVerification
-
setRepositoryUpdateEvents
-
getRepositoryUpdateEvents
-
withId
-
withUrl
-
withCreatedAt
-
withPushEvents
-
withTagPushEvents
-
withEnableSslVerification
-
withRepositoryUpdateEvents
-
toString
-