Class ProjectSystemHookEvent

java.lang.Object
org.gitlab4j.api.systemhooks.AbstractSystemHookEvent
org.gitlab4j.api.systemhooks.ProjectSystemHookEvent
All Implemented Interfaces:
SystemHookEvent

public class ProjectSystemHookEvent
extends AbstractSystemHookEvent
  • Field Details

  • Constructor Details

    • ProjectSystemHookEvent

      public ProjectSystemHookEvent()
  • Method Details

    • getCreatedAt

      public Date getCreatedAt()
    • setCreatedAt

      public void setCreatedAt​(Date createdAt)
    • getUpdatedAt

      public Date getUpdatedAt()
    • setUpdatedAt

      public void setUpdatedAt​(Date updatedAt)
    • getEventName

      public String getEventName()
    • setEventName

      public void setEventName​(String eventName)
    • getName

      public String getName()
    • setName

      public void setName​(String name)
    • getOwnerEmail

      public String getOwnerEmail()
    • setOwnerEmail

      public void setOwnerEmail​(String ownerEmail)
    • getOwnerName

      public String getOwnerName()
    • setOwnerName

      public void setOwnerName​(String ownerName)
    • getPath

      public String getPath()
    • setPath

      public void setPath​(String path)
    • getProjectId

      public Integer getProjectId()
    • setProjectId

      public void setProjectId​(Integer projectId)
    • getPathWithNamespace

      public String getPathWithNamespace()
    • setPathWithNamespace

      public void setPathWithNamespace​(String pathWithNamespace)
    • getProjectVisibility

      public Visibility getProjectVisibility()
    • setProjectVisibility

      public void setProjectVisibility​(Visibility projectVisibility)
    • getOldPathWithNamespace

      public String getOldPathWithNamespace()
    • setOldPathWithNamespace

      public void setOldPathWithNamespace​(String oldPathWithNamespace)
    • toString

      public String toString()
      Overrides:
      toString in class Object