Hierarchy For All Packages
Package Hierarchies:- io.meeds.gamification.github.dao,
- io.meeds.gamification.github.entity,
- io.meeds.gamification.github.exception,
- io.meeds.gamification.github.listener,
- io.meeds.gamification.github.model,
- io.meeds.gamification.github.plugin,
- io.meeds.gamification.github.rest,
- io.meeds.gamification.github.rest.builder,
- io.meeds.gamification.github.rest.model,
- io.meeds.gamification.github.scheduled,
- io.meeds.gamification.github.services,
- io.meeds.gamification.github.services.impl,
- io.meeds.gamification.github.storage,
- io.meeds.gamification.github.storage.cached,
- io.meeds.gamification.github.storage.cached.model,
- io.meeds.gamification.github.storage.mapper,
- io.meeds.gamification.github.utils
Class Hierarchy
- java.lang.Object
- io.meeds.oauth.spi.AccessTokenContext (implements java.io.Serializable)
- io.meeds.gamification.github.model.GithubAccessTokenContext (implements java.io.Serializable)
- org.exoplatform.container.component.BaseComponentPlugin (implements org.exoplatform.container.component.ComponentPlugin)
- io.meeds.gamification.plugin.ConnectorPlugin
- io.meeds.gamification.github.plugin.GithubConnectorPlugin
- io.meeds.gamification.plugin.EventPlugin
- io.meeds.gamification.github.plugin.GithubEventPlugin
- io.meeds.gamification.github.plugin.GithubTriggerPlugin
- io.meeds.gamification.github.plugin.CommentPullRequestTriggerPlugin
- io.meeds.gamification.github.plugin.CommentTriggerPlugin
- io.meeds.gamification.github.plugin.IssueTriggerPlugin
- io.meeds.gamification.github.plugin.PullRequestReviewTriggerPlugin
- io.meeds.gamification.github.plugin.PullRequestTriggerPlugin
- io.meeds.gamification.github.plugin.PushCodeTriggerPlugin
- org.exoplatform.services.listener.Listener<S,
D> - io.meeds.gamification.github.listener.GithubEventsListener
- io.meeds.gamification.plugin.ConnectorPlugin
- io.meeds.gamification.github.storage.cached.model.CacheKey (implements java.io.Serializable)
- io.meeds.gamification.github.model.Event
- org.exoplatform.commons.persistence.impl.GenericDAOJPAImpl<E,
I> (implements org.exoplatform.commons.api.persistence.GenericDAO<E, ID>) - io.meeds.gamification.github.dao.WebHookDAO
- io.meeds.gamification.github.services.impl.GithubConsumerServiceImpl (implements io.meeds.gamification.github.services.GithubConsumerService)
- io.meeds.gamification.github.storage.GithubConsumerStorage
- io.meeds.gamification.github.storage.cached.GithubConsumerCachedStorage
- io.meeds.gamification.github.services.impl.GithubTriggerServiceImpl (implements io.meeds.gamification.github.services.GithubTriggerService, org.picocontainer.Startable)
- io.meeds.gamification.github.scheduled.GitHubWebHookForceUpdate (implements org.quartz.Job)
- io.meeds.gamification.github.rest.GithubWebHookRest (implements org.exoplatform.services.rest.resource.ResourceContainer)
- io.meeds.gamification.github.rest.HooksManagementRest (implements org.exoplatform.services.rest.resource.ResourceContainer)
- io.meeds.gamification.github.model.RemoteOrganization
- io.meeds.gamification.github.model.RemoteRepository
- io.meeds.gamification.github.rest.model.RepositoryList
- io.meeds.gamification.github.rest.model.RepositoryRestEntity
- io.meeds.gamification.github.utils.StringListConverter (implements jakarta.persistence.AttributeConverter<X,
Y>) - java.lang.Throwable (implements java.io.Serializable)
- java.lang.Exception
- io.meeds.gamification.github.exception.GithubConnectionException
- java.lang.Exception
- io.meeds.gamification.github.model.TokenStatus
- io.meeds.gamification.github.utils.Utils
- io.meeds.gamification.github.model.WebHook (implements java.lang.Cloneable)
- io.meeds.gamification.github.rest.builder.WebHookBuilder
- io.meeds.gamification.github.entity.WebhookEntity (implements java.io.Serializable)
- io.meeds.gamification.github.rest.model.WebHookList
- io.meeds.gamification.github.storage.mapper.WebHookMapper
- io.meeds.gamification.github.rest.model.WebHookRestEntity
- io.meeds.gamification.github.services.impl.WebhookServiceImpl (implements io.meeds.gamification.github.services.WebhookService)
- io.meeds.gamification.github.storage.WebHookStorage
- io.meeds.oauth.spi.AccessTokenContext (implements java.io.Serializable)
Interface Hierarchy
- io.meeds.gamification.github.services.GithubConsumerService
- io.meeds.gamification.github.services.GithubTriggerService
- io.meeds.gamification.github.services.WebhookService