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()voidsetAvatarUrl(String avatarUrl) voidsetCiConfigPath(String ciConfigPath) voidsetDefaultBranch(String defaultBranch) voidsetDescription(String description) voidsetGitHttpUrl(String gitHttpUrl) voidsetGitSshUrl(String gitSshUrl) voidsetHomepage(String homepage) voidsetHttpUrl(String httpUrl) voidvoidvoidsetNamespace(String namespace) voidsetPathWithNamespace(String pathWithNamespace) voidvoidvoidsetVisibilityLevel(AccessLevel visibilityLevel) voidtoString()
-
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
-