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 Link icon

    • ProjectHook Link icon

      public ProjectHook()
  • Method Details Link icon

    • getId Link icon

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

      public String toString()
      Overrides:
      toString in class Object