Package org.gitlab4j.api.webhook
Class EventProject
java.lang.Object
org.gitlab4j.api.webhook.EventProject
-
Constructor Summary
Constructors -
Method Summary
Modifier and TypeMethodDescriptiongetId()
getName()
getUrl()
void
setAvatarUrl
(String avatarUrl) void
setCiConfigPath
(String ciConfigPath) void
setDefaultBranch
(String defaultBranch) void
setDescription
(String description) void
setGitHttpUrl
(String gitHttpUrl) void
setGitSshUrl
(String gitSshUrl) void
setHomepage
(String homepage) void
setHttpUrl
(String httpUrl) void
void
void
setNamespace
(String namespace) void
setPathWithNamespace
(String pathWithNamespace) void
void
void
setVisibilityLevel
(AccessLevel visibilityLevel) void
toString()
-
Constructor Details
-
EventProject
public EventProject()
-
-
Method Details
-
getId
-
setId
-
getName
-
setName
-
getDescription
-
setDescription
-
getWebUrl
-
setWebUrl
-
getAvatarUrl
-
setAvatarUrl
-
getGitSshUrl
-
setGitSshUrl
-
getGitHttpUrl
-
setGitHttpUrl
-
getNamespace
-
setNamespace
-
getVisibilityLevel
-
setVisibilityLevel
-
getPathWithNamespace
-
setPathWithNamespace
-
getDefaultBranch
-
setDefaultBranch
-
getCiConfigPath
-
setCiConfigPath
-
getHomepage
-
setHomepage
-
getUrl
-
setUrl
-
getSshUrl
-
setSshUrl
-
getHttpUrl
-
setHttpUrl
-
toString
-