Index
All Classes and Interfaces|All Packages|Constant Field Values|Serialized Form
A
- accessToken - Variable in class io.meeds.github.gamification.model.GithubAccessTokenContext
- ACTION - Static variable in class io.meeds.github.gamification.utils.Utils
- ADD_ISSUE_LABEL_EVENT_NAME - Static variable in class io.meeds.github.gamification.utils.Utils
- addPlugin(GithubTriggerPlugin) - Method in interface io.meeds.github.gamification.services.GithubTriggerService
-
Add a new
GithubTriggerPluginfor a given github trigger name - addPlugin(GithubTriggerPlugin) - Method in class io.meeds.github.gamification.services.impl.GithubTriggerServiceImpl
- AUTHORIZATION - Static variable in class io.meeds.github.gamification.utils.Utils
- AUTHORIZED_TO_ACCESS_GIT_HUB_HOOKS - Static variable in class io.meeds.github.gamification.utils.Utils
- AVATAR_URL - Static variable in class io.meeds.github.gamification.utils.Utils
C
- checkGitHubTokenStatus(String) - Method in interface io.meeds.github.gamification.services.GithubConsumerService
-
Check gitHub personal access token
- checkGitHubTokenStatus(String) - Method in class io.meeds.github.gamification.services.impl.GithubConsumerServiceImpl
- checkGitHubTokenStatus(String) - Method in class io.meeds.github.gamification.storage.GithubConsumerStorage
- clone() - Method in class io.meeds.github.gamification.model.WebHook
- CLOSE_ISSUE_EVENT_NAME - Static variable in class io.meeds.github.gamification.utils.Utils
- CLOSE_PULL_REQUEST_EVENT_NAME - Static variable in class io.meeds.github.gamification.utils.Utils
- CLOSED - Static variable in class io.meeds.github.gamification.utils.Utils
- COMMENT - Static variable in class io.meeds.github.gamification.utils.Utils
- COMMENT_ISSUE_EVENT_NAME - Static variable in class io.meeds.github.gamification.utils.Utils
- COMMENT_ISSUE_TYPE - Static variable in class io.meeds.github.gamification.utils.Utils
- COMMENT_PR_TYPE - Static variable in class io.meeds.github.gamification.utils.Utils
- COMMENT_PULL_REQUEST_EVENT_NAME - Static variable in class io.meeds.github.gamification.utils.Utils
- CommentPullRequestTriggerPlugin - Class in io.meeds.github.gamification.plugin
- CommentPullRequestTriggerPlugin() - Constructor for class io.meeds.github.gamification.plugin.CommentPullRequestTriggerPlugin
- CommentTriggerPlugin - Class in io.meeds.github.gamification.plugin
- CommentTriggerPlugin() - Constructor for class io.meeds.github.gamification.plugin.CommentTriggerPlugin
- CONNECTOR_NAME - Static variable in class io.meeds.github.gamification.utils.Utils
- convertToDatabaseColumn(List<String>) - Method in class io.meeds.github.gamification.utils.StringListConverter
- convertToEntityAttribute(String) - Method in class io.meeds.github.gamification.utils.StringListConverter
- countWebhooks() - Method in class io.meeds.github.gamification.storage.WebHookStorage
- CREATE_ISSUE_EVENT_NAME - Static variable in class io.meeds.github.gamification.utils.Utils
- CREATE_PULL_REQUEST_EVENT_NAME - Static variable in class io.meeds.github.gamification.utils.Utils
- CREATED - Static variable in class io.meeds.github.gamification.utils.Utils
- createWebhook(String, String[], String) - Method in interface io.meeds.github.gamification.services.GithubConsumerService
-
create github organization hook.
- createWebhook(String, String[], String) - Method in class io.meeds.github.gamification.services.impl.GithubConsumerServiceImpl
- createWebhook(String, String[], String) - Method in class io.meeds.github.gamification.storage.GithubConsumerStorage
- createWebhook(String, String, String) - Method in class io.meeds.github.gamification.services.impl.WebhookServiceImpl
- createWebhook(String, String, String) - Method in interface io.meeds.github.gamification.services.WebhookService
-
create github organization hook.
- createWebhookHook(HttpServletRequest, String, String) - Method in class io.meeds.github.gamification.rest.HooksManagementRest
D
- decode(String) - Static method in class io.meeds.github.gamification.utils.Utils
- DELETE_ISSUE_COMMENT_EVENT_NAME - Static variable in class io.meeds.github.gamification.utils.Utils
- DELETE_ISSUE_LABEL_EVENT_NAME - Static variable in class io.meeds.github.gamification.utils.Utils
- DELETE_PULL_REQUEST_COMMENT_EVENT_NAME - Static variable in class io.meeds.github.gamification.utils.Utils
- DELETED - Static variable in class io.meeds.github.gamification.utils.Utils
- deleteWebhook(long) - Method in class io.meeds.github.gamification.services.impl.WebhookServiceImpl
- deleteWebhook(long, String) - Method in class io.meeds.github.gamification.services.impl.WebhookServiceImpl
- deleteWebhook(long, String) - Method in interface io.meeds.github.gamification.services.WebhookService
-
delete gitHub webhook
- deleteWebhook(WebHook) - Method in interface io.meeds.github.gamification.services.GithubConsumerService
-
delete gitHub webhook
- deleteWebhook(WebHook) - Method in class io.meeds.github.gamification.services.impl.GithubConsumerServiceImpl
- deleteWebhook(HttpServletRequest, long) - Method in class io.meeds.github.gamification.rest.HooksManagementRest
- deleteWebHook(long) - Method in class io.meeds.github.gamification.storage.WebHookStorage
- deleteWebhookHook(WebHook) - Method in class io.meeds.github.gamification.storage.GithubConsumerStorage
- DESCRIPTION - Static variable in class io.meeds.github.gamification.utils.Utils
E
- encode(String) - Static method in class io.meeds.github.gamification.utils.Utils
- equals(Object) - Method in class io.meeds.github.gamification.model.GithubAccessTokenContext
- Event - Class in io.meeds.github.gamification.model
- Event() - Constructor for class io.meeds.github.gamification.model.Event
- EVENT_TYPE - Static variable in class io.meeds.github.gamification.plugin.GithubEventPlugin
- EVENTS - Static variable in class io.meeds.github.gamification.utils.Utils
- execute() - Method in class io.meeds.github.gamification.scheduling.task.GitHubWebHookForceUpdateTask
- extractSubItem(Map<String, Object>, String...) - Static method in class io.meeds.github.gamification.utils.Utils
F
- findWebhookEntityByOrganizationId(long) - Method in interface io.meeds.github.gamification.dao.WebHookDAO
- forceUpdateWebhook(WebHook) - Method in interface io.meeds.github.gamification.services.GithubConsumerService
-
Force Update Webhook
- forceUpdateWebhook(WebHook) - Method in class io.meeds.github.gamification.services.impl.GithubConsumerServiceImpl
- forceUpdateWebhook(WebHook) - Method in class io.meeds.github.gamification.storage.GithubConsumerStorage
- forceUpdateWebhooks() - Method in class io.meeds.github.gamification.services.impl.WebhookServiceImpl
- forceUpdateWebhooks() - Method in interface io.meeds.github.gamification.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 io.meeds.github.gamification.storage.mapper.WebHookMapper
- fromJsonStringToMap(String) - Static method in class io.meeds.github.gamification.utils.Utils
- fromJsonStringToMapCollection(String) - Static method in class io.meeds.github.gamification.utils.Utils
G
- GAMIFICATION_CANCEL_EVENT - Static variable in class io.meeds.github.gamification.listener.GithubEventsListener
- GAMIFICATION_GENERIC_EVENT - Static variable in class io.meeds.github.gamification.listener.GithubEventsListener
- generateRandomSecret(int) - Static method in class io.meeds.github.gamification.utils.Utils
- getAccessToken() - Method in class io.meeds.github.gamification.model.GithubAccessTokenContext
- getConnectorName() - Method in class io.meeds.github.gamification.plugin.GithubConnectorPlugin
- getEvents(Map<String, Object>) - Method in class io.meeds.github.gamification.plugin.CommentPullRequestTriggerPlugin
- getEvents(Map<String, Object>) - Method in class io.meeds.github.gamification.plugin.CommentTriggerPlugin
- getEvents(Map<String, Object>) - Method in class io.meeds.github.gamification.plugin.GithubTriggerPlugin
-
Gets List of triggered events
- getEvents(Map<String, Object>) - Method in class io.meeds.github.gamification.plugin.IssueTriggerPlugin
- getEvents(Map<String, Object>) - Method in class io.meeds.github.gamification.plugin.PullRequestReviewTriggerPlugin
- getEvents(Map<String, Object>) - Method in class io.meeds.github.gamification.plugin.PullRequestTriggerPlugin
- getEvents(Map<String, Object>) - Method in class io.meeds.github.gamification.plugin.PushCodeTriggerPlugin
- getEventType() - Method in class io.meeds.github.gamification.plugin.GithubEventPlugin
- getName() - Method in class io.meeds.github.gamification.plugin.CommentPullRequestTriggerPlugin
- getName() - Method in class io.meeds.github.gamification.plugin.CommentTriggerPlugin
- getName() - Method in class io.meeds.github.gamification.plugin.GithubConnectorPlugin
- getName() - Method in class io.meeds.github.gamification.plugin.IssueTriggerPlugin
- getName() - Method in class io.meeds.github.gamification.plugin.PullRequestReviewTriggerPlugin
- getName() - Method in class io.meeds.github.gamification.plugin.PullRequestTriggerPlugin
- getName() - Method in class io.meeds.github.gamification.plugin.PushCodeTriggerPlugin
- getOAuthService(RemoteConnectorSettings) - Method in class io.meeds.github.gamification.plugin.GithubConnectorPlugin
- getTriggers() - Method in class io.meeds.github.gamification.plugin.GithubEventPlugin
- getWebHookById(HttpServletRequest, long) - Method in class io.meeds.github.gamification.rest.HooksManagementRest
- getWebHookById(Long) - Method in class io.meeds.github.gamification.storage.WebHookStorage
- getWebhookByOrganizationId(long) - Method in class io.meeds.github.gamification.storage.WebHookStorage
- getWebhookId(long) - Method in class io.meeds.github.gamification.services.impl.WebhookServiceImpl
- getWebhookId(long) - Method in interface io.meeds.github.gamification.services.WebhookService
-
Retrieves a webHook identified by its technical identifier.
- getWebhookId(long, String) - Method in class io.meeds.github.gamification.services.impl.WebhookServiceImpl
- getWebhookId(long, String) - Method in interface io.meeds.github.gamification.services.WebhookService
-
Retrieves a webHook identified by its technical identifier accessed by a user
- getWebHookRepos(HttpServletRequest, long, int, int, String) - Method in class io.meeds.github.gamification.rest.HooksManagementRest
- getWebhooks() - Method in class io.meeds.github.gamification.storage.WebHookStorage
- getWebhooks(String, Pageable) - Method in class io.meeds.github.gamification.services.impl.WebhookServiceImpl
- getWebhooks(String, Pageable) - Method in interface io.meeds.github.gamification.services.WebhookService
-
Get available github hooks using offset and limit.
- getWebhooks(Pageable) - Method in class io.meeds.github.gamification.services.impl.WebhookServiceImpl
- getWebhooks(Pageable) - Method in class io.meeds.github.gamification.storage.WebHookStorage
- getWebHooks(HttpServletRequest, Pageable, PagedResourcesAssembler<WebHookRestEntity>) - Method in class io.meeds.github.gamification.rest.HooksManagementRest
- GITHUB_ACTION_EVENT - Static variable in class io.meeds.github.gamification.utils.Utils
- GITHUB_API_URL - Static variable in class io.meeds.github.gamification.utils.Utils
- GITHUB_CANCEL_ACTION_EVENT - Static variable in class io.meeds.github.gamification.utils.Utils
- GITHUB_CONNECTION_ERROR - Static variable in class io.meeds.github.gamification.utils.Utils
- GITHUB_HOOK_NOT_FOUND - Static variable in class io.meeds.github.gamification.rest.HooksManagementRest
- GITHUB_TRIGGERS - Static variable in class io.meeds.github.gamification.utils.Utils
- GithubAccessTokenContext - Class in io.meeds.github.gamification.model
- GithubAccessTokenContext(OAuth2AccessToken) - Constructor for class io.meeds.github.gamification.model.GithubAccessTokenContext
- GithubConnectionException - Exception Class in io.meeds.github.gamification.exception
- GithubConnectionException(String) - Constructor for exception class io.meeds.github.gamification.exception.GithubConnectionException
- GithubConnectionException(String, Exception) - Constructor for exception class io.meeds.github.gamification.exception.GithubConnectionException
- GithubConnectorPlugin - Class in io.meeds.github.gamification.plugin
- GithubConnectorPlugin() - Constructor for class io.meeds.github.gamification.plugin.GithubConnectorPlugin
- GithubConsumerService - Interface in io.meeds.github.gamification.services
- GithubConsumerServiceImpl - Class in io.meeds.github.gamification.services.impl
- GithubConsumerServiceImpl() - Constructor for class io.meeds.github.gamification.services.impl.GithubConsumerServiceImpl
- GithubConsumerStorage - Class in io.meeds.github.gamification.storage
- GithubConsumerStorage() - Constructor for class io.meeds.github.gamification.storage.GithubConsumerStorage
- githubEvent(String, String, String) - Method in class io.meeds.github.gamification.rest.GithubWebHookRest
- GithubEventPlugin - Class in io.meeds.github.gamification.plugin
- GithubEventPlugin() - Constructor for class io.meeds.github.gamification.plugin.GithubEventPlugin
- GithubEventsListener - Class in io.meeds.github.gamification.listener
- GithubEventsListener() - Constructor for class io.meeds.github.gamification.listener.GithubEventsListener
- GithubTriggerPlugin - Class in io.meeds.github.gamification.plugin
-
A plugin that will be used by
WebhookServiceto handle github triggers - GithubTriggerPlugin() - Constructor for class io.meeds.github.gamification.plugin.GithubTriggerPlugin
- GithubTriggerService - Interface in io.meeds.github.gamification.services
- GithubTriggerServiceImpl - Class in io.meeds.github.gamification.services.impl
- GithubTriggerServiceImpl() - Constructor for class io.meeds.github.gamification.services.impl.GithubTriggerServiceImpl
- GitHubWebHookForceUpdateTask - Class in io.meeds.github.gamification.scheduling.task
-
A service that will manage the periodic updating of twitter events.
- GitHubWebHookForceUpdateTask() - Constructor for class io.meeds.github.gamification.scheduling.task.GitHubWebHookForceUpdateTask
- GithubWebHookRest - Class in io.meeds.github.gamification.rest
- GithubWebHookRest() - Constructor for class io.meeds.github.gamification.rest.GithubWebHookRest
H
- handleTrigger(String, String, String) - Method in interface io.meeds.github.gamification.services.GithubTriggerService
-
Handle github trigger
- handleTrigger(String, String, String) - Method in class io.meeds.github.gamification.services.impl.GithubTriggerServiceImpl
- handleTriggerAsync(String, String, String) - Method in interface io.meeds.github.gamification.services.GithubTriggerService
-
Handle github trigger asynchronously
- handleTriggerAsync(String, String, String) - Method in class io.meeds.github.gamification.services.impl.GithubTriggerServiceImpl
- handleTriggerAsyncInternal(String, String, String) - Method in class io.meeds.github.gamification.services.impl.GithubTriggerServiceImpl
- hashCode() - Method in class io.meeds.github.gamification.model.GithubAccessTokenContext
- HEAD_COMMIT - Static variable in class io.meeds.github.gamification.utils.Utils
- HMAC_SHA1_ALGORITHM - Static variable in class io.meeds.github.gamification.utils.Utils
- HooksManagementRest - Class in io.meeds.github.gamification.rest
- HooksManagementRest() - Constructor for class io.meeds.github.gamification.rest.HooksManagementRest
- HREF - Static variable in class io.meeds.github.gamification.utils.Utils
- HTML - Static variable in class io.meeds.github.gamification.utils.Utils
- HTML_URL - Static variable in class io.meeds.github.gamification.utils.Utils
I
- ID - Static variable in class io.meeds.github.gamification.utils.Utils
- init() - Method in class io.meeds.github.gamification.listener.GithubEventsListener
- init() - Method in class io.meeds.github.gamification.plugin.CommentPullRequestTriggerPlugin
- init() - Method in class io.meeds.github.gamification.plugin.CommentTriggerPlugin
- init() - Method in class io.meeds.github.gamification.plugin.GithubEventPlugin
- init() - Method in class io.meeds.github.gamification.plugin.IssueTriggerPlugin
- init() - Method in class io.meeds.github.gamification.plugin.PullRequestReviewTriggerPlugin
- init() - Method in class io.meeds.github.gamification.plugin.PullRequestTriggerPlugin
- init() - Method in class io.meeds.github.gamification.plugin.PushCodeTriggerPlugin
- initData() - Method in class io.meeds.github.gamification.plugin.GithubConnectorPlugin
- io.meeds.github.gamification.dao - package io.meeds.github.gamification.dao
- io.meeds.github.gamification.entity - package io.meeds.github.gamification.entity
- io.meeds.github.gamification.exception - package io.meeds.github.gamification.exception
- io.meeds.github.gamification.listener - package io.meeds.github.gamification.listener
- io.meeds.github.gamification.model - package io.meeds.github.gamification.model
- io.meeds.github.gamification.plugin - package io.meeds.github.gamification.plugin
- io.meeds.github.gamification.rest - package io.meeds.github.gamification.rest
- io.meeds.github.gamification.rest.builder - package io.meeds.github.gamification.rest.builder
- io.meeds.github.gamification.rest.model - package io.meeds.github.gamification.rest.model
- io.meeds.github.gamification.scheduling - package io.meeds.github.gamification.scheduling
- io.meeds.github.gamification.scheduling.task - package io.meeds.github.gamification.scheduling.task
- io.meeds.github.gamification.services - package io.meeds.github.gamification.services
- io.meeds.github.gamification.services.impl - package io.meeds.github.gamification.services.impl
- io.meeds.github.gamification.storage - package io.meeds.github.gamification.storage
- io.meeds.github.gamification.storage.mapper - package io.meeds.github.gamification.storage.mapper
- io.meeds.github.gamification.utils - package io.meeds.github.gamification.utils
- ISSUE - Static variable in class io.meeds.github.gamification.utils.Utils
- ISSUE_TYPE - Static variable in class io.meeds.github.gamification.utils.Utils
- IssueTriggerPlugin - Class in io.meeds.github.gamification.plugin
- IssueTriggerPlugin() - Constructor for class io.meeds.github.gamification.plugin.IssueTriggerPlugin
- isValidEvent(Map<String, String>, String) - Method in class io.meeds.github.gamification.plugin.GithubEventPlugin
- isWebHookRepositoryEnabled(long, long) - Method in class io.meeds.github.gamification.services.impl.WebhookServiceImpl
- isWebHookRepositoryEnabled(long, long) - Method in interface io.meeds.github.gamification.services.WebhookService
-
Check if webhook repository is enabled
- isWebHookRepositoryEnabled(String) - Method in class io.meeds.github.gamification.services.impl.WebhookServiceImpl
- isWebHookRepositoryEnabled(String) - Method in interface io.meeds.github.gamification.services.WebhookService
-
Check if webhook repository is enabled
- isWebHookWatchLimitEnabled(long) - Method in class io.meeds.github.gamification.services.impl.WebhookServiceImpl
- isWebHookWatchLimitEnabled(long) - Method in interface io.meeds.github.gamification.services.WebhookService
-
Check if webhook watch limit is enabled
L
- LABEL - Static variable in class io.meeds.github.gamification.utils.Utils
- LABELED - Static variable in class io.meeds.github.gamification.utils.Utils
- LINKS - Static variable in class io.meeds.github.gamification.utils.Utils
- LOGIN - Static variable in class io.meeds.github.gamification.utils.Utils
M
N
- NAME - Static variable in class io.meeds.github.gamification.utils.Utils
- NOT_PLANNED - Static variable in class io.meeds.github.gamification.utils.Utils
O
- onEvent(Event<Map<String, String>, String>) - Method in class io.meeds.github.gamification.listener.GithubEventsListener
- OPENED - Static variable in class io.meeds.github.gamification.utils.Utils
- ORGANIZATION - Static variable in class io.meeds.github.gamification.utils.Utils
- ORGANIZATION_ID - Static variable in class io.meeds.github.gamification.utils.Utils
- ORGANIZATIONS - Static variable in class io.meeds.github.gamification.utils.Utils
P
- PR_TYPE - Static variable in class io.meeds.github.gamification.utils.Utils
- PULL_REQUEST - Static variable in class io.meeds.github.gamification.utils.Utils
- PULL_REQUEST_COMMENTED - Static variable in class io.meeds.github.gamification.utils.Utils
- PULL_REQUEST_REVIEW - Static variable in class io.meeds.github.gamification.utils.Utils
- PULL_REQUEST_REVIEW_COMMENT_EVENT_NAME - Static variable in class io.meeds.github.gamification.utils.Utils
- PULL_REQUEST_VALIDATED - Static variable in class io.meeds.github.gamification.utils.Utils
- PULL_REQUEST_VALIDATED_EVENT_NAME - Static variable in class io.meeds.github.gamification.utils.Utils
- PullRequestReviewTriggerPlugin - Class in io.meeds.github.gamification.plugin
- PullRequestReviewTriggerPlugin() - Constructor for class io.meeds.github.gamification.plugin.PullRequestReviewTriggerPlugin
- PullRequestTriggerPlugin - Class in io.meeds.github.gamification.plugin
- PullRequestTriggerPlugin() - Constructor for class io.meeds.github.gamification.plugin.PullRequestTriggerPlugin
- PUSH_CODE_EVENT_NAME - Static variable in class io.meeds.github.gamification.utils.Utils
- PushCodeTriggerPlugin - Class in io.meeds.github.gamification.plugin
- PushCodeTriggerPlugin() - Constructor for class io.meeds.github.gamification.plugin.PushCodeTriggerPlugin
- PUSHER - Static variable in class io.meeds.github.gamification.utils.Utils
R
- RemoteOrganization - Class in io.meeds.github.gamification.model
- RemoteOrganization() - Constructor for class io.meeds.github.gamification.model.RemoteOrganization
- RemoteRepository - Class in io.meeds.github.gamification.model
- RemoteRepository() - Constructor for class io.meeds.github.gamification.model.RemoteRepository
- removePlugin(String) - Method in interface io.meeds.github.gamification.services.GithubTriggerService
-
Removes a
GithubTriggerPluginidentified by its trigger name - removePlugin(String) - Method in class io.meeds.github.gamification.services.impl.GithubTriggerServiceImpl
- REPOSITORY - Static variable in class io.meeds.github.gamification.utils.Utils
- REPOSITORY_ID - Static variable in class io.meeds.github.gamification.utils.Utils
- REPOSITORY_IDS - Static variable in class io.meeds.github.gamification.utils.Utils
- RepositoryList - Class in io.meeds.github.gamification.rest.model
- RepositoryList() - Constructor for class io.meeds.github.gamification.rest.model.RepositoryList
- RepositoryRestEntity - Class in io.meeds.github.gamification.rest.model
- RepositoryRestEntity() - Constructor for class io.meeds.github.gamification.rest.model.RepositoryRestEntity
- REQUEST_REVIEW_FOR_PULL_REQUEST_EVENT_NAME - Static variable in class io.meeds.github.gamification.utils.Utils
- REQUESTED_REVIEWER - Static variable in class io.meeds.github.gamification.utils.Utils
- retrieveOrganizationRepos(long, String, int, int, String) - Method in class io.meeds.github.gamification.services.impl.WebhookServiceImpl
- retrieveOrganizationRepos(long, String, int, int, String) - Method in interface io.meeds.github.gamification.services.WebhookService
-
Retrieve available github organization repositories.
- retrieveOrganizationRepos(WebHook, int, int, String) - Method in interface io.meeds.github.gamification.services.GithubConsumerService
-
Retrieve available github organization repositories.
- retrieveOrganizationRepos(WebHook, int, int, String) - Method in class io.meeds.github.gamification.services.impl.GithubConsumerServiceImpl
- retrieveOrganizationRepos(String, String, int, int, String) - Method in class io.meeds.github.gamification.storage.GithubConsumerStorage
- retrieveRemoteOrganization(long, String) - Method in interface io.meeds.github.gamification.services.GithubConsumerService
-
Retrieve available github organization info.
- retrieveRemoteOrganization(long, String) - Method in class io.meeds.github.gamification.services.impl.GithubConsumerServiceImpl
- retrieveRemoteOrganization(long, String) - Method in class io.meeds.github.gamification.storage.GithubConsumerStorage
- retrieveRemoteOrganization(String, String) - Method in interface io.meeds.github.gamification.services.GithubConsumerService
-
Retrieve available github organization info.
- retrieveRemoteOrganization(String, String) - Method in class io.meeds.github.gamification.services.impl.GithubConsumerServiceImpl
- retrieveRemoteOrganization(String, String) - Method in class io.meeds.github.gamification.storage.GithubConsumerStorage
- REVIEW_COMMENT_TYPE - Static variable in class io.meeds.github.gamification.utils.Utils
- REVIEW_PULL_REQUEST_EVENT_NAME - Static variable in class io.meeds.github.gamification.utils.Utils
- REVIEW_REQUEST_REMOVED - Static variable in class io.meeds.github.gamification.utils.Utils
- REVIEW_REQUEST_REMOVED_EVENT_NAME - Static variable in class io.meeds.github.gamification.utils.Utils
- REVIEW_REQUESTED - Static variable in class io.meeds.github.gamification.utils.Utils
S
- saveWebHook(WebHook) - Method in class io.meeds.github.gamification.storage.WebHookStorage
- SchedulingConfig - Class in io.meeds.github.gamification.scheduling
- SchedulingConfig() - Constructor for class io.meeds.github.gamification.scheduling.SchedulingConfig
- SENDER - Static variable in class io.meeds.github.gamification.utils.Utils
- setWebHookRepositoryEnabled(long, long, boolean, String) - Method in class io.meeds.github.gamification.services.impl.WebhookServiceImpl
- setWebHookRepositoryEnabled(long, long, boolean, String) - Method in interface io.meeds.github.gamification.services.WebhookService
-
enables/disables repository
- start() - Method in class io.meeds.github.gamification.services.impl.GithubTriggerServiceImpl
- STATE - Static variable in class io.meeds.github.gamification.utils.Utils
- STATE_REASON - Static variable in class io.meeds.github.gamification.utils.Utils
- stop() - Method in class io.meeds.github.gamification.services.impl.GithubTriggerServiceImpl
- StringListConverter - Class in io.meeds.github.gamification.utils
- StringListConverter() - Constructor for class io.meeds.github.gamification.utils.StringListConverter
T
- toEntity(WebHook) - Static method in class io.meeds.github.gamification.storage.mapper.WebHookMapper
- TOKEN - Static variable in class io.meeds.github.gamification.utils.Utils
- TokenStatus - Class in io.meeds.github.gamification.model
- TokenStatus() - Constructor for class io.meeds.github.gamification.model.TokenStatus
- toRestEntities(WebhookService, GithubConsumerService, Page<WebHook>) - Static method in class io.meeds.github.gamification.rest.builder.WebHookBuilder
- toRestEntity(WebhookService, GithubConsumerService, WebHook) - Static method in class io.meeds.github.gamification.rest.builder.WebHookBuilder
U
- UNLABELED - Static variable in class io.meeds.github.gamification.utils.Utils
- updateWebHook(WebHook, boolean) - Method in class io.meeds.github.gamification.storage.WebHookStorage
- updateWebHookAccessToken(long, String) - Method in class io.meeds.github.gamification.storage.WebHookStorage
- updateWebHookAccessToken(long, String, String) - Method in class io.meeds.github.gamification.services.impl.WebhookServiceImpl
- updateWebHookAccessToken(long, String, String) - Method in interface io.meeds.github.gamification.services.WebhookService
-
Update github organization hook.
- updateWebHookAccessToken(HttpServletRequest, long, String) - Method in class io.meeds.github.gamification.rest.HooksManagementRest
- updateWebHookRepoStatus(HttpServletRequest, long, long, boolean) - Method in class io.meeds.github.gamification.rest.HooksManagementRest
- URL - Static variable in class io.meeds.github.gamification.utils.Utils
- USER - Static variable in class io.meeds.github.gamification.utils.Utils
- Utils - Class in io.meeds.github.gamification.utils
V
- VALIDATE_PULL_REQUEST_EVENT_NAME - Static variable in class io.meeds.github.gamification.utils.Utils
- validateToken(String) - Method in class io.meeds.github.gamification.plugin.GithubConnectorPlugin
- verifySignature(String, String, String) - Static method in class io.meeds.github.gamification.utils.Utils
- verifyWebhookSecret(String, String) - Method in class io.meeds.github.gamification.services.impl.WebhookServiceImpl
- verifyWebhookSecret(String, String) - Method in interface io.meeds.github.gamification.services.WebhookService
W
- WebHook - Class in io.meeds.github.gamification.model
- WebHook() - Constructor for class io.meeds.github.gamification.model.WebHook
- WebHookBuilder - Class in io.meeds.github.gamification.rest.builder
- WebHookDAO - Interface in io.meeds.github.gamification.dao
- WebhookEntity - Class in io.meeds.github.gamification.entity
- WebhookEntity() - Constructor for class io.meeds.github.gamification.entity.WebhookEntity
- WebHookList - Class in io.meeds.github.gamification.rest.model
- WebHookList() - Constructor for class io.meeds.github.gamification.rest.model.WebHookList
- WebHookMapper - Class in io.meeds.github.gamification.storage.mapper
- WebHookRestEntity - Class in io.meeds.github.gamification.rest.model
- WebHookRestEntity(long, long, long, List<String>, boolean, String, String, String, String, String, String, String, String, boolean, TokenStatus) - Constructor for class io.meeds.github.gamification.rest.model.WebHookRestEntity
- WebhookService - Interface in io.meeds.github.gamification.services
- WebhookServiceImpl - Class in io.meeds.github.gamification.services.impl
- WebhookServiceImpl() - Constructor for class io.meeds.github.gamification.services.impl.WebhookServiceImpl
- WebHookStorage - Class in io.meeds.github.gamification.storage
- WebHookStorage() - Constructor for class io.meeds.github.gamification.storage.WebHookStorage
All Classes and Interfaces|All Packages|Constant Field Values|Serialized Form