Class GitHubHookEntity

java.lang.Object
org.exoplatform.gamification.github.entity.GitHubHookEntity
All Implemented Interfaces:
Serializable

@Entity(name="GitHubHookEntity") public class GitHubHookEntity extends Object implements Serializable
See Also:
  • Field Details

    • id

      protected Long id
    • githubId

      protected Long githubId
    • organization

      protected String organization
    • repo

      protected String repo
    • webhook

      protected String webhook
    • events

      protected String events
    • exoEnvironment

      protected String exoEnvironment
    • enabled

      protected Boolean enabled
    • createdDate

      protected Date createdDate
    • updatedDate

      protected Date updatedDate
  • Constructor Details

    • GitHubHookEntity

      public GitHubHookEntity()