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
-
final
def
!=(arg0: Any): Boolean
- Definition Classes
- AnyRef → Any
-
final
def
##(): Int
- Definition Classes
- AnyRef → Any
-
final
def
==(arg0: Any): Boolean
- Definition Classes
- AnyRef → Any
- val DatabaseHome: String
- val GitBucketConf: File
- val GitBucketHome: String
- val PluginHome: String
- val RepositoryHome: String
- val TemporaryHome: String
-
final
def
asInstanceOf[T0]: T0
- Definition Classes
- Any
-
def
clone(): AnyRef
- Attributes
- protected[java.lang]
- Definition Classes
- AnyRef
- Annotations
- @native() @throws( ... )
-
final
def
eq(arg0: AnyRef): Boolean
- Definition Classes
- AnyRef
-
def
equals(arg0: Any): Boolean
- Definition Classes
- AnyRef → Any
-
def
finalize(): Unit
- Attributes
- protected[java.lang]
- Definition Classes
- AnyRef
- Annotations
- @throws( classOf[java.lang.Throwable] )
-
def
getAttachedDir(owner: String, repository: String): File
Directory for files which are attached to issue.
-
final
def
getClass(): Class[_]
- Definition Classes
- AnyRef → Any
- Annotations
- @native()
-
def
getDiffDir(owner: String, repository: String): File
Directory for files which store diff fragment
-
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
getReleaseFilesDir(owner: String, repository: String): File
Directory for released files
-
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.
-
def
hashCode(): Int
- Definition Classes
- AnyRef → Any
- Annotations
- @native()
-
final
def
isInstanceOf[T0]: Boolean
- Definition Classes
- Any
-
final
def
ne(arg0: AnyRef): Boolean
- Definition Classes
- AnyRef
-
final
def
notify(): Unit
- Definition Classes
- AnyRef
- Annotations
- @native()
-
final
def
notifyAll(): Unit
- Definition Classes
- AnyRef
- Annotations
- @native()
-
final
def
synchronized[T0](arg0: ⇒ T0): T0
- Definition Classes
- AnyRef
-
def
toString(): String
- Definition Classes
- AnyRef → Any
-
final
def
wait(): Unit
- Definition Classes
- AnyRef
- Annotations
- @throws( ... )
-
final
def
wait(arg0: Long, arg1: Int): Unit
- Definition Classes
- AnyRef
- Annotations
- @throws( ... )
-
final
def
wait(arg0: Long): Unit
- Definition Classes
- AnyRef
- Annotations
- @native() @throws( ... )