Package

gitbucket.core

model

Permalink

package model

Linear Supertypes
AnyRef, Any
Ordering
  1. Alphabetic
  2. By Inheritance
Inherited
  1. model
  2. AnyRef
  3. Any
  1. Hide All
  2. Show All
Visibility
  1. Public
  2. All

Type Members

  1. case class AccessToken(accessTokenId: Int = 0, userName: String, tokenHash: String, note: String) extends Product with Serializable

    Permalink
  2. trait AccessTokenComponent extends AnyRef

    Permalink
  3. case class Account(userName: String, fullName: String, mailAddress: String, password: String, isAdmin: Boolean, url: Option[String], registeredDate: Date, updatedDate: Date, lastLoginDate: Option[Date], image: Option[String], isGroupAccount: Boolean, isRemoved: Boolean) extends Product with Serializable

    Permalink
  4. trait AccountComponent extends AnyRef

    Permalink
  5. case class Activity(userName: String, repositoryName: String, activityUserName: String, activityType: String, message: String, additionalInfo: Option[String], activityDate: Date, activityId: Int = 0) extends Product with Serializable

    Permalink
  6. trait ActivityComponent extends TemplateComponent

    Permalink
  7. case class Collaborator(userName: String, repositoryName: String, collaboratorName: String) extends Product with Serializable

    Permalink
  8. trait CollaboratorComponent extends TemplateComponent

    Permalink
  9. trait Comment extends AnyRef

    Permalink
  10. case class CommitComment(userName: String, repositoryName: String, commitId: String, commentId: Int = 0, commentedUserName: String, content: String, fileName: Option[String], oldLine: Option[Int], newLine: Option[Int], registeredDate: Date, updatedDate: Date, issueId: Option[Int]) extends Comment with Product with Serializable

    Permalink
  11. trait CommitCommentComponent extends TemplateComponent

    Permalink
  12. sealed abstract class CommitState extends AnyRef

    Permalink
  13. case class CommitStatus(commitStatusId: Int = 0, userName: String, repositoryName: String, commitId: String, context: String, state: CommitState, targetUrl: Option[String], description: Option[String], creator: String, registeredDate: Date, updatedDate: Date) extends Product with Serializable

    Permalink
  14. trait CommitStatusComponent extends TemplateComponent

    Permalink
  15. trait CoreProfile extends ProfileProvider with Profile with AccessTokenComponent with AccountComponent with ActivityComponent with CollaboratorComponent with CommitCommentComponent with CommitStatusComponent with GroupMemberComponent with IssueComponent with IssueCommentComponent with IssueLabelComponent with LabelComponent with MilestoneComponent with PullRequestComponent with RepositoryComponent with SshKeyComponent with WebHookComponent with WebHookEventComponent with ProtectedBranchComponent

    Permalink
  16. case class GroupMember(groupName: String, userName: String, isManager: Boolean) extends Product with Serializable

    Permalink
  17. trait GroupMemberComponent extends AnyRef

    Permalink
  18. case class Issue(userName: String, repositoryName: String, issueId: Int, openedUserName: String, milestoneId: Option[Int], assignedUserName: Option[String], title: String, content: Option[String], closed: Boolean, registeredDate: Date, updatedDate: Date, isPullRequest: Boolean) extends Product with Serializable

    Permalink
  19. case class IssueComment(userName: String, repositoryName: String, issueId: Int, commentId: Int = 0, action: String, commentedUserName: String, content: String, registeredDate: Date, updatedDate: Date) extends Comment with Product with Serializable

    Permalink
  20. trait IssueCommentComponent extends TemplateComponent

    Permalink
  21. trait IssueComponent extends TemplateComponent

    Permalink
  22. case class IssueLabel(userName: String, repositoryName: String, issueId: Int, labelId: Int) extends Product with Serializable

    Permalink
  23. trait IssueLabelComponent extends TemplateComponent

    Permalink
  24. case class Label(userName: String, repositoryName: String, labelId: Int = 0, labelName: String, color: String) extends Product with Serializable

    Permalink
  25. trait LabelComponent extends TemplateComponent

    Permalink
  26. case class Milestone(userName: String, repositoryName: String, milestoneId: Int = 0, title: String, description: Option[String], dueDate: Option[Date], closedDate: Option[Date]) extends Product with Serializable

    Permalink
  27. trait MilestoneComponent extends TemplateComponent

    Permalink
  28. trait Profile extends AnyRef

    Permalink
  29. trait ProfileProvider extends AnyRef

    Permalink
  30. case class ProtectedBranch(userName: String, repositoryName: String, branch: String, statusCheckAdmin: Boolean) extends Product with Serializable

    Permalink
  31. trait ProtectedBranchComponent extends TemplateComponent

    Permalink
  32. case class ProtectedBranchContext(userName: String, repositoryName: String, branch: String, context: String) extends Product with Serializable

    Permalink
  33. case class PullRequest(userName: String, repositoryName: String, issueId: Int, branch: String, requestUserName: String, requestRepositoryName: String, requestBranch: String, commitIdFrom: String, commitIdTo: String) extends Product with Serializable

    Permalink
  34. trait PullRequestComponent extends TemplateComponent

    Permalink
  35. case class Repository(userName: String, repositoryName: String, isPrivate: Boolean, description: Option[String], defaultBranch: String, registeredDate: Date, updatedDate: Date, lastActivityDate: Date, originUserName: Option[String], originRepositoryName: Option[String], parentUserName: Option[String], parentRepositoryName: Option[String], enableIssues: Boolean, externalIssuesUrl: Option[String], enableWiki: Boolean, allowWikiEditing: Boolean, externalWikiUrl: Option[String]) extends Product with Serializable

    Permalink
  36. trait RepositoryComponent extends TemplateComponent

    Permalink
  37. type Session = SessionDef

    Permalink
  38. case class SshKey(userName: String, sshKeyId: Int = 0, title: String, publicKey: String) extends Product with Serializable

    Permalink
  39. trait SshKeyComponent extends AnyRef

    Permalink
  40. trait TemplateComponent extends AnyRef

    Permalink
    Attributes
    protected
  41. case class WebHook(userName: String, repositoryName: String, url: String, ctype: WebHookContentType, token: Option[String]) extends Product with Serializable

    Permalink
  42. trait WebHookComponent extends TemplateComponent

    Permalink
  43. case class WebHookContentType(code: String, ctype: String) extends Product with Serializable

    Permalink
  44. case class WebHookEvent(userName: String, repositoryName: String, url: String, event: Event) extends Product with Serializable

    Permalink
  45. trait WebHookEventComponent extends TemplateComponent

    Permalink

Value Members

  1. object CommitState

    Permalink
  2. object CommitStatus extends Serializable

    Permalink
  3. object Profile extends CoreProfile

    Permalink
  4. object WebHook extends Serializable

    Permalink
  5. object WebHookContentType extends Serializable

    Permalink

Inherited from AnyRef

Inherited from Any

Ungrouped