object Directory
Provides directory locations used by GitBucket.
Linear Supertypes
Ordering
- Alphabetic
- By Inheritance
Inherited
- Directory
- AnyRef
- Any
- Hide All
- Show All
Visibility
- Public
- All
Value Members
- val DatabaseHome: String
- val GitBucketConf: File
- val GitBucketHome: String
- val PluginHome: String
- val RepositoryHome: String
- val TemporaryHome: String
-
def
getAttachedDir(owner: String, repository: String): File
Directory for files which are attached to issue.
-
def
getLfsDir(owner: String, repository: String): File
Directory for files which are attached to issue.
-
def
getPluginCacheDir(): File
Root of plugin cache directory.
Root of plugin cache directory. Plugin repositories are cloned into this directory.
-
def
getRepositoryDir(owner: String, repository: String): File
Substance directory of the repository.
-
def
getRepositoryFilesDir(owner: String, repository: String): File
Directory for repository files.
-
def
getTemporaryDir(owner: String, repository: String): File
Root of temporary directories for the specified repository.
-
def
getTemporaryDir(sessionId: String): File
Root of temporary directories for the upload file.
-
def
getUserUploadDir(userName: String): File
Directory for uploaded files by the specified user.
-
def
getWikiRepositoryDir(owner: String, repository: String): File
Substance directory of the wiki repository.