package activity
Type Members
- trait BaseActivityInfo extends AnyRef
- final case class CloseIssueInfo(userName: String, repositoryName: String, activityUserName: String, issueId: Int, title: String) extends BaseActivityInfo with Product with Serializable
- final case class ClosePullRequestInfo(userName: String, repositoryName: String, activityUserName: String, issueId: Int, title: String) extends BaseActivityInfo with Product with Serializable
- final case class CommitCommentInfo(userName: String, repositoryName: String, activityUserName: String, comment: String, commitId: String) extends BaseActivityInfo with Product with Serializable
- final case class CreateBranchInfo(userName: String, repositoryName: String, activityUserName: String, branchName: String) extends BaseActivityInfo with Product with Serializable
- final case class CreateIssueInfo(userName: String, repositoryName: String, activityUserName: String, issueId: Int, title: String) extends BaseActivityInfo with Product with Serializable
- final case class CreateRepositoryInfo(userName: String, repositoryName: String, activityUserName: String) extends BaseActivityInfo with Product with Serializable
- final case class CreateTagInfo(userName: String, repositoryName: String, activityUserName: String, tagName: String) extends BaseActivityInfo with Product with Serializable
- final case class CreateWikiPageInfo(userName: String, repositoryName: String, activityUserName: String, pageName: String) extends BaseActivityInfo with Product with Serializable
- final case class DeleteBranchInfo(userName: String, repositoryName: String, activityUserName: String, branchName: String) extends BaseActivityInfo with Product with Serializable
- final case class DeleteRepositoryInfo(userName: String, repositoryName: String, activityUserName: String) extends BaseActivityInfo with Product with Serializable
- final case class DeleteTagInfo(userName: String, repositoryName: String, activityUserName: String, tagName: String) extends BaseActivityInfo with Product with Serializable
- final case class DeleteWikiInfo(userName: String, repositoryName: String, activityUserName: String, pageName: String) extends BaseActivityInfo with Product with Serializable
- final case class EditWikiPageInfo(userName: String, repositoryName: String, activityUserName: String, pageName: String, commitId: String) extends BaseActivityInfo with Product with Serializable
- final case class ForkInfo(userName: String, repositoryName: String, activityUserName: String, forkedUserName: String) extends BaseActivityInfo with Product with Serializable
- final case class IssueCommentInfo(userName: String, repositoryName: String, activityUserName: String, comment: String, issueId: Int) extends BaseActivityInfo with Product with Serializable
- final case class MergeInfo(userName: String, repositoryName: String, activityUserName: String, issueId: Int, message: String) extends BaseActivityInfo with Product with Serializable
- final case class OpenPullRequestInfo(userName: String, repositoryName: String, activityUserName: String, issueId: Int, title: String) extends BaseActivityInfo with Product with Serializable
- final case class PullRequestCommentInfo(userName: String, repositoryName: String, activityUserName: String, comment: String, issueId: Int) extends BaseActivityInfo with Product with Serializable
- final case class PushInfo(userName: String, repositoryName: String, activityUserName: String, branchName: String, commits: List[CommitInfo]) extends BaseActivityInfo with Product with Serializable
- final case class ReleaseInfo(userName: String, repositoryName: String, activityUserName: String, releaseName: String, tagName: String) extends BaseActivityInfo with Product with Serializable
- final case class RenameRepositoryInfo(userName: String, repositoryName: String, activityUserName: String, oldRepositoryName: String) extends BaseActivityInfo with Product with Serializable
- final case class ReopenIssueInfo(userName: String, repositoryName: String, activityUserName: String, issueId: Int, title: String) extends BaseActivityInfo with Product with Serializable
- final case class ReopenPullRequestInfo(userName: String, repositoryName: String, activityUserName: String, issueId: Int, title: String) extends BaseActivityInfo with Product with Serializable
- final case class TransferRepositoryInfo(userName: String, repositoryName: String, activityUserName: String, oldUserName: String) extends BaseActivityInfo with Product with Serializable