Uses of Class
com.dabsquared.gitlabjenkins.gitlab.api.model.builder.generated.ProjectHookBuilder
-
Uses of ProjectHookBuilder in com.dabsquared.gitlabjenkins.gitlab.api.model.builder.generated
Modifier and TypeMethodDescriptionProjectHookBuilder.but()
Returns a clone of this builder.static ProjectHookBuilder
ProjectHookBuilder.projectHook()
Factory Method to construct a ProjectHookBuilderProjectHookBuilder.withConfidentialIssuesEvents
(Boolean value) Sets the default value for the confidentialIssuesEvents property.ProjectHookBuilder.withConfidentialNoteEvents
(Boolean value) Sets the default value for the confidentialNoteEvents property.ProjectHookBuilder.withDeploymentEvents
(Boolean value) Sets the default value for the deploymentEvents property.ProjectHookBuilder.withEnableSslVerification
(Boolean value) Sets the default value for the enableSslVerification property.Sets the default value for the id property.ProjectHookBuilder.withIssuesEvents
(Boolean value) Sets the default value for the issuesEvents property.ProjectHookBuilder.withJobEvents
(Boolean value) Sets the default value for the jobEvents property.ProjectHookBuilder.withMergeRequestsEvents
(Boolean value) Sets the default value for the mergeRequestsEvents property.ProjectHookBuilder.withNoteEvents
(Boolean value) Sets the default value for the noteEvents property.ProjectHookBuilder.withPipelineEvents
(Boolean value) Sets the default value for the pipelineEvents property.ProjectHookBuilder.withProjectId
(String value) Sets the default value for the projectId property.ProjectHookBuilder.withPushEvents
(Boolean value) Sets the default value for the pushEvents property.ProjectHookBuilder.withPushEventsBranchFilter
(String value) Sets the default value for the pushEventsBranchFilter property.ProjectHookBuilder.withReleasesEvents
(Boolean value) Sets the default value for the releasesEvents property.ProjectHookBuilder.withRepositoryUpdateEvents
(Boolean value) Sets the default value for the repositoryUpdateEvents property.ProjectHookBuilder.withTagPushEvents
(Boolean value) Sets the default value for the tagPushEvents property.Sets the default value for the url property.ProjectHookBuilder.withWikiPageEvents
(Boolean value) Sets the default value for the wikiPageEvents property.