models

Project

class Project extends Model with LabelOwner

Linear Supertypes
LabelOwner, ResourceConvertible, Model, EntityBean, Serializable, AnyRef, Any
Ordering
  1. Alphabetic
  2. By inheritance
Inherited
  1. Project
  2. LabelOwner
  3. ResourceConvertible
  4. Model
  5. EntityBean
  6. Serializable
  7. AnyRef
  8. Any
  1. Hide All
  2. Show all
Learn more about member selection
Visibility
  1. Public
  2. All

Instance Constructors

  1. new Project()

Value Members

  1. final def !=(arg0: AnyRef): Boolean

    Definition Classes
    AnyRef
  2. final def !=(arg0: Any): Boolean

    Definition Classes
    Any
  3. final def ##(): Int

    Definition Classes
    AnyRef → Any
  4. final def ==(arg0: AnyRef): Boolean

    Definition Classes
    AnyRef
  5. final def ==(arg0: Any): Boolean

    Definition Classes
    Any
  6. def _ebean_createCopy(): AnyRef

    Definition Classes
    Model → EntityBean
  7. def _ebean_getField(arg0: Int, arg1: Any): AnyRef

    Definition Classes
    Model → EntityBean
  8. def _ebean_getFieldIntercept(arg0: Int, arg1: Any): AnyRef

    Definition Classes
    Model → EntityBean
  9. def _ebean_getFieldNames(): Array[String]

    Definition Classes
    Model → EntityBean
  10. def _ebean_getIntercept(): EntityBeanIntercept

    Definition Classes
    Model → EntityBean
  11. def _ebean_getMarker(): String

    Definition Classes
    Model → EntityBean
  12. def _ebean_get__idGetSet(): Tuple

    Attributes
    protected[play.db.ebean]
    Definition Classes
    Model
  13. def _ebean_getni__idGetSet(): Tuple

    Attributes
    protected[play.db.ebean]
    Definition Classes
    Model
  14. def _ebean_intercept(): EntityBeanIntercept

    Definition Classes
    Model → EntityBean
  15. def _ebean_isEmbeddedNewOrDirty(): Boolean

    Definition Classes
    Model → EntityBean
  16. def _ebean_newInstance(): AnyRef

    Definition Classes
    Model → EntityBean
  17. def _ebean_setEmbeddedLoaded(): Unit

    Definition Classes
    Model → EntityBean
  18. def _ebean_setField(arg0: Int, arg1: Any, arg2: Any): Unit

    Definition Classes
    Model → EntityBean
  19. def _ebean_setFieldIntercept(arg0: Int, arg1: Any, arg2: Any): Unit

    Definition Classes
    Model → EntityBean
  20. def _ebean_set__idGetSet(arg0: Tuple): Unit

    Attributes
    protected[play.db.ebean]
    Definition Classes
    Model
  21. def _ebean_setni__idGetSet(arg0: Tuple): Unit

    Attributes
    protected[play.db.ebean]
    Definition Classes
    Model
  22. def addFork(forkProject: Project): Unit

  23. def addPropertyChangeListener(arg0: String, arg1: PropertyChangeListener): Unit

    Definition Classes
    Model
  24. def addPropertyChangeListener(arg0: PropertyChangeListener): Unit

    Definition Classes
    Model → EntityBean
  25. def ago(): Duration

  26. final def asInstanceOf[T0]: T0

    Definition Classes
    Any
  27. def asResource(): Resource

    Definition Classes
    ProjectResourceConvertible
  28. def attachLabel(label: Label): Boolean

  29. def changeVCS(): Unit

  30. def cleanEnrolledUsers(): Unit

  31. def clone(): AnyRef

    Attributes
    protected[java.lang]
    Definition Classes
    AnyRef
    Annotations
    @throws( ... )
  32. def defaultBranch(): String

  33. def delete(): Unit

    Definition Classes
    Project → Model
  34. def delete(arg0: String): Unit

    Definition Classes
    Model
  35. def deleteFork(): Unit

  36. def deleteManyToManyAssociations(arg0: String): Unit

    Definition Classes
    Model
  37. def detachLabel(label: Label): Unit

  38. final def eq(arg0: AnyRef): Boolean

    Definition Classes
    AnyRef
  39. def equals(arg0: Any): Boolean

    Definition Classes
    Model → AnyRef → Any
  40. def finalize(): Unit

    Attributes
    protected[java.lang]
    Definition Classes
    AnyRef
    Annotations
    @throws( classOf[java.lang.Throwable] )
  41. def findAuthors(): Set[User]

  42. def findAuthorsAndWatchers(): Set[User]

  43. def fixInvalidForkData(): Unit

  44. def getAssignableUsers(): List[User]

  45. def getAssignableUsersAndAssignee(issue: Issue): List[User]

  46. def getAssociationProjects(): List[Project]

  47. final def getClass(): Class[_]

    Definition Classes
    AnyRef → Any
  48. def getForkingProjects(): List[Project]

  49. def getIssueTemplate(): String

  50. def getLabels(): Set[Label]

    Definition Classes
    ProjectLabelOwner
  51. def getMaxNumberOfRequiredReviewerCount(): Int

  52. def getOldPlace(): String

  53. def getOldPushedBranches(): List[PushedBranch]

  54. def getOwnerByLoginId(loginId: String): User

  55. def getReadmeFileName(): String

  56. def getRecentlyPushedBranches(): List[PushedBranch]

  57. def getWatchedUsers(): Set[User]

  58. def getWatchingCount(): Int

  59. def hasForks(): Boolean

  60. def hasGroup(): Boolean

  61. def hasMember(user: User): Boolean

  62. def hasOldPlace(): Boolean

  63. def hashCode(): Int

    Definition Classes
    Model → AnyRef → Any
  64. def isAssignableUser(user: User): Boolean

  65. def isCodeAvailable(): Boolean

  66. def isForkedFromOrigin(): Boolean

  67. def isGit(): Boolean

  68. final def isInstanceOf[T0]: Boolean

    Definition Classes
    Any
  69. def isOwner(user: User): Boolean

  70. def isPrivate(): Boolean

  71. def isProjectOrOrganizationUser(user: User): Boolean

  72. def isProtected(): Boolean

  73. def isPublic(): Boolean

  74. def labelsAsResource(): Resource

  75. def lastPushedDateAgo(): Duration

  76. def lastUpdateDate(): Date

  77. def members(): List[ProjectUser]

  78. final def ne(arg0: AnyRef): Boolean

    Definition Classes
    AnyRef
  79. def nextVCS(): String

  80. final def notify(): Unit

    Definition Classes
    AnyRef
  81. final def notifyAll(): Unit

    Definition Classes
    AnyRef
  82. def readme(): String

  83. def recordRenameOrTransferHistoryIfLastChangePassed24HoursFrom(project: Project): Unit

  84. def refresh(arg0: String): Unit

    Definition Classes
    Model
  85. def refresh(): Unit

    Definition Classes
    Model
  86. def removePropertyChangeListener(arg0: String, arg1: PropertyChangeListener): Unit

    Definition Classes
    Model
  87. def removePropertyChangeListener(arg0: PropertyChangeListener): Unit

    Definition Classes
    Model → EntityBean
  88. def save(arg0: String): Unit

    Definition Classes
    Model
  89. def save(): Unit

    Definition Classes
    Model
  90. def saveManyToManyAssociations(arg0: String, arg1: String): Unit

    Definition Classes
    Model
  91. def saveManyToManyAssociations(arg0: String): Unit

    Definition Classes
    Model
  92. final def synchronized[T0](arg0: ⇒ T0): T0

    Definition Classes
    AnyRef
  93. def toString(): String

    Definition Classes
    Project → AnyRef → Any
  94. def update(arg0: Any, arg1: String): Unit

    Definition Classes
    Model
  95. def update(arg0: Any): Unit

    Definition Classes
    Model
  96. def update(arg0: String): Unit

    Definition Classes
    Model
  97. def update(): Unit

    Definition Classes
    Model
  98. final def wait(): Unit

    Definition Classes
    AnyRef
    Annotations
    @throws( ... )
  99. final def wait(arg0: Long, arg1: Int): Unit

    Definition Classes
    AnyRef
    Annotations
    @throws( ... )
  100. final def wait(arg0: Long): Unit

    Definition Classes
    AnyRef
    Annotations
    @throws( ... )

Inherited from LabelOwner

Inherited from ResourceConvertible

Inherited from Model

Inherited from EntityBean

Inherited from Serializable

Inherited from AnyRef

Inherited from Any

Ungrouped