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

Ordering
  1. Alphabetic
  2. By Inheritance
Inherited
  1. CoreProfile
  2. AccountPreferenceComponent
  3. AccountExtraMailAddressComponent
  4. ReleaseAssetComponent
  5. ReleaseTagComponent
  6. DeployKeyComponent
  7. ProtectedBranchComponent
  8. AccountFederationComponent
  9. AccountWebHookEventComponent
  10. AccountWebHookComponent
  11. RepositoryWebHookEventComponent
  12. RepositoryWebHookComponent
  13. GpgKeyComponent
  14. SshKeyComponent
  15. RepositoryComponent
  16. PullRequestComponent
  17. MilestoneComponent
  18. PriorityComponent
  19. LabelComponent
  20. IssueLabelComponent
  21. IssueCommentComponent
  22. IssueComponent
  23. GroupMemberComponent
  24. CommitStatusComponent
  25. CommitCommentComponent
  26. CollaboratorComponent
  27. ActivityComponent
  28. TemplateComponent
  29. AccountComponent
  30. AccessTokenComponent
  31. Profile
  32. ProfileProvider
  33. AnyRef
  34. 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 DeployKeys extends slick.jdbc.JdbcProfile.API.Table[DeployKey] with (DeployKeyComponent.this)#BasicTemplate
    Definition Classes
    DeployKeyComponent
  13. class GpgKeys extends slick.jdbc.JdbcProfile.API.Table[GpgKey]
    Definition Classes
    GpgKeyComponent
  14. class GroupMembers extends slick.jdbc.JdbcProfile.API.Table[GroupMember]
    Definition Classes
    GroupMemberComponent
  15. class IssueComments extends slick.jdbc.JdbcProfile.API.Table[IssueComment] with (IssueCommentComponent.this)#IssueTemplate
    Definition Classes
    IssueCommentComponent
  16. class IssueId extends slick.jdbc.JdbcProfile.API.Table[(String, String, Int)] with (IssueComponent.this)#IssueTemplate
    Definition Classes
    IssueComponent
  17. class IssueOutline extends slick.jdbc.JdbcProfile.API.Table[(String, String, Int, Int, Int)] with (IssueComponent.this)#IssueTemplate
    Definition Classes
    IssueComponent
  18. class Issues extends slick.jdbc.JdbcProfile.API.Table[Issue] with (IssueComponent.this)#IssueTemplate with (IssueComponent.this)#MilestoneTemplate with (IssueComponent.this)#PriorityTemplate
    Definition Classes
    IssueComponent
  19. class IssueLabels extends slick.jdbc.JdbcProfile.API.Table[IssueLabel] with (IssueLabelComponent.this)#IssueTemplate with (IssueLabelComponent.this)#LabelTemplate
    Definition Classes
    IssueLabelComponent
  20. class Labels extends slick.jdbc.JdbcProfile.API.Table[Label] with (LabelComponent.this)#LabelTemplate
    Definition Classes
    LabelComponent
  21. class Milestones extends slick.jdbc.JdbcProfile.API.Table[Milestone] with (MilestoneComponent.this)#MilestoneTemplate
    Definition Classes
    MilestoneComponent
  22. class Priorities extends slick.jdbc.JdbcProfile.API.Table[Priority] with (PriorityComponent.this)#PriorityTemplate
    Definition Classes
    PriorityComponent
  23. implicit class RichColumn extends AnyRef

    Extends Column to add conditional condition

    Extends Column to add conditional condition

    Definition Classes
    Profile
  24. class ProtectedBranchContexts extends slick.jdbc.JdbcProfile.API.Table[ProtectedBranchContext] with (ProtectedBranchComponent.this)#BranchTemplate
    Definition Classes
    ProtectedBranchComponent
  25. class ProtectedBranches extends slick.jdbc.JdbcProfile.API.Table[ProtectedBranch] with (ProtectedBranchComponent.this)#BranchTemplate
    Definition Classes
    ProtectedBranchComponent
  26. class PullRequests extends slick.jdbc.JdbcProfile.API.Table[PullRequest] with (PullRequestComponent.this)#IssueTemplate
    Definition Classes
    PullRequestComponent
  27. class ReleaseAssets extends slick.jdbc.JdbcProfile.API.Table[ReleaseAsset] with (ReleaseAssetComponent.this)#BasicTemplate
    Definition Classes
    ReleaseAssetComponent
  28. class ReleaseTags extends slick.jdbc.JdbcProfile.API.Table[ReleaseTag] with (ReleaseTagComponent.this)#BasicTemplate
    Definition Classes
    ReleaseTagComponent
  29. class Repositories extends slick.jdbc.JdbcProfile.API.Table[Repository] with (RepositoryComponent.this)#BasicTemplate
    Definition Classes
    RepositoryComponent
  30. class RepositoryWebHooks extends slick.jdbc.JdbcProfile.API.Table[RepositoryWebHook] with (RepositoryWebHookComponent.this)#BasicTemplate
    Definition Classes
    RepositoryWebHookComponent
  31. class RepositoryWebHookEvents extends slick.jdbc.JdbcProfile.API.Table[RepositoryWebHookEvent] with (RepositoryWebHookEventComponent.this)#BasicTemplate
  32. class SshKeys extends slick.jdbc.JdbcProfile.API.Table[SshKey]
    Definition Classes
    SshKeyComponent
  33. trait BasicTemplate extends AnyRef
    Definition Classes
    TemplateComponent
  34. trait BranchTemplate extends (TemplateComponent.this)#BasicTemplate
    Definition Classes
    TemplateComponent
  35. trait CommitTemplate extends (TemplateComponent.this)#BasicTemplate
    Definition Classes
    TemplateComponent
  36. trait IssueTemplate extends (TemplateComponent.this)#BasicTemplate
    Definition Classes
    TemplateComponent
  37. trait LabelTemplate extends (TemplateComponent.this)#BasicTemplate
    Definition Classes
    TemplateComponent
  38. trait MilestoneTemplate extends (TemplateComponent.this)#BasicTemplate
    Definition Classes
    TemplateComponent
  39. 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 DeployKeys: TableQuery[DeployKeys]
    Definition Classes
    DeployKeyComponent
  16. lazy val GpgKeys: TableQuery[GpgKeys]
    Definition Classes
    GpgKeyComponent
  17. lazy val GroupMembers: TableQuery[GroupMembers]
    Definition Classes
    GroupMemberComponent
  18. lazy val IssueComments: TableQuery[IssueComments]
    Definition Classes
    IssueCommentComponent
  19. lazy val IssueId: TableQuery[IssueId]
    Definition Classes
    IssueComponent
  20. lazy val IssueLabels: TableQuery[IssueLabels]
    Definition Classes
    IssueLabelComponent
  21. lazy val IssueOutline: TableQuery[IssueOutline]
    Definition Classes
    IssueComponent
  22. lazy val Issues: TableQuery[Issues]
    Definition Classes
    IssueComponent
  23. lazy val Labels: TableQuery[Labels]
    Definition Classes
    LabelComponent
  24. lazy val Milestones: TableQuery[Milestones]
    Definition Classes
    MilestoneComponent
  25. lazy val Priorities: TableQuery[Priorities]
    Definition Classes
    PriorityComponent
  26. lazy val ProtectedBranchContexts: TableQuery[ProtectedBranchContexts]
    Definition Classes
    ProtectedBranchComponent
  27. lazy val ProtectedBranches: TableQuery[ProtectedBranches]
    Definition Classes
    ProtectedBranchComponent
  28. lazy val PullRequests: TableQuery[PullRequests]
    Definition Classes
    PullRequestComponent
  29. lazy val ReleaseAssets: TableQuery[ReleaseAssets]
    Definition Classes
    ReleaseAssetComponent
  30. lazy val ReleaseTags: TableQuery[ReleaseTags]
    Definition Classes
    ReleaseTagComponent
  31. lazy val Repositories: TableQuery[Repositories]
    Definition Classes
    RepositoryComponent
  32. lazy val RepositoryWebHookEvents: TableQuery[RepositoryWebHookEvents]
  33. lazy val RepositoryWebHooks: TableQuery[RepositoryWebHooks]
    Definition Classes
    RepositoryWebHookComponent
  34. lazy val SshKeys: TableQuery[SshKeys]
    Definition Classes
    SshKeyComponent
  35. final def asInstanceOf[T0]: T0
    Definition Classes
    Any
  36. def clone(): AnyRef
    Attributes
    protected[lang]
    Definition Classes
    AnyRef
    Annotations
    @throws(classOf[java.lang.CloneNotSupportedException]) @native()
  37. implicit val commitStateColumnType: slick.jdbc.JdbcProfile.API.BaseColumnType[CommitState]
    Definition Classes
    CommitStatusComponent
  38. def currentDate: Date

    Returns system date.

    Returns system date.

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

    java.util.Date Mapped Column Types

    java.util.Date Mapped Column Types

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

    WebHookBase.Event Column Types

    WebHookBase.Event Column Types

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

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