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:
- Serialized Form
-
-
Field Summary
Fields Modifier and Type Field Description protected DatecreatedDateprotected Booleanenabledprotected Stringeventsprotected StringexoEnvironmentprotected LonggithubIdprotected Longidprotected Stringorganizationprotected Stringrepoprotected DateupdatedDateprotected Stringwebhook
-
Constructor Summary
Constructors Constructor Description GitHubHookEntity()
-
-
-
Field Detail
-
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
-
-