package activity

Type Members

  1. trait BaseActivityInfo extends AnyRef
  2. final case class CloseIssueInfo(userName: String, repositoryName: String, activityUserName: String, issueId: Int, title: String) extends BaseActivityInfo with Product with Serializable
  3. final case class ClosePullRequestInfo(userName: String, repositoryName: String, activityUserName: String, issueId: Int, title: String) extends BaseActivityInfo with Product with Serializable
  4. final case class CommitCommentInfo(userName: String, repositoryName: String, activityUserName: String, comment: String, commitId: String) extends BaseActivityInfo with Product with Serializable
  5. final case class CreateBranchInfo(userName: String, repositoryName: String, activityUserName: String, branchName: String) extends BaseActivityInfo with Product with Serializable
  6. final case class CreateIssueInfo(userName: String, repositoryName: String, activityUserName: String, issueId: Int, title: String) extends BaseActivityInfo with Product with Serializable
  7. final case class CreateRepositoryInfo(userName: String, repositoryName: String, activityUserName: String) extends BaseActivityInfo with Product with Serializable
  8. final case class CreateTagInfo(userName: String, repositoryName: String, activityUserName: String, tagName: String) extends BaseActivityInfo with Product with Serializable
  9. final case class CreateWikiPageInfo(userName: String, repositoryName: String, activityUserName: String, pageName: String) extends BaseActivityInfo with Product with Serializable
  10. final case class DeleteBranchInfo(userName: String, repositoryName: String, activityUserName: String, branchName: String) extends BaseActivityInfo with Product with Serializable
  11. final case class DeleteRepositoryInfo(userName: String, repositoryName: String, activityUserName: String) extends BaseActivityInfo with Product with Serializable
  12. final case class DeleteTagInfo(userName: String, repositoryName: String, activityUserName: String, tagName: String) extends BaseActivityInfo with Product with Serializable
  13. final case class DeleteWikiInfo(userName: String, repositoryName: String, activityUserName: String, pageName: String) extends BaseActivityInfo with Product with Serializable
  14. final case class EditWikiPageInfo(userName: String, repositoryName: String, activityUserName: String, pageName: String, commitId: String) extends BaseActivityInfo with Product with Serializable
  15. final case class ForkInfo(userName: String, repositoryName: String, activityUserName: String, forkedUserName: String) extends BaseActivityInfo with Product with Serializable
  16. final case class IssueCommentInfo(userName: String, repositoryName: String, activityUserName: String, comment: String, issueId: Int) extends BaseActivityInfo with Product with Serializable
  17. final case class MergeInfo(userName: String, repositoryName: String, activityUserName: String, issueId: Int, message: String) extends BaseActivityInfo with Product with Serializable
  18. final case class OpenPullRequestInfo(userName: String, repositoryName: String, activityUserName: String, issueId: Int, title: String) extends BaseActivityInfo with Product with Serializable
  19. final case class PullRequestCommentInfo(userName: String, repositoryName: String, activityUserName: String, comment: String, issueId: Int) extends BaseActivityInfo with Product with Serializable
  20. final case class PushInfo(userName: String, repositoryName: String, activityUserName: String, branchName: String, commits: List[CommitInfo]) extends BaseActivityInfo with Product with Serializable
  21. final case class ReleaseInfo(userName: String, repositoryName: String, activityUserName: String, releaseName: String, tagName: String) extends BaseActivityInfo with Product with Serializable
  22. final case class RenameRepositoryInfo(userName: String, repositoryName: String, activityUserName: String, oldRepositoryName: String) extends BaseActivityInfo with Product with Serializable
  23. final case class ReopenIssueInfo(userName: String, repositoryName: String, activityUserName: String, issueId: Int, title: String) extends BaseActivityInfo with Product with Serializable
  24. final case class ReopenPullRequestInfo(userName: String, repositoryName: String, activityUserName: String, issueId: Int, title: String) extends BaseActivityInfo with Product with Serializable
  25. final case class TransferRepositoryInfo(userName: String, repositoryName: String, activityUserName: String, oldUserName: String) extends BaseActivityInfo with Product with Serializable

Ungrouped