Hierarchy For All Packages
- io.meeds.github.gamification.dao,
- io.meeds.github.gamification.entity,
- io.meeds.github.gamification.exception,
- io.meeds.github.gamification.listener,
- io.meeds.github.gamification.model,
- io.meeds.github.gamification.plugin,
- io.meeds.github.gamification.rest,
- io.meeds.github.gamification.rest.builder,
- io.meeds.github.gamification.rest.model,
- io.meeds.github.gamification.scheduling,
- io.meeds.github.gamification.scheduling.task,
- io.meeds.github.gamification.services,
- io.meeds.github.gamification.services.impl,
- io.meeds.github.gamification.storage,
- io.meeds.github.gamification.storage.mapper,
- io.meeds.github.gamification.utils
Class Hierarchy
- java.lang.Object
- io.meeds.oauth.spi.AccessTokenContext (implements java.io.Serializable)
- io.meeds.github.gamification.model.GithubAccessTokenContext (implements java.io.Serializable)
- org.exoplatform.container.component.BaseComponentPlugin (implements org.exoplatform.container.component.ComponentPlugin)
- io.meeds.gamification.plugin.ConnectorPlugin
- io.meeds.github.gamification.plugin.GithubConnectorPlugin
- io.meeds.gamification.plugin.EventPlugin
- io.meeds.github.gamification.plugin.GithubEventPlugin
- io.meeds.github.gamification.plugin.GithubTriggerPlugin
- io.meeds.github.gamification.plugin.CommentPullRequestTriggerPlugin
- io.meeds.github.gamification.plugin.CommentTriggerPlugin
- io.meeds.github.gamification.plugin.IssueTriggerPlugin
- io.meeds.github.gamification.plugin.PullRequestReviewTriggerPlugin
- io.meeds.github.gamification.plugin.PullRequestTriggerPlugin
- io.meeds.github.gamification.plugin.PushCodeTriggerPlugin
- org.exoplatform.services.listener.Listener<S,
D> (implements org.exoplatform.services.listener.ListenerBase<S, D>) - io.meeds.github.gamification.listener.GithubEventsListener
- io.meeds.gamification.plugin.ConnectorPlugin
- io.meeds.github.gamification.model.Event
- io.meeds.github.gamification.services.impl.GithubConsumerServiceImpl (implements io.meeds.github.gamification.services.GithubConsumerService)
- io.meeds.github.gamification.storage.GithubConsumerStorage
- io.meeds.github.gamification.services.impl.GithubTriggerServiceImpl (implements io.meeds.github.gamification.services.GithubTriggerService, org.picocontainer.Startable)
- io.meeds.github.gamification.scheduling.task.GitHubWebHookForceUpdateTask
- io.meeds.github.gamification.rest.GithubWebHookRest
- io.meeds.github.gamification.rest.HooksManagementRest
- io.meeds.github.gamification.model.RemoteOrganization
- io.meeds.github.gamification.model.RemoteRepository
- io.meeds.github.gamification.rest.model.RepositoryList
- io.meeds.github.gamification.rest.model.RepositoryRestEntity
- io.meeds.github.gamification.scheduling.SchedulingConfig
- io.meeds.github.gamification.utils.StringListConverter (implements jakarta.persistence.AttributeConverter<X,
Y>) - java.lang.Throwable (implements java.io.Serializable)
- java.lang.Exception
- io.meeds.github.gamification.exception.GithubConnectionException
- java.lang.Exception
- io.meeds.github.gamification.model.TokenStatus
- io.meeds.github.gamification.utils.Utils
- io.meeds.github.gamification.model.WebHook (implements java.lang.Cloneable)
- io.meeds.github.gamification.rest.builder.WebHookBuilder
- io.meeds.github.gamification.entity.WebhookEntity (implements java.io.Serializable)
- io.meeds.github.gamification.rest.model.WebHookList
- io.meeds.github.gamification.storage.mapper.WebHookMapper
- io.meeds.github.gamification.rest.model.WebHookRestEntity
- io.meeds.github.gamification.services.impl.WebhookServiceImpl (implements io.meeds.github.gamification.services.WebhookService)
- io.meeds.github.gamification.storage.WebHookStorage
- io.meeds.oauth.spi.AccessTokenContext (implements java.io.Serializable)
Interface Hierarchy
- io.meeds.github.gamification.services.GithubConsumerService
- io.meeds.github.gamification.services.GithubTriggerService
- org.springframework.data.repository.query.QueryByExampleExecutor<T>
- org.springframework.data.jpa.repository.JpaRepository<T,
ID> (also extends org.springframework.data.repository.ListCrudRepository<T, ID>, org.springframework.data.repository.ListPagingAndSortingRepository<T, ID>) - io.meeds.github.gamification.dao.WebHookDAO
- org.springframework.data.jpa.repository.JpaRepository<T,
- org.springframework.data.repository.Repository<T,
ID> - org.springframework.data.repository.CrudRepository<T,
ID> - org.springframework.data.repository.ListCrudRepository<T,
ID> - org.springframework.data.jpa.repository.JpaRepository<T,
ID> (also extends org.springframework.data.repository.ListPagingAndSortingRepository<T, ID>, org.springframework.data.repository.query.QueryByExampleExecutor<T>) - io.meeds.github.gamification.dao.WebHookDAO
- org.springframework.data.jpa.repository.JpaRepository<T,
- org.springframework.data.repository.ListCrudRepository<T,
- org.springframework.data.repository.PagingAndSortingRepository<T,
ID> - org.springframework.data.repository.ListPagingAndSortingRepository<T,
ID> - org.springframework.data.jpa.repository.JpaRepository<T,
ID> (also extends org.springframework.data.repository.ListCrudRepository<T, ID>, org.springframework.data.repository.query.QueryByExampleExecutor<T>) - io.meeds.github.gamification.dao.WebHookDAO
- org.springframework.data.jpa.repository.JpaRepository<T,
- org.springframework.data.repository.ListPagingAndSortingRepository<T,
- org.springframework.data.repository.CrudRepository<T,
- io.meeds.github.gamification.services.WebhookService