p

gitbucket.core

service

package service

Ordering
  1. Alphabetic
Visibility
  1. Public
  2. All

Type Members

  1. trait AccessTokenService extends AnyRef
  2. trait AccountService extends AnyRef
  3. trait ActivityService extends AnyRef
  4. trait CommitStatusService extends AnyRef
  5. trait CommitsService extends AnyRef
  6. trait DeployKeyService extends AnyRef
  7. trait HandleCommentService extends AnyRef
  8. trait IssueCreationService extends AnyRef
  9. trait IssuesService extends AnyRef
  10. trait LabelsService extends AnyRef
  11. trait MergeService extends AnyRef
  12. trait MilestonesService extends AnyRef
  13. trait PrioritiesService extends AnyRef
  14. trait ProtectedBranchService extends AnyRef
  15. trait PullRequestService extends AnyRef
  16. trait RepositoryCreationService extends AnyRef
  17. trait RepositorySearchService extends AnyRef
  18. trait RepositoryService extends AnyRef
  19. trait RequestCache extends SystemSettingsService with AccountService with IssuesService with RepositoryService

    This service is used for a view helper mainly.

    This service is used for a view helper mainly.

    It may be called many times in one request, so each method stores its result into the cache which available during a request.

  20. trait SshKeyService extends AnyRef
  21. trait SystemSettingsService extends AnyRef
  22. trait WebHookIssueCommentService extends WebHookPullRequestService
  23. trait WebHookPullRequestReviewCommentService extends WebHookService
  24. trait WebHookPullRequestService extends WebHookService
  25. trait WebHookService extends AnyRef
  26. trait WikiService extends AnyRef

Ungrouped