t

gitbucket.core.model

CoreProfile

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 PriorityComponent with MilestoneComponent with PullRequestComponent with RepositoryComponent with SshKeyComponent with GpgKeyComponent with RepositoryWebHookComponent with RepositoryWebHookEventComponent with AccountWebHookComponent with AccountWebHookEventComponent with AccountFederationComponent with ProtectedBranchComponent with DeployKeyComponent with ReleaseTagComponent with ReleaseAssetComponent with AccountExtraMailAddressComponent with AccountPreferenceComponent with CustomFieldComponent with IssueCustomFieldComponent with IssueAssigneeComponent

Ordering
  1. Alphabetic
  2. By Inheritance
Inherited
  1. CoreProfile
  2. IssueAssigneeComponent
  3. IssueCustomFieldComponent
  4. CustomFieldComponent
  5. AccountPreferenceComponent
  6. AccountExtraMailAddressComponent
  7. ReleaseAssetComponent
  8. ReleaseTagComponent
  9. DeployKeyComponent
  10. ProtectedBranchComponent
  11. AccountFederationComponent
  12. AccountWebHookEventComponent
  13. AccountWebHookComponent
  14. RepositoryWebHookEventComponent
  15. RepositoryWebHookComponent
  16. GpgKeyComponent
  17. SshKeyComponent
  18. RepositoryComponent
  19. PullRequestComponent
  20. MilestoneComponent
  21. PriorityComponent
  22. LabelComponent
  23. IssueLabelComponent
  24. IssueCommentComponent
  25. IssueComponent
  26. GroupMemberComponent
  27. CommitStatusComponent
  28. CommitCommentComponent
  29. CollaboratorComponent
  30. ActivityComponent
  31. TemplateComponent
  32. AccountComponent
  33. AccessTokenComponent
  34. Profile
  35. ProfileProvider
  36. AnyRef
  37. Any
  1. Hide All
  2. Show All
Visibility
  1. Public
  2. Protected

Type Members

  1. class AccessTokens extends slick.jdbc.JdbcProfile.API.Table[AccessToken]
    Definition Classes
    AccessTokenComponent
  2. class Accounts extends slick.jdbc.JdbcProfile.API.Table[Account]
    Definition Classes
    AccountComponent
  3. class AccountExtraMailAddresses extends slick.jdbc.JdbcProfile.API.Table[AccountExtraMailAddress]
  4. class AccountFederations extends slick.jdbc.JdbcProfile.API.Table[AccountFederation]
    Definition Classes
    AccountFederationComponent
  5. class AccountPreferences extends slick.jdbc.JdbcProfile.API.Table[AccountPreference]
    Definition Classes
    AccountPreferenceComponent
  6. class AccountWebHooks extends slick.jdbc.JdbcProfile.API.Table[AccountWebHook] with (AccountWebHookComponent.this)#BasicTemplate
    Definition Classes
    AccountWebHookComponent
  7. class AccountWebHookEvents extends slick.jdbc.JdbcProfile.API.Table[AccountWebHookEvent] with (AccountWebHookEventComponent.this)#BasicTemplate
  8. class Activities extends slick.jdbc.JdbcProfile.API.Table[Activity] with (ActivityComponent.this)#BasicTemplate
    Definition Classes
    ActivityComponent
  9. class Collaborators extends slick.jdbc.JdbcProfile.API.Table[Collaborator] with (CollaboratorComponent.this)#BasicTemplate
    Definition Classes
    CollaboratorComponent
  10. class CommitComments extends slick.jdbc.JdbcProfile.API.Table[CommitComment] with (CommitCommentComponent.this)#CommitTemplate
    Definition Classes
    CommitCommentComponent
  11. class CommitStatuses extends slick.jdbc.JdbcProfile.API.Table[CommitStatus] with (CommitStatusComponent.this)#CommitTemplate
    Definition Classes
    CommitStatusComponent
  12. class CustomFields extends slick.jdbc.JdbcProfile.API.Table[CustomField] with (CustomFieldComponent.this)#BasicTemplate
    Definition Classes
    CustomFieldComponent
  13. class DeployKeys extends slick.jdbc.JdbcProfile.API.Table[DeployKey] with (DeployKeyComponent.this)#BasicTemplate
    Definition Classes
    DeployKeyComponent
  14. class GpgKeys extends slick.jdbc.JdbcProfile.API.Table[GpgKey]
    Definition Classes
    GpgKeyComponent
  15. class GroupMembers extends slick.jdbc.JdbcProfile.API.Table[GroupMember]
    Definition Classes
    GroupMemberComponent
  16. class IssueAssignees extends slick.jdbc.JdbcProfile.API.Table[IssueAssignee] with (IssueAssigneeComponent.this)#IssueTemplate
    Definition Classes
    IssueAssigneeComponent
  17. class IssueComments extends slick.jdbc.JdbcProfile.API.Table[IssueComment] with (IssueCommentComponent.this)#IssueTemplate
    Definition Classes
    IssueCommentComponent
  18. class IssueId extends slick.jdbc.JdbcProfile.API.Table[(String, String, Int)] with (IssueComponent.this)#IssueTemplate
    Definition Classes
    IssueComponent
  19. class IssueOutline extends slick.jdbc.JdbcProfile.API.Table[(String, String, Int, Int, Int)] with (IssueComponent.this)#IssueTemplate
    Definition Classes
    IssueComponent
  20. class Issues extends slick.jdbc.JdbcProfile.API.Table[Issue] with (IssueComponent.this)#IssueTemplate with (IssueComponent.this)#MilestoneTemplate with (IssueComponent.this)#PriorityTemplate
    Definition Classes
    IssueComponent
  21. class IssueCustomFields extends slick.jdbc.JdbcProfile.API.Table[IssueCustomField]
    Definition Classes
    IssueCustomFieldComponent
  22. class IssueLabels extends slick.jdbc.JdbcProfile.API.Table[IssueLabel] with (IssueLabelComponent.this)#IssueTemplate with (IssueLabelComponent.this)#LabelTemplate
    Definition Classes
    IssueLabelComponent
  23. class Labels extends slick.jdbc.JdbcProfile.API.Table[Label] with (LabelComponent.this)#LabelTemplate
    Definition Classes
    LabelComponent
  24. class Milestones extends slick.jdbc.JdbcProfile.API.Table[Milestone] with (MilestoneComponent.this)#MilestoneTemplate
    Definition Classes
    MilestoneComponent
  25. class Priorities extends slick.jdbc.JdbcProfile.API.Table[Priority] with (PriorityComponent.this)#PriorityTemplate
    Definition Classes
    PriorityComponent
  26. implicit class RichColumn extends AnyRef

    Extends Column to add conditional condition

    Extends Column to add conditional condition

    Definition Classes
    Profile
  27. class ProtectedBranchContexts extends slick.jdbc.JdbcProfile.API.Table[ProtectedBranchContext] with (ProtectedBranchComponent.this)#BranchTemplate
    Definition Classes
    ProtectedBranchComponent
  28. class ProtectedBranches extends slick.jdbc.JdbcProfile.API.Table[ProtectedBranch] with (ProtectedBranchComponent.this)#BranchTemplate
    Definition Classes
    ProtectedBranchComponent
  29. class PullRequests extends slick.jdbc.JdbcProfile.API.Table[PullRequest] with (PullRequestComponent.this)#IssueTemplate
    Definition Classes
    PullRequestComponent
  30. class ReleaseAssets extends slick.jdbc.JdbcProfile.API.Table[ReleaseAsset] with (ReleaseAssetComponent.this)#BasicTemplate
    Definition Classes
    ReleaseAssetComponent
  31. class ReleaseTags extends slick.jdbc.JdbcProfile.API.Table[ReleaseTag] with (ReleaseTagComponent.this)#BasicTemplate
    Definition Classes
    ReleaseTagComponent
  32. class Repositories extends slick.jdbc.JdbcProfile.API.Table[Repository] with (RepositoryComponent.this)#BasicTemplate
    Definition Classes
    RepositoryComponent
  33. class RepositoryWebHooks extends slick.jdbc.JdbcProfile.API.Table[RepositoryWebHook] with (RepositoryWebHookComponent.this)#BasicTemplate
    Definition Classes
    RepositoryWebHookComponent
  34. class RepositoryWebHookEvents extends slick.jdbc.JdbcProfile.API.Table[RepositoryWebHookEvent] with (RepositoryWebHookEventComponent.this)#BasicTemplate
  35. class SshKeys extends slick.jdbc.JdbcProfile.API.Table[SshKey]
    Definition Classes
    SshKeyComponent
  36. trait BasicTemplate extends AnyRef
    Definition Classes
    TemplateComponent
  37. trait BranchTemplate extends (TemplateComponent.this)#BasicTemplate
    Definition Classes
    TemplateComponent
  38. trait CommitTemplate extends (TemplateComponent.this)#BasicTemplate
    Definition Classes
    TemplateComponent
  39. trait IssueTemplate extends (TemplateComponent.this)#BasicTemplate
    Definition Classes
    TemplateComponent
  40. trait LabelTemplate extends (TemplateComponent.this)#BasicTemplate
    Definition Classes
    TemplateComponent
  41. trait MilestoneTemplate extends (TemplateComponent.this)#BasicTemplate
    Definition Classes
    TemplateComponent
  42. trait PriorityTemplate extends (TemplateComponent.this)#BasicTemplate
    Definition Classes
    TemplateComponent

Value Members

  1. final def !=(arg0: Any): Boolean
    Definition Classes
    AnyRef → Any
  2. final def ##: Int
    Definition Classes
    AnyRef → Any
  3. final def ==(arg0: Any): Boolean
    Definition Classes
    AnyRef → Any
  4. lazy val AccessTokens: TableQuery[AccessTokens]
    Definition Classes
    AccessTokenComponent
  5. lazy val AccountExtraMailAddresses: TableQuery[AccountExtraMailAddresses]
  6. lazy val AccountFederations: TableQuery[AccountFederations]
    Definition Classes
    AccountFederationComponent
  7. lazy val AccountPreferences: TableQuery[AccountPreferences]
    Definition Classes
    AccountPreferenceComponent
  8. lazy val AccountWebHookEvents: TableQuery[AccountWebHookEvents]
  9. lazy val AccountWebHooks: TableQuery[AccountWebHooks]
    Definition Classes
    AccountWebHookComponent
  10. lazy val Accounts: TableQuery[Accounts]
    Definition Classes
    AccountComponent
  11. lazy val Activities: TableQuery[Activities]
    Definition Classes
    ActivityComponent
  12. lazy val Collaborators: TableQuery[Collaborators]
    Definition Classes
    CollaboratorComponent
  13. lazy val CommitComments: TableQuery[CommitComments]
    Definition Classes
    CommitCommentComponent
  14. lazy val CommitStatuses: TableQuery[CommitStatuses]
    Definition Classes
    CommitStatusComponent
  15. lazy val CustomFields: TableQuery[CustomFields]
    Definition Classes
    CustomFieldComponent
  16. lazy val DeployKeys: TableQuery[DeployKeys]
    Definition Classes
    DeployKeyComponent
  17. lazy val GpgKeys: TableQuery[GpgKeys]
    Definition Classes
    GpgKeyComponent
  18. lazy val GroupMembers: TableQuery[GroupMembers]
    Definition Classes
    GroupMemberComponent
  19. lazy val IssueAssignees: TableQuery[IssueAssignees]
    Definition Classes
    IssueAssigneeComponent
  20. lazy val IssueComments: TableQuery[IssueComments]
    Definition Classes
    IssueCommentComponent
  21. lazy val IssueCustomFields: TableQuery[IssueCustomFields]
    Definition Classes
    IssueCustomFieldComponent
  22. lazy val IssueId: TableQuery[IssueId]
    Definition Classes
    IssueComponent
  23. lazy val IssueLabels: TableQuery[IssueLabels]
    Definition Classes
    IssueLabelComponent
  24. lazy val IssueOutline: TableQuery[IssueOutline]
    Definition Classes
    IssueComponent
  25. lazy val Issues: TableQuery[Issues]
    Definition Classes
    IssueComponent
  26. lazy val Labels: TableQuery[Labels]
    Definition Classes
    LabelComponent
  27. lazy val Milestones: TableQuery[Milestones]
    Definition Classes
    MilestoneComponent
  28. lazy val Priorities: TableQuery[Priorities]
    Definition Classes
    PriorityComponent
  29. lazy val ProtectedBranchContexts: TableQuery[ProtectedBranchContexts]
    Definition Classes
    ProtectedBranchComponent
  30. lazy val ProtectedBranches: TableQuery[ProtectedBranches]
    Definition Classes
    ProtectedBranchComponent
  31. lazy val PullRequests: TableQuery[PullRequests]
    Definition Classes
    PullRequestComponent
  32. lazy val ReleaseAssets: TableQuery[ReleaseAssets]
    Definition Classes
    ReleaseAssetComponent
  33. lazy val ReleaseTags: TableQuery[ReleaseTags]
    Definition Classes
    ReleaseTagComponent
  34. lazy val Repositories: TableQuery[Repositories]
    Definition Classes
    RepositoryComponent
  35. lazy val RepositoryWebHookEvents: TableQuery[RepositoryWebHookEvents]
  36. lazy val RepositoryWebHooks: TableQuery[RepositoryWebHooks]
    Definition Classes
    RepositoryWebHookComponent
  37. lazy val SshKeys: TableQuery[SshKeys]
    Definition Classes
    SshKeyComponent
  38. final def asInstanceOf[T0]: T0
    Definition Classes
    Any
  39. def clone(): AnyRef
    Attributes
    protected[lang]
    Definition Classes
    AnyRef
    Annotations
    @throws(classOf[java.lang.CloneNotSupportedException]) @native()
  40. implicit val commitStateColumnType: slick.jdbc.JdbcProfile.API.BaseColumnType[CommitState]
    Definition Classes
    CommitStatusComponent
  41. def currentDate: Date

    Returns system date.

    Returns system date.

    Definition Classes
    Profile
  42. implicit val dateColumnType: (blockingApi)#BaseColumnType[Date]

    java.util.Date Mapped Column Types

    java.util.Date Mapped Column Types

    Definition Classes
    Profile
  43. final def eq(arg0: AnyRef): Boolean
    Definition Classes
    AnyRef
  44. def equals(arg0: AnyRef): Boolean
    Definition Classes
    AnyRef → Any
  45. implicit val eventColumnType: (blockingApi)#BaseColumnType[Event]

    WebHookBase.Event Column Types

    WebHookBase.Event Column Types

    Definition Classes
    Profile
  46. def finalize(): Unit
    Attributes
    protected[lang]
    Definition Classes
    AnyRef
    Annotations
    @throws(classOf[java.lang.Throwable])
  47. final def getClass(): Class[_ <: AnyRef]
    Definition Classes
    AnyRef → Any
    Annotations
    @native()
  48. def hashCode(): Int
    Definition Classes
    AnyRef → Any
    Annotations
    @native()
  49. final def isInstanceOf[T0]: Boolean
    Definition Classes
    Any
  50. final def ne(arg0: AnyRef): Boolean
    Definition Classes
    AnyRef
  51. final def notify(): Unit
    Definition Classes
    AnyRef
    Annotations
    @native()
  52. final def notifyAll(): Unit
    Definition Classes
    AnyRef
    Annotations
    @native()
  53. lazy val profile: BlockingJdbcProfile
    Definition Classes
    ProfileProvider
  54. final def synchronized[T0](arg0: => T0): T0
    Definition Classes
    AnyRef
  55. def toString(): String
    Definition Classes
    AnyRef → Any
  56. final def wait(): Unit
    Definition Classes
    AnyRef
    Annotations
    @throws(classOf[java.lang.InterruptedException])
  57. final def wait(arg0: Long, arg1: Int): Unit
    Definition Classes
    AnyRef
    Annotations
    @throws(classOf[java.lang.InterruptedException])
  58. final def wait(arg0: Long): Unit
    Definition Classes
    AnyRef
    Annotations
    @throws(classOf[java.lang.InterruptedException]) @native()
  59. implicit val whContentTypeColumnType: slick.jdbc.JdbcProfile.API.BaseColumnType[WebHookContentType]
    Definition Classes
    RepositoryWebHookComponent

Inherited from IssueAssigneeComponent

Inherited from CustomFieldComponent

Inherited from ReleaseAssetComponent

Inherited from ReleaseTagComponent

Inherited from DeployKeyComponent

Inherited from GpgKeyComponent

Inherited from SshKeyComponent

Inherited from RepositoryComponent

Inherited from PullRequestComponent

Inherited from MilestoneComponent

Inherited from PriorityComponent

Inherited from LabelComponent

Inherited from IssueLabelComponent

Inherited from IssueCommentComponent

Inherited from IssueComponent

Inherited from GroupMemberComponent

Inherited from CommitStatusComponent

Inherited from CommitCommentComponent

Inherited from CollaboratorComponent

Inherited from ActivityComponent

Inherited from TemplateComponent

Inherited from AccountComponent

Inherited from AccessTokenComponent

Inherited from Profile

Inherited from ProfileProvider

Inherited from AnyRef

Inherited from Any

Ungrouped