t

gitbucket.core.service

ActivityService

trait ActivityService extends AnyRef

Ordering
  1. Alphabetic
  2. By Inheritance
Inherited
  1. ActivityService
  2. AnyRef
  3. Any
  1. Hide All
  2. Show All
Visibility
  1. Public
  2. All

Value Members

  1. def deleteOldActivities(limit: Int)(implicit s: (blockingApi)#Session): Int
  2. def getActivitiesByUser(activityUserName: String, isPublic: Boolean)(implicit s: (blockingApi)#Session): List[Activity]
  3. def getRecentActivities()(implicit s: (blockingApi)#Session): List[Activity]
  4. def getRecentActivitiesByOwners(owners: Set[String])(implicit s: (blockingApi)#Session): List[Activity]
  5. def recordCloseIssueActivity(userName: String, repositoryName: String, activityUserName: String, issueId: Int, title: String)(implicit s: (blockingApi)#Session): Unit
  6. def recordClosePullRequestActivity(userName: String, repositoryName: String, activityUserName: String, issueId: Int, title: String)(implicit s: (blockingApi)#Session): Unit
  7. def recordCommentCommitActivity(userName: String, repositoryName: String, activityUserName: String, commitId: String, comment: String)(implicit s: (blockingApi)#Session): Unit
  8. def recordCommentIssueActivity(userName: String, repositoryName: String, activityUserName: String, issueId: Int, comment: String)(implicit s: (blockingApi)#Session): Unit
  9. def recordCommentPullRequestActivity(userName: String, repositoryName: String, activityUserName: String, issueId: Int, comment: String)(implicit s: (blockingApi)#Session): Unit
  10. def recordCreateBranchActivity(userName: String, repositoryName: String, activityUserName: String, branchName: String)(implicit s: (blockingApi)#Session): Unit
  11. def recordCreateIssueActivity(userName: String, repositoryName: String, activityUserName: String, issueId: Int, title: String)(implicit s: (blockingApi)#Session): Unit
  12. def recordCreateRepositoryActivity(userName: String, repositoryName: String, activityUserName: String)(implicit s: (blockingApi)#Session): Unit
  13. def recordCreateTagActivity(userName: String, repositoryName: String, activityUserName: String, tagName: String, commits: List[CommitInfo])(implicit s: (blockingApi)#Session): Unit
  14. def recordCreateWikiPageActivity(userName: String, repositoryName: String, activityUserName: String, pageName: String)(implicit s: (blockingApi)#Session): Unit
  15. def recordDeleteBranchActivity(userName: String, repositoryName: String, activityUserName: String, branchName: String)(implicit s: (blockingApi)#Session): Unit
  16. def recordDeleteTagActivity(userName: String, repositoryName: String, activityUserName: String, tagName: String, commits: List[CommitInfo])(implicit s: (blockingApi)#Session): Unit
  17. def recordEditWikiPageActivity(userName: String, repositoryName: String, activityUserName: String, pageName: String, commitId: String)(implicit s: (blockingApi)#Session): Unit
  18. def recordForkActivity(userName: String, repositoryName: String, activityUserName: String, forkedUserName: String)(implicit s: (blockingApi)#Session): Unit
  19. def recordMergeActivity(userName: String, repositoryName: String, activityUserName: String, issueId: Int, message: String)(implicit s: (blockingApi)#Session): Unit
  20. def recordPullRequestActivity(userName: String, repositoryName: String, activityUserName: String, issueId: Int, title: String)(implicit s: (blockingApi)#Session): Unit
  21. def recordPushActivity(userName: String, repositoryName: String, activityUserName: String, branchName: String, commits: List[CommitInfo])(implicit s: (blockingApi)#Session): Unit
  22. def recordReleaseActivity(userName: String, repositoryName: String, activityUserName: String, releaseName: String, tagName: String)(implicit s: (blockingApi)#Session): Unit
  23. def recordReopenIssueActivity(userName: String, repositoryName: String, activityUserName: String, issueId: Int, title: String)(implicit s: (blockingApi)#Session): Unit