java.lang.Object
com.dabsquared.gitlabjenkins.gitlab.api.model.ProjectHook

public class ProjectHook extends Object
Project Hook
Since:
Sun, 2022-06-12 - 12:25:26
Author:
Jean-Jacques ETUNE NGI (Java EE Technical Lead / Enterprise Architect)
  • Constructor Details

    • ProjectHook

      public ProjectHook()
  • Method Details

    • getId

      public Integer getId()
      Method used to get the value of field "id"
      Returns:
      Value of field "id"
    • setId

      public void setId(Integer id)
      Method used to update value of field "id"
      Parameters:
      id - New value of field "id"
    • getProjectId

      public String getProjectId()
      Method used to get the value of field "projectId"
      Returns:
      Value of field "projectId"
    • setProjectId

      public void setProjectId(String projectId)
      Method used to update value of field "projectId"
      Parameters:
      projectId - New value of field "projectId"
    • getUrl

      public String getUrl()
      Method used to get the value of field "url"
      Returns:
      Value of field "url"
    • setUrl

      public void setUrl(String url)
      Method used to update value of field "url"
      Parameters:
      url - New value of field "url"
    • getPushEvents

      public Boolean getPushEvents()
      Method used to get the value of field "pushEvents"
      Returns:
      Value of field "pushEvents"
    • setPushEvents

      public void setPushEvents(Boolean pushEvents)
      Method used to update value of field "pushEvents"
      Parameters:
      pushEvents - New value of field "pushEvents"
    • getTagPushEvents

      public Boolean getTagPushEvents()
      Method used to get the value of field "tagPushEvents"
      Returns:
      Value of field "tagPushEvents"
    • setTagPushEvents

      public void setTagPushEvents(Boolean tagPushEvents)
      Method used to update value of field "tagPushEvents"
      Parameters:
      tagPushEvents - New value of field "tagPushEvents"
    • getMergeRequestsEvents

      public Boolean getMergeRequestsEvents()
      Method used to get the value of field "mergeRequestsEvents"
      Returns:
      Value of field "mergeRequestsEvents"
    • setMergeRequestsEvents

      public void setMergeRequestsEvents(Boolean mergeRequestsEvents)
      Method used to update value of field "mergeRequestsEvents"
      Parameters:
      mergeRequestsEvents - New value of field "mergeRequestsEvents"
    • getRepositoryUpdateEvents

      public Boolean getRepositoryUpdateEvents()
      Method used to get the value of field "repositoryUpdateEvents"
      Returns:
      Value of field "repositoryUpdateEvents"
    • setRepositoryUpdateEvents

      public void setRepositoryUpdateEvents(Boolean repositoryUpdateEvents)
      Method used to update value of field "repositoryUpdateEvents"
      Parameters:
      repositoryUpdateEvents - New value of field "repositoryUpdateEvents"
    • getIssuesEvents

      public Boolean getIssuesEvents()
      Method used to get the value of field "issuesEvents"
      Returns:
      Value of field "issuesEvents"
    • setIssuesEvents

      public void setIssuesEvents(Boolean issuesEvents)
      Method used to update value of field "issuesEvents"
      Parameters:
      issuesEvents - New value of field "issuesEvents"
    • getConfidentialIssuesEvents

      public Boolean getConfidentialIssuesEvents()
      Method used to get the value of field "confidentialIssuesEvents"
      Returns:
      Value of field "confidentialIssuesEvents"
    • setConfidentialIssuesEvents

      public void setConfidentialIssuesEvents(Boolean confidentialIssuesEvents)
      Method used to update value of field "confidentialIssuesEvents"
      Parameters:
      confidentialIssuesEvents - New value of field "confidentialIssuesEvents"
    • getNoteEvents

      public Boolean getNoteEvents()
      Method used to get the value of field "noteEvents"
      Returns:
      Value of field "noteEvents"
    • setNoteEvents

      public void setNoteEvents(Boolean noteEvents)
      Method used to update value of field "noteEvents"
      Parameters:
      noteEvents - New value of field "noteEvents"
    • getConfidentialNoteEvents

      public Boolean getConfidentialNoteEvents()
      Method used to get the value of field "confidentialNoteEvents"
      Returns:
      Value of field "confidentialNoteEvents"
    • setConfidentialNoteEvents

      public void setConfidentialNoteEvents(Boolean confidentialNoteEvents)
      Method used to update value of field "confidentialNoteEvents"
      Parameters:
      confidentialNoteEvents - New value of field "confidentialNoteEvents"
    • getPipelineEvents

      public Boolean getPipelineEvents()
      Method used to get the value of field "pipelineEvents"
      Returns:
      Value of field "pipelineEvents"
    • setPipelineEvents

      public void setPipelineEvents(Boolean pipelineEvents)
      Method used to update value of field "pipelineEvents"
      Parameters:
      pipelineEvents - New value of field "pipelineEvents"
    • getWikiPageEvents

      public Boolean getWikiPageEvents()
      Method used to get the value of field "wikiPageEvents"
      Returns:
      Value of field "wikiPageEvents"
    • setWikiPageEvents

      public void setWikiPageEvents(Boolean wikiPageEvents)
      Method used to update value of field "wikiPageEvents"
      Parameters:
      wikiPageEvents - New value of field "wikiPageEvents"
    • getDeploymentEvents

      public Boolean getDeploymentEvents()
      Method used to get the value of field "deploymentEvents"
      Returns:
      Value of field "deploymentEvents"
    • setDeploymentEvents

      public void setDeploymentEvents(Boolean deploymentEvents)
      Method used to update value of field "deploymentEvents"
      Parameters:
      deploymentEvents - New value of field "deploymentEvents"
    • getJobEvents

      public Boolean getJobEvents()
      Method used to get the value of field "jobEvents"
      Returns:
      Value of field "jobEvents"
    • setJobEvents

      public void setJobEvents(Boolean jobEvents)
      Method used to update value of field "jobEvents"
      Parameters:
      jobEvents - New value of field "jobEvents"
    • getReleasesEvents

      public Boolean getReleasesEvents()
      Method used to get the value of field "releasesEvents"
      Returns:
      Value of field "releasesEvents"
    • setReleasesEvents

      public void setReleasesEvents(Boolean releasesEvents)
      Method used to update value of field "releasesEvents"
      Parameters:
      releasesEvents - New value of field "releasesEvents"
    • getPushEventsBranchFilter

      public String getPushEventsBranchFilter()
      Method used to get the value of field "pushEventsBranchFilter"
      Returns:
      Value of field "pushEventsBranchFilter"
    • setPushEventsBranchFilter

      public void setPushEventsBranchFilter(String pushEventsBranchFilter)
      Method used to update value of field "pushEventsBranchFilter"
      Parameters:
      pushEventsBranchFilter - New value of field "pushEventsBranchFilter"
    • getEnableSslVerification

      public Boolean getEnableSslVerification()
      Method used to get the value of field "enableSslVerification"
      Returns:
      Value of field "enableSslVerification"
    • setEnableSslVerification

      public void setEnableSslVerification(Boolean enableSslVerification)
      Method used to update value of field "enableSslVerification"
      Parameters:
      enableSslVerification - New value of field "enableSslVerification"
    • equals

      public boolean equals(Object parameter)
      Overrides:
      equals in class Object
    • hashCode

      public int hashCode()
      Overrides:
      hashCode in class Object
    • toString

      public String toString()
      Overrides:
      toString in class Object