Package com.atlassian.bitbucket.project
Interface PersonalProject
- All Superinterfaces:
Project
Describes a
user's personal project in the system.
Each user has exactly one personal project, to which they always have
PROJECT_ADMIN access. In addition to forking repositories
contained in other projects into their personal project, Users can also create their own private repositories there.
Users may grant permissions on their private repositories to other users
to allow them to collaborate.
Personal projects are fully managed by the system. Their keys and names
are fixed and may not be updated. Their avatars are drawn from their
owning users and cannot be changed directly. Personal projects cannot be deleted, even if they
contain no repositories.
-
Field Summary
Fields inherited from interface com.atlassian.bitbucket.project.Project
KEY_REGEXP, KEY_TRUSTED_REGEXP, MAX_KEY_LENGTH, MAX_NAME_LENGTH, NAME_REGEXP -
Method Summary
-
Method Details
-
getOwner
Retrieves theuserto whom this personal project belongs.- Returns:
- the personal project's owner
-