object Namespace
- Alphabetic
- By Inheritance
- Namespace
- AnyRef
- Any
- Hide All
- Show All
- 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
-
def
actualRepositorySizeLimit: SelectionBuilder[Namespace, Option[Double]]
Size limit for repositories in the namespace in bytes
-
def
additionalPurchasedStorageSize: SelectionBuilder[Namespace, Option[Double]]
Additional storage purchased for the root namespace in bytes
-
final
def
asInstanceOf[T0]: T0
- Definition Classes
- Any
-
def
clone(): AnyRef
- Attributes
- protected[lang]
- Definition Classes
- AnyRef
- Annotations
- @throws( ... ) @native() @HotSpotIntrinsicCandidate()
-
def
containsLockedProjects: SelectionBuilder[Namespace, Boolean]
Includes at least one project where the repository size exceeds the limit
-
def
description: SelectionBuilder[Namespace, Option[String]]
Description of the namespace
-
def
descriptionHtml: SelectionBuilder[Namespace, Option[String]]
The GitLab Flavored Markdown rendering of
description -
final
def
eq(arg0: AnyRef): Boolean
- Definition Classes
- AnyRef
-
def
equals(arg0: Any): Boolean
- Definition Classes
- AnyRef → Any
-
def
fullName: SelectionBuilder[Namespace, String]
Full name of the namespace
-
def
fullPath: SelectionBuilder[Namespace, String]
Full path of the namespace
-
final
def
getClass(): Class[_]
- Definition Classes
- AnyRef → Any
- Annotations
- @native() @HotSpotIntrinsicCandidate()
-
def
hashCode(): Int
- Definition Classes
- AnyRef → Any
- Annotations
- @native() @HotSpotIntrinsicCandidate()
-
def
id: SelectionBuilder[Namespace, String]
ID of the namespace
-
final
def
isInstanceOf[T0]: Boolean
- Definition Classes
- Any
-
def
isTemporaryStorageIncreaseEnabled: SelectionBuilder[Namespace, Boolean]
Status of the temporary storage increase
-
def
lfsEnabled: SelectionBuilder[Namespace, Option[Boolean]]
Indicates if Large File Storage (LFS) is enabled for namespace
-
def
name: SelectionBuilder[Namespace, String]
Name of the namespace
-
final
def
ne(arg0: AnyRef): Boolean
- Definition Classes
- AnyRef
-
final
def
notify(): Unit
- Definition Classes
- AnyRef
- Annotations
- @native() @HotSpotIntrinsicCandidate()
-
final
def
notifyAll(): Unit
- Definition Classes
- AnyRef
- Annotations
- @native() @HotSpotIntrinsicCandidate()
-
def
path: SelectionBuilder[Namespace, String]
Path of the namespace
-
def
projects[A](includeSubgroups: Option[Boolean] = None, search: Option[String] = None, sort: Option[NamespaceProjectSort] = None, hasVulnerabilities: Option[Boolean] = None, after: Option[String] = None, before: Option[String] = None, first: Option[Int] = None, last: Option[Int] = None)(innerSelection: SelectionBuilder[ProjectConnection, A]): SelectionBuilder[Namespace, A]
Projects within this namespace
-
def
repositorySizeExcessProjectCount: SelectionBuilder[Namespace, Int]
Number of projects in the root namespace where the repository size exceeds the limit
-
def
requestAccessEnabled: SelectionBuilder[Namespace, Option[Boolean]]
Indicates if users can request access to namespace
-
def
rootStorageStatistics[A](innerSelection: SelectionBuilder[RootStorageStatistics, A]): SelectionBuilder[Namespace, Option[A]]
Aggregated storage statistics of the namespace.
Aggregated storage statistics of the namespace. Only available for root namespaces
-
def
storageSizeLimit: SelectionBuilder[Namespace, Option[Double]]
Total storage limit of the root namespace in bytes
-
final
def
synchronized[T0](arg0: ⇒ T0): T0
- Definition Classes
- AnyRef
-
def
temporaryStorageIncreaseEndsOn: SelectionBuilder[Namespace, Option[Time]]
Date until the temporary storage increase is active
-
def
toString(): String
- Definition Classes
- AnyRef → Any
-
def
totalRepositorySize: SelectionBuilder[Namespace, Option[Double]]
Total repository size of all projects in the root namespace in bytes
-
def
totalRepositorySizeExcess: SelectionBuilder[Namespace, Option[Double]]
Total excess repository size of all projects in the root namespace in bytes
-
def
visibility: SelectionBuilder[Namespace, Option[String]]
Visibility of the namespace
-
final
def
wait(arg0: Long, arg1: Int): Unit
- Definition Classes
- AnyRef
- Annotations
- @throws( ... )
-
final
def
wait(arg0: Long): Unit
- Definition Classes
- AnyRef
- Annotations
- @throws( ... ) @native()
-
final
def
wait(): Unit
- Definition Classes
- AnyRef
- Annotations
- @throws( ... )
Deprecated Value Members
-
def
finalize(): Unit
- Attributes
- protected[lang]
- Definition Classes
- AnyRef
- Annotations
- @throws( classOf[java.lang.Throwable] ) @Deprecated
- Deprecated