Package org.gitlab4j.api.webhook
Class EventRepository
java.lang.Object
org.gitlab4j.api.webhook.EventRepository
public class EventRepository extends Object
-
Constructor Summary
Constructors Constructor Description EventRepository()
-
Method Summary
Modifier and Type Method Description String
getDescription()
String
getGit_http_url()
String
getGit_ssh_url()
String
getHomepage()
String
getName()
String
getUrl()
AccessLevel
getVisibility_level()
void
setDescription(String description)
void
setGit_http_url(String git_http_url)
void
setGit_ssh_url(String git_ssh_url)
void
setHomepage(String homepage)
void
setName(String name)
void
setUrl(String url)
void
setVisibility_level(AccessLevel visibility_level)
String
toString()
-
Constructor Details
-
EventRepository
public EventRepository()
-
-
Method Details