Index

A C D E F G H I L M N O P R S T U V W 
All Classes and Interfaces|All Packages|Constant Field Values|Serialized Form

A

accessToken - Variable in class org.exoplatform.gamification.github.model.GithubAccessTokenContext
 
ACTION - Static variable in class org.exoplatform.gamification.github.utils.Utils
 
ADD_ISSUE_LABEL_EVENT_NAME - Static variable in class org.exoplatform.gamification.github.utils.Utils
 
addPlugin(GithubTriggerPlugin) - Method in interface org.exoplatform.gamification.github.services.GithubTriggerService
Add a new GithubTriggerPlugin for a given github trigger name
addPlugin(GithubTriggerPlugin) - Method in class org.exoplatform.gamification.github.services.impl.GithubTriggerServiceImpl
 
AUTHORIZATION - Static variable in class org.exoplatform.gamification.github.utils.Utils
 
AUTHORIZED_TO_ACCESS_GIT_HUB_HOOKS - Static variable in class org.exoplatform.gamification.github.utils.Utils
 
AVATAR_URL - Static variable in class org.exoplatform.gamification.github.utils.Utils
 

C

CacheKey - Class in org.exoplatform.gamification.github.storage.cached.model
 
CacheKey(Integer, long, String) - Constructor for class org.exoplatform.gamification.github.storage.cached.model.CacheKey
 
CacheKey(Integer, String) - Constructor for class org.exoplatform.gamification.github.storage.cached.model.CacheKey
 
CacheKey(Integer, String, String, int, int, String) - Constructor for class org.exoplatform.gamification.github.storage.cached.model.CacheKey
 
checkGitHubTokenStatus(String) - Method in interface org.exoplatform.gamification.github.services.GithubConsumerService
Check gitHub personal access token
checkGitHubTokenStatus(String) - Method in class org.exoplatform.gamification.github.services.impl.GithubConsumerServiceImpl
 
checkGitHubTokenStatus(String) - Method in class org.exoplatform.gamification.github.storage.cached.GithubConsumerCachedStorage
 
checkGitHubTokenStatus(String) - Method in class org.exoplatform.gamification.github.storage.GithubConsumerStorage
 
clearCache() - Method in interface org.exoplatform.gamification.github.services.GithubConsumerService
clear remote webhook entities cache
clearCache() - Method in class org.exoplatform.gamification.github.services.impl.GithubConsumerServiceImpl
 
clearCache() - Method in class org.exoplatform.gamification.github.storage.cached.GithubConsumerCachedStorage
 
clearCache() - Method in class org.exoplatform.gamification.github.storage.GithubConsumerStorage
 
clearCache(WebHook) - Method in class org.exoplatform.gamification.github.storage.cached.GithubConsumerCachedStorage
 
clearCache(WebHook) - Method in class org.exoplatform.gamification.github.storage.GithubConsumerStorage
 
clone() - Method in class org.exoplatform.gamification.github.model.WebHook
 
CLOSE_ISSUE_EVENT_NAME - Static variable in class org.exoplatform.gamification.github.utils.Utils
 
CLOSE_PULL_REQUEST_EVENT_NAME - Static variable in class org.exoplatform.gamification.github.utils.Utils
 
CLOSED - Static variable in class org.exoplatform.gamification.github.utils.Utils
 
COMMENT - Static variable in class org.exoplatform.gamification.github.utils.Utils
 
COMMENT_ISSUE_EVENT_NAME - Static variable in class org.exoplatform.gamification.github.utils.Utils
 
COMMENT_ISSUE_TYPE - Static variable in class org.exoplatform.gamification.github.utils.Utils
 
COMMENT_PR_TYPE - Static variable in class org.exoplatform.gamification.github.utils.Utils
 
COMMENT_PULL_REQUEST_EVENT_NAME - Static variable in class org.exoplatform.gamification.github.utils.Utils
 
CommentPullRequestTriggerPlugin - Class in org.exoplatform.gamification.github.plugin
 
CommentPullRequestTriggerPlugin() - Constructor for class org.exoplatform.gamification.github.plugin.CommentPullRequestTriggerPlugin
 
CommentTriggerPlugin - Class in org.exoplatform.gamification.github.plugin
 
CommentTriggerPlugin() - Constructor for class org.exoplatform.gamification.github.plugin.CommentTriggerPlugin
 
CONNECTOR_NAME - Static variable in class org.exoplatform.gamification.github.utils.Utils
 
convertToDatabaseColumn(List<String>) - Method in class org.exoplatform.gamification.github.utils.StringListConverter
 
convertToEntityAttribute(String) - Method in class org.exoplatform.gamification.github.utils.StringListConverter
 
countWebhooks() - Method in class org.exoplatform.gamification.github.storage.WebHookStorage
 
countWebhooks(String, boolean) - Method in class org.exoplatform.gamification.github.services.impl.WebhookServiceImpl
 
countWebhooks(String, boolean) - Method in interface org.exoplatform.gamification.github.services.WebhookService
Count all gitHub webhooks
CREATE_ISSUE_EVENT_NAME - Static variable in class org.exoplatform.gamification.github.utils.Utils
 
CREATE_PULL_REQUEST_EVENT_NAME - Static variable in class org.exoplatform.gamification.github.utils.Utils
 
CREATED - Static variable in class org.exoplatform.gamification.github.utils.Utils
 
createWebhook(String, String[], String) - Method in interface org.exoplatform.gamification.github.services.GithubConsumerService
create github organization hook.
createWebhook(String, String[], String) - Method in class org.exoplatform.gamification.github.services.impl.GithubConsumerServiceImpl
 
createWebhook(String, String[], String) - Method in class org.exoplatform.gamification.github.storage.GithubConsumerStorage
 
createWebhook(String, String, String) - Method in class org.exoplatform.gamification.github.services.impl.WebhookServiceImpl
 
createWebhook(String, String, String) - Method in interface org.exoplatform.gamification.github.services.WebhookService
create github organization hook.
createWebhookHook(String, String) - Method in class org.exoplatform.gamification.github.rest.HooksManagementRest
 

D

decode(String) - Static method in class org.exoplatform.gamification.github.utils.Utils
 
DELETE_ISSUE_COMMENT_EVENT_NAME - Static variable in class org.exoplatform.gamification.github.utils.Utils
 
DELETE_ISSUE_LABEL_EVENT_NAME - Static variable in class org.exoplatform.gamification.github.utils.Utils
 
DELETE_PULL_REQUEST_COMMENT_EVENT_NAME - Static variable in class org.exoplatform.gamification.github.utils.Utils
 
DELETED - Static variable in class org.exoplatform.gamification.github.utils.Utils
 
deleteWebhook(long) - Method in class org.exoplatform.gamification.github.services.impl.WebhookServiceImpl
 
deleteWebhook(WebHook) - Method in interface org.exoplatform.gamification.github.services.GithubConsumerService
delete gitHub webhook
deleteWebhook(WebHook) - Method in class org.exoplatform.gamification.github.services.impl.GithubConsumerServiceImpl
 
deleteWebHook(long) - Method in class org.exoplatform.gamification.github.storage.WebHookStorage
 
deleteWebhookHook(long) - Method in class org.exoplatform.gamification.github.rest.HooksManagementRest
 
deleteWebhookHook(long, String) - Method in class org.exoplatform.gamification.github.services.impl.WebhookServiceImpl
 
deleteWebhookHook(long, String) - Method in interface org.exoplatform.gamification.github.services.WebhookService
delete gitHub webhook
deleteWebhookHook(WebHook) - Method in class org.exoplatform.gamification.github.storage.cached.GithubConsumerCachedStorage
 
deleteWebhookHook(WebHook) - Method in class org.exoplatform.gamification.github.storage.GithubConsumerStorage
 
DESCRIPTION - Static variable in class org.exoplatform.gamification.github.utils.Utils
 

E

ENABLED - Static variable in class org.exoplatform.gamification.github.services.impl.WebhookServiceImpl
 
encode(String) - Static method in class org.exoplatform.gamification.github.utils.Utils
 
equals(Object) - Method in class org.exoplatform.gamification.github.model.GithubAccessTokenContext
 
Event - Class in org.exoplatform.gamification.github.model
 
Event() - Constructor for class org.exoplatform.gamification.github.model.Event
 
EVENTS - Static variable in class org.exoplatform.gamification.github.utils.Utils
 
execute(JobExecutionContext) - Method in class org.exoplatform.gamification.github.scheduled.GitHubWebHookForceUpdate
 
extractSubItem(Map<String, Object>, String...) - Static method in class org.exoplatform.gamification.github.utils.Utils
 

F

forceUpdateWebhook(WebHook) - Method in interface org.exoplatform.gamification.github.services.GithubConsumerService
Force Update Webhook
forceUpdateWebhook(WebHook) - Method in class org.exoplatform.gamification.github.services.impl.GithubConsumerServiceImpl
 
forceUpdateWebhook(WebHook) - Method in class org.exoplatform.gamification.github.storage.GithubConsumerStorage
 
forceUpdateWebhooks() - Method in class org.exoplatform.gamification.github.rest.HooksManagementRest
 
forceUpdateWebhooks() - Method in class org.exoplatform.gamification.github.services.impl.WebhookServiceImpl
 
forceUpdateWebhooks() - Method in interface org.exoplatform.gamification.github.services.WebhookService
Force update the stored github organization webhooks if there is a change to the remote webhooks, such as an entity deletion or the update event
fromEntity(WebhookEntity) - Static method in class org.exoplatform.gamification.github.storage.mapper.WebHookMapper
 
fromJsonStringToMap(String) - Static method in class org.exoplatform.gamification.github.utils.Utils
 
fromJsonStringToMapCollection(String) - Static method in class org.exoplatform.gamification.github.utils.Utils
 

G

GAMIFICATION_CANCEL_EVENT - Static variable in class org.exoplatform.gamification.github.listener.GithubEventsListener
 
GAMIFICATION_GENERIC_EVENT - Static variable in class org.exoplatform.gamification.github.listener.GithubEventsListener
 
generateRandomSecret(int) - Static method in class org.exoplatform.gamification.github.utils.Utils
 
getAccessToken() - Method in class org.exoplatform.gamification.github.model.GithubAccessTokenContext
 
getConnectorName() - Method in class org.exoplatform.gamification.github.plugin.GithubConnectorPlugin
 
getEvents(Map<String, Object>) - Method in class org.exoplatform.gamification.github.plugin.CommentPullRequestTriggerPlugin
 
getEvents(Map<String, Object>) - Method in class org.exoplatform.gamification.github.plugin.CommentTriggerPlugin
 
getEvents(Map<String, Object>) - Method in class org.exoplatform.gamification.github.plugin.GithubTriggerPlugin
Gets List of triggered events
getEvents(Map<String, Object>) - Method in class org.exoplatform.gamification.github.plugin.IssueTriggerPlugin
 
getEvents(Map<String, Object>) - Method in class org.exoplatform.gamification.github.plugin.PullRequestReviewTriggerPlugin
 
getEvents(Map<String, Object>) - Method in class org.exoplatform.gamification.github.plugin.PullRequestTriggerPlugin
 
getEvents(Map<String, Object>) - Method in class org.exoplatform.gamification.github.plugin.PushCodeTriggerPlugin
 
getOAuthService(RemoteConnectorSettings) - Method in class org.exoplatform.gamification.github.plugin.GithubConnectorPlugin
 
getTriggers() - Method in interface org.exoplatform.gamification.github.services.GithubTriggerService
Gets list of configured github triggers
getTriggers() - Method in class org.exoplatform.gamification.github.services.impl.GithubTriggerServiceImpl
 
getWebHookById(long) - Method in class org.exoplatform.gamification.github.rest.HooksManagementRest
 
getWebHookById(Long) - Method in class org.exoplatform.gamification.github.storage.WebHookStorage
 
getWebhookByOrganizationId(long) - Method in class org.exoplatform.gamification.github.dao.WebHookDAO
 
getWebhookByOrganizationId(long) - Method in class org.exoplatform.gamification.github.storage.WebHookStorage
 
getWebhookId(long) - Method in class org.exoplatform.gamification.github.services.impl.WebhookServiceImpl
 
getWebhookId(long) - Method in interface org.exoplatform.gamification.github.services.WebhookService
Retrieves a webHook identified by its technical identifier.
getWebhookId(long, String) - Method in class org.exoplatform.gamification.github.services.impl.WebhookServiceImpl
 
getWebhookId(long, String) - Method in interface org.exoplatform.gamification.github.services.WebhookService
Retrieves a webHook identified by its technical identifier accessed by a user
getWebhookIds(int, int) - Method in class org.exoplatform.gamification.github.dao.WebHookDAO
 
getWebhookIds(int, int) - Method in class org.exoplatform.gamification.github.storage.WebHookStorage
 
getWebHookRepos(long, int, int, String) - Method in class org.exoplatform.gamification.github.rest.HooksManagementRest
 
getWebhooks(int, int) - Method in class org.exoplatform.gamification.github.services.impl.WebhookServiceImpl
 
getWebhooks(int, int, boolean) - Method in class org.exoplatform.gamification.github.services.impl.WebhookServiceImpl
 
getWebhooks(int, int, boolean) - Method in interface org.exoplatform.gamification.github.services.WebhookService
Get available github hooks using offset and limit.
getWebhooks(String, int, int, boolean) - Method in class org.exoplatform.gamification.github.services.impl.WebhookServiceImpl
 
getWebhooks(String, int, int, boolean) - Method in interface org.exoplatform.gamification.github.services.WebhookService
Get available github hooks using offset and limit.
getWebHooks(int, int, boolean) - Method in class org.exoplatform.gamification.github.rest.HooksManagementRest
 
GITHUB_ACTION_EVENT - Static variable in class org.exoplatform.gamification.github.utils.Utils
 
GITHUB_API_URL - Static variable in class org.exoplatform.gamification.github.utils.Utils
 
GITHUB_CACHE_NAME - Static variable in class org.exoplatform.gamification.github.storage.cached.GithubConsumerCachedStorage
 
GITHUB_CANCEL_ACTION_EVENT - Static variable in class org.exoplatform.gamification.github.utils.Utils
 
GITHUB_CONNECTION_ERROR - Static variable in class org.exoplatform.gamification.github.utils.Utils
 
GITHUB_HOOK_NOT_FOUND - Static variable in class org.exoplatform.gamification.github.rest.HooksManagementRest
 
GithubAccessTokenContext - Class in org.exoplatform.gamification.github.model
 
GithubAccessTokenContext(OAuth2AccessToken) - Constructor for class org.exoplatform.gamification.github.model.GithubAccessTokenContext
 
GithubConnectionException - Exception in org.exoplatform.gamification.github.exception
 
GithubConnectionException(String) - Constructor for exception org.exoplatform.gamification.github.exception.GithubConnectionException
 
GithubConnectionException(String, Exception) - Constructor for exception org.exoplatform.gamification.github.exception.GithubConnectionException
 
GithubConnectorPlugin - Class in org.exoplatform.gamification.github.plugin
 
GithubConnectorPlugin(ConnectorSettingService) - Constructor for class org.exoplatform.gamification.github.plugin.GithubConnectorPlugin
 
GithubConsumerCachedStorage - Class in org.exoplatform.gamification.github.storage.cached
 
GithubConsumerCachedStorage(CacheService) - Constructor for class org.exoplatform.gamification.github.storage.cached.GithubConsumerCachedStorage
 
GithubConsumerService - Interface in org.exoplatform.gamification.github.services
 
GithubConsumerServiceImpl - Class in org.exoplatform.gamification.github.services.impl
 
GithubConsumerServiceImpl(GithubConsumerStorage) - Constructor for class org.exoplatform.gamification.github.services.impl.GithubConsumerServiceImpl
 
GithubConsumerStorage - Class in org.exoplatform.gamification.github.storage
 
GithubConsumerStorage() - Constructor for class org.exoplatform.gamification.github.storage.GithubConsumerStorage
 
githubEvent(String, String, String) - Method in class org.exoplatform.gamification.github.rest.GithubWebHookRest
 
GithubEventsListener - Class in org.exoplatform.gamification.github.listener
 
GithubEventsListener(ListenerService) - Constructor for class org.exoplatform.gamification.github.listener.GithubEventsListener
 
GithubTriggerPlugin - Class in org.exoplatform.gamification.github.plugin
A plugin that will be used by WebhookService to handle github triggers
GithubTriggerPlugin() - Constructor for class org.exoplatform.gamification.github.plugin.GithubTriggerPlugin
 
GithubTriggerService - Interface in org.exoplatform.gamification.github.services
 
GithubTriggerServiceImpl - Class in org.exoplatform.gamification.github.services.impl
 
GithubTriggerServiceImpl(ListenerService, ConnectorService, IdentityManager, EventService) - Constructor for class org.exoplatform.gamification.github.services.impl.GithubTriggerServiceImpl
 
GitHubWebHookForceUpdate - Class in org.exoplatform.gamification.github.scheduled
A service that will manage the periodic updating of github webhooks, ensuring that webhooks data remains current with external sources.
GitHubWebHookForceUpdate() - Constructor for class org.exoplatform.gamification.github.scheduled.GitHubWebHookForceUpdate
 
GithubWebHookRest - Class in org.exoplatform.gamification.github.rest
 
GithubWebHookRest(GithubTriggerService) - Constructor for class org.exoplatform.gamification.github.rest.GithubWebHookRest
 

H

handleTrigger(String, String, String) - Method in interface org.exoplatform.gamification.github.services.GithubTriggerService
Handle github trigger
handleTrigger(String, String, String) - Method in class org.exoplatform.gamification.github.services.impl.GithubTriggerServiceImpl
 
handleTriggerAsync(String, String, String) - Method in interface org.exoplatform.gamification.github.services.GithubTriggerService
Handle github trigger asynchronously
handleTriggerAsync(String, String, String) - Method in class org.exoplatform.gamification.github.services.impl.GithubTriggerServiceImpl
 
handleTriggerAsyncInternal(String, String, String) - Method in class org.exoplatform.gamification.github.services.impl.GithubTriggerServiceImpl
 
hashCode() - Method in class org.exoplatform.gamification.github.model.GithubAccessTokenContext
 
HEAD_COMMIT - Static variable in class org.exoplatform.gamification.github.utils.Utils
 
HMAC_SHA1_ALGORITHM - Static variable in class org.exoplatform.gamification.github.utils.Utils
 
HooksManagementRest - Class in org.exoplatform.gamification.github.rest
 
HooksManagementRest(WebhookService, GithubConsumerService) - Constructor for class org.exoplatform.gamification.github.rest.HooksManagementRest
 
HREF - Static variable in class org.exoplatform.gamification.github.utils.Utils
 
HTML - Static variable in class org.exoplatform.gamification.github.utils.Utils
 
HTML_URL - Static variable in class org.exoplatform.gamification.github.utils.Utils
 

I

ID - Static variable in class org.exoplatform.gamification.github.utils.Utils
 
ISSUE - Static variable in class org.exoplatform.gamification.github.utils.Utils
 
ISSUE_TYPE - Static variable in class org.exoplatform.gamification.github.utils.Utils
 
IssueTriggerPlugin - Class in org.exoplatform.gamification.github.plugin
 
IssueTriggerPlugin() - Constructor for class org.exoplatform.gamification.github.plugin.IssueTriggerPlugin
 
isWebHookRepositoryEnabled(long, long) - Method in class org.exoplatform.gamification.github.services.impl.WebhookServiceImpl
 
isWebHookRepositoryEnabled(long, long) - Method in interface org.exoplatform.gamification.github.services.WebhookService
Check if webhook repository is enabled
isWebHookRepositoryEnabled(String) - Method in class org.exoplatform.gamification.github.services.impl.WebhookServiceImpl
 
isWebHookRepositoryEnabled(String) - Method in interface org.exoplatform.gamification.github.services.WebhookService
Check if webhook repository is enabled
isWebHookWatchLimitEnabled(long) - Method in class org.exoplatform.gamification.github.services.impl.WebhookServiceImpl
 
isWebHookWatchLimitEnabled(long) - Method in interface org.exoplatform.gamification.github.services.WebhookService
Check if webhook watch limit is enabled

L

LABEL - Static variable in class org.exoplatform.gamification.github.utils.Utils
 
LABELED - Static variable in class org.exoplatform.gamification.github.utils.Utils
 
LINKS - Static variable in class org.exoplatform.gamification.github.utils.Utils
 
LOGIN - Static variable in class org.exoplatform.gamification.github.utils.Utils
 

M

MERGED - Static variable in class org.exoplatform.gamification.github.utils.Utils
 

N

NAME - Static variable in class org.exoplatform.gamification.github.utils.Utils
 
NOT_PLANNED - Static variable in class org.exoplatform.gamification.github.utils.Utils
 

O

onEvent(Event<Map<String, String>, String>) - Method in class org.exoplatform.gamification.github.listener.GithubEventsListener
 
OPENED - Static variable in class org.exoplatform.gamification.github.utils.Utils
 
org.exoplatform.gamification.github.dao - package org.exoplatform.gamification.github.dao
 
org.exoplatform.gamification.github.entity - package org.exoplatform.gamification.github.entity
 
org.exoplatform.gamification.github.exception - package org.exoplatform.gamification.github.exception
 
org.exoplatform.gamification.github.listener - package org.exoplatform.gamification.github.listener
 
org.exoplatform.gamification.github.model - package org.exoplatform.gamification.github.model
 
org.exoplatform.gamification.github.plugin - package org.exoplatform.gamification.github.plugin
 
org.exoplatform.gamification.github.rest - package org.exoplatform.gamification.github.rest
 
org.exoplatform.gamification.github.rest.builder - package org.exoplatform.gamification.github.rest.builder
 
org.exoplatform.gamification.github.rest.model - package org.exoplatform.gamification.github.rest.model
 
org.exoplatform.gamification.github.scheduled - package org.exoplatform.gamification.github.scheduled
 
org.exoplatform.gamification.github.services - package org.exoplatform.gamification.github.services
 
org.exoplatform.gamification.github.services.impl - package org.exoplatform.gamification.github.services.impl
 
org.exoplatform.gamification.github.storage - package org.exoplatform.gamification.github.storage
 
org.exoplatform.gamification.github.storage.cached - package org.exoplatform.gamification.github.storage.cached
 
org.exoplatform.gamification.github.storage.cached.model - package org.exoplatform.gamification.github.storage.cached.model
 
org.exoplatform.gamification.github.storage.mapper - package org.exoplatform.gamification.github.storage.mapper
 
org.exoplatform.gamification.github.utils - package org.exoplatform.gamification.github.utils
 
ORGANIZATION_ID - Static variable in class org.exoplatform.gamification.github.dao.WebHookDAO
 
ORGANIZATIONS - Static variable in class org.exoplatform.gamification.github.utils.Utils
 

P

PR_TYPE - Static variable in class org.exoplatform.gamification.github.utils.Utils
 
PULL_REQUEST - Static variable in class org.exoplatform.gamification.github.utils.Utils
 
PULL_REQUEST_COMMENTED - Static variable in class org.exoplatform.gamification.github.utils.Utils
 
PULL_REQUEST_REVIEW - Static variable in class org.exoplatform.gamification.github.utils.Utils
 
PULL_REQUEST_REVIEW_COMMENT_EVENT_NAME - Static variable in class org.exoplatform.gamification.github.utils.Utils
 
PULL_REQUEST_VALIDATED - Static variable in class org.exoplatform.gamification.github.utils.Utils
 
PULL_REQUEST_VALIDATED_EVENT_NAME - Static variable in class org.exoplatform.gamification.github.utils.Utils
 
PullRequestReviewTriggerPlugin - Class in org.exoplatform.gamification.github.plugin
 
PullRequestReviewTriggerPlugin() - Constructor for class org.exoplatform.gamification.github.plugin.PullRequestReviewTriggerPlugin
 
PullRequestTriggerPlugin - Class in org.exoplatform.gamification.github.plugin
 
PullRequestTriggerPlugin() - Constructor for class org.exoplatform.gamification.github.plugin.PullRequestTriggerPlugin
 
PUSH_CODE_EVENT_NAME - Static variable in class org.exoplatform.gamification.github.utils.Utils
 
PushCodeTriggerPlugin - Class in org.exoplatform.gamification.github.plugin
 
PushCodeTriggerPlugin() - Constructor for class org.exoplatform.gamification.github.plugin.PushCodeTriggerPlugin
 
PUSHER - Static variable in class org.exoplatform.gamification.github.utils.Utils
 

R

RemoteOrganization - Class in org.exoplatform.gamification.github.model
 
RemoteOrganization() - Constructor for class org.exoplatform.gamification.github.model.RemoteOrganization
 
RemoteRepository - Class in org.exoplatform.gamification.github.model
 
RemoteRepository() - Constructor for class org.exoplatform.gamification.github.model.RemoteRepository
 
removePlugin(String) - Method in interface org.exoplatform.gamification.github.services.GithubTriggerService
Removes a GithubTriggerPlugin identified by its trigger name
removePlugin(String) - Method in class org.exoplatform.gamification.github.services.impl.GithubTriggerServiceImpl
 
RepositoryList - Class in org.exoplatform.gamification.github.rest.model
 
RepositoryList() - Constructor for class org.exoplatform.gamification.github.rest.model.RepositoryList
 
RepositoryRestEntity - Class in org.exoplatform.gamification.github.rest.model
 
RepositoryRestEntity() - Constructor for class org.exoplatform.gamification.github.rest.model.RepositoryRestEntity
 
REQUEST_REVIEW_FOR_PULL_REQUEST_EVENT_NAME - Static variable in class org.exoplatform.gamification.github.utils.Utils
 
REQUESTED_REVIEWER - Static variable in class org.exoplatform.gamification.github.utils.Utils
 
retrieveOrganizationRepos(long, String, int, int, String) - Method in class org.exoplatform.gamification.github.services.impl.WebhookServiceImpl
 
retrieveOrganizationRepos(long, String, int, int, String) - Method in interface org.exoplatform.gamification.github.services.WebhookService
Retrieve available github organization repositories.
retrieveOrganizationRepos(String, String, int, int, String) - Method in class org.exoplatform.gamification.github.storage.cached.GithubConsumerCachedStorage
 
retrieveOrganizationRepos(String, String, int, int, String) - Method in class org.exoplatform.gamification.github.storage.GithubConsumerStorage
 
retrieveOrganizationRepos(WebHook, int, int, String) - Method in interface org.exoplatform.gamification.github.services.GithubConsumerService
Retrieve available github organization repositories.
retrieveOrganizationRepos(WebHook, int, int, String) - Method in class org.exoplatform.gamification.github.services.impl.GithubConsumerServiceImpl
 
retrieveRemoteOrganization(long, String) - Method in interface org.exoplatform.gamification.github.services.GithubConsumerService
Retrieve available github organization info.
retrieveRemoteOrganization(long, String) - Method in class org.exoplatform.gamification.github.services.impl.GithubConsumerServiceImpl
 
retrieveRemoteOrganization(long, String) - Method in class org.exoplatform.gamification.github.storage.cached.GithubConsumerCachedStorage
 
retrieveRemoteOrganization(long, String) - Method in class org.exoplatform.gamification.github.storage.GithubConsumerStorage
 
retrieveRemoteOrganization(String, String) - Method in interface org.exoplatform.gamification.github.services.GithubConsumerService
Retrieve available github organization info.
retrieveRemoteOrganization(String, String) - Method in class org.exoplatform.gamification.github.services.impl.GithubConsumerServiceImpl
 
retrieveRemoteOrganization(String, String) - Method in class org.exoplatform.gamification.github.storage.GithubConsumerStorage
 
REVIEW_COMMENT_TYPE - Static variable in class org.exoplatform.gamification.github.utils.Utils
 
REVIEW_PULL_REQUEST_EVENT_NAME - Static variable in class org.exoplatform.gamification.github.utils.Utils
 
REVIEW_REQUEST_REMOVED - Static variable in class org.exoplatform.gamification.github.utils.Utils
 
REVIEW_REQUEST_REMOVED_EVENT_NAME - Static variable in class org.exoplatform.gamification.github.utils.Utils
 
REVIEW_REQUESTED - Static variable in class org.exoplatform.gamification.github.utils.Utils
 

S

saveWebHook(WebHook) - Method in class org.exoplatform.gamification.github.storage.WebHookStorage
 
SENDER - Static variable in class org.exoplatform.gamification.github.utils.Utils
 
setEventEnabledForOrganization(long, long, boolean, String) - Method in class org.exoplatform.gamification.github.services.impl.WebhookServiceImpl
 
setEventEnabledForOrganization(long, long, boolean, String) - Method in interface org.exoplatform.gamification.github.services.WebhookService
Enables/disables organization event
setWebHookRepositoryEnabled(long, long, boolean, String) - Method in class org.exoplatform.gamification.github.services.impl.WebhookServiceImpl
 
setWebHookRepositoryEnabled(long, long, boolean, String) - Method in interface org.exoplatform.gamification.github.services.WebhookService
enables/disables repository
setWebHookWatchLimitEnabled(long, boolean, String) - Method in class org.exoplatform.gamification.github.services.impl.WebhookServiceImpl
 
setWebHookWatchLimitEnabled(long, boolean, String) - Method in interface org.exoplatform.gamification.github.services.WebhookService
Limit webhook watch scope or not
start() - Method in class org.exoplatform.gamification.github.services.impl.GithubTriggerServiceImpl
 
STATE - Static variable in class org.exoplatform.gamification.github.utils.Utils
 
STATE_REASON - Static variable in class org.exoplatform.gamification.github.utils.Utils
 
stop() - Method in class org.exoplatform.gamification.github.services.impl.GithubTriggerServiceImpl
 
StringListConverter - Class in org.exoplatform.gamification.github.utils
 
StringListConverter() - Constructor for class org.exoplatform.gamification.github.utils.StringListConverter
 

T

toEntity(WebHook) - Static method in class org.exoplatform.gamification.github.storage.mapper.WebHookMapper
 
TOKEN - Static variable in class org.exoplatform.gamification.github.utils.Utils
 
TokenStatus - Class in org.exoplatform.gamification.github.model
 
TokenStatus() - Constructor for class org.exoplatform.gamification.github.model.TokenStatus
 
toRestEntities(WebhookService, GithubConsumerService, Collection<WebHook>) - Static method in class org.exoplatform.gamification.github.rest.builder.WebHookBuilder
 
toRestEntity(WebhookService, GithubConsumerService, WebHook) - Static method in class org.exoplatform.gamification.github.rest.builder.WebHookBuilder
 

U

UNLABELED - Static variable in class org.exoplatform.gamification.github.utils.Utils
 
updateWebHook(WebHook, boolean) - Method in class org.exoplatform.gamification.github.storage.WebHookStorage
 
updateWebHookAccessToken(long, String) - Method in class org.exoplatform.gamification.github.rest.HooksManagementRest
 
updateWebHookAccessToken(long, String) - Method in class org.exoplatform.gamification.github.storage.WebHookStorage
 
updateWebHookAccessToken(long, String, String) - Method in class org.exoplatform.gamification.github.services.impl.WebhookServiceImpl
 
updateWebHookAccessToken(long, String, String) - Method in interface org.exoplatform.gamification.github.services.WebhookService
Update github organization hook.
updateWebHookEventStatus(long, long, boolean) - Method in class org.exoplatform.gamification.github.rest.HooksManagementRest
 
updateWebHookRepoStatus(long, long, boolean) - Method in class org.exoplatform.gamification.github.rest.HooksManagementRest
 
updateWebHookWatchScope(long, boolean) - Method in class org.exoplatform.gamification.github.rest.HooksManagementRest
 
URL - Static variable in class org.exoplatform.gamification.github.utils.Utils
 
USER - Static variable in class org.exoplatform.gamification.github.utils.Utils
 
Utils - Class in org.exoplatform.gamification.github.utils
 

V

VALIDATE_PULL_REQUEST_EVENT_NAME - Static variable in class org.exoplatform.gamification.github.utils.Utils
 
validateToken(String) - Method in class org.exoplatform.gamification.github.plugin.GithubConnectorPlugin
 
verifySignature(String, String, String) - Static method in class org.exoplatform.gamification.github.utils.Utils
 
verifyWebhookSecret(String, String) - Method in class org.exoplatform.gamification.github.services.impl.WebhookServiceImpl
 
verifyWebhookSecret(String, String) - Method in interface org.exoplatform.gamification.github.services.WebhookService
 

W

WebHook - Class in org.exoplatform.gamification.github.model
 
WebHook() - Constructor for class org.exoplatform.gamification.github.model.WebHook
 
WebHookBuilder - Class in org.exoplatform.gamification.github.rest.builder
 
WebHookDAO - Class in org.exoplatform.gamification.github.dao
 
WebHookDAO() - Constructor for class org.exoplatform.gamification.github.dao.WebHookDAO
 
WebhookEntity - Class in org.exoplatform.gamification.github.entity
 
WebhookEntity() - Constructor for class org.exoplatform.gamification.github.entity.WebhookEntity
 
WebHookList - Class in org.exoplatform.gamification.github.rest.model
 
WebHookList() - Constructor for class org.exoplatform.gamification.github.rest.model.WebHookList
 
WebHookMapper - Class in org.exoplatform.gamification.github.storage.mapper
 
WebHookRestEntity - Class in org.exoplatform.gamification.github.rest.model
 
WebHookRestEntity(long, long, long, List<String>, boolean, String, String, String, String, String, String, String, String, boolean, TokenStatus) - Constructor for class org.exoplatform.gamification.github.rest.model.WebHookRestEntity
 
WebhookService - Interface in org.exoplatform.gamification.github.services
 
WebhookServiceImpl - Class in org.exoplatform.gamification.github.services.impl
 
WebhookServiceImpl(SettingService, GithubTriggerService, WebHookStorage, GithubConsumerService, EventService) - Constructor for class org.exoplatform.gamification.github.services.impl.WebhookServiceImpl
 
WebHookStorage - Class in org.exoplatform.gamification.github.storage
 
WebHookStorage(WebHookDAO) - Constructor for class org.exoplatform.gamification.github.storage.WebHookStorage
 
A C D E F G H I L M N O P R S T U V W 
All Classes and Interfaces|All Packages|Constant Field Values|Serialized Form