Uses of Class
io.meeds.gamification.github.model.TokenStatus
Packages that use TokenStatus
Package
Description
-
Uses of TokenStatus in io.meeds.gamification.github.rest.model
Constructors in io.meeds.gamification.github.rest.model with parameters of type TokenStatusModifierConstructorDescriptionWebHookRestEntity(long id, long webhookId, long organizationId, List<String> triggers, boolean enabled, String watchedDate, String watchedBy, String updatedDate, String refreshDate, String name, String title, String description, String avatarUrl, boolean watchScopeLimited, TokenStatus tokenStatus) -
Uses of TokenStatus in io.meeds.gamification.github.services
Methods in io.meeds.gamification.github.services that return TokenStatusModifier and TypeMethodDescriptionGithubConsumerService.checkGitHubTokenStatus(String accessToken) Check gitHub personal access token -
Uses of TokenStatus in io.meeds.gamification.github.services.impl
Methods in io.meeds.gamification.github.services.impl that return TokenStatus -
Uses of TokenStatus in io.meeds.gamification.github.storage
Methods in io.meeds.gamification.github.storage that return TokenStatus -
Uses of TokenStatus in io.meeds.gamification.github.storage.cached
Methods in io.meeds.gamification.github.storage.cached that return TokenStatusModifier and TypeMethodDescriptionGithubConsumerCachedStorage.checkGitHubTokenStatus(String token)