object Group
- Alphabetic
- By Inheritance
- Group
- 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[Group, Option[Double]]
Size limit for repositories in the namespace in bytes
-
def
additionalPurchasedStorageSize: SelectionBuilder[Group, Option[Double]]
Additional storage purchased for the root namespace in bytes
-
final
def
asInstanceOf[T0]: T0
- Definition Classes
- Any
-
def
autoDevopsEnabled: SelectionBuilder[Group, Option[Boolean]]
Indicates whether Auto DevOps is enabled for all projects within this group
-
def
avatarUrl: SelectionBuilder[Group, Option[String]]
Avatar URL of the group
-
def
board[A](id: BoardID)(innerSelection: SelectionBuilder[Board, A]): SelectionBuilder[Group, Option[A]]
A single board of the group
-
def
boards[A](id: Option[BoardID] = None, after: Option[String] = None, before: Option[String] = None, first: Option[Int] = None, last: Option[Int] = None)(innerSelection: SelectionBuilder[BoardConnection, A]): SelectionBuilder[Group, Option[A]]
Boards of the group
-
def
clone(): AnyRef
- Attributes
- protected[lang]
- Definition Classes
- AnyRef
- Annotations
- @throws( ... ) @native() @HotSpotIntrinsicCandidate()
-
def
codeCoverageActivities[A](startDate: Date, after: Option[String] = None, before: Option[String] = None, first: Option[Int] = None, last: Option[Int] = None)(innerSelection: SelectionBuilder[CodeCoverageActivityConnection, A]): SelectionBuilder[Group, Option[A]]
Represents the code coverage activity for this group
-
def
containerRepositories[A](name: Option[String] = None, after: Option[String] = None, before: Option[String] = None, first: Option[Int] = None, last: Option[Int] = None)(innerSelection: SelectionBuilder[ContainerRepositoryConnection, A]): SelectionBuilder[Group, Option[A]]
Container repositories of the group
-
def
containerRepositoriesCount: SelectionBuilder[Group, Int]
Number of container repositories in the group
-
def
containsLockedProjects: SelectionBuilder[Group, Boolean]
Includes at least one project where the repository size exceeds the limit
-
def
description: SelectionBuilder[Group, Option[String]]
Description of the namespace
-
def
descriptionHtml: SelectionBuilder[Group, Option[String]]
The GitLab Flavored Markdown rendering of
description -
def
emailsDisabled: SelectionBuilder[Group, Option[Boolean]]
Indicates if a group has email notifications disabled
-
def
epic[A](startDate: Option[Time] = None, endDate: Option[Time] = None, timeframe: Option[Timeframe] = None, iid: Option[String] = None, iids: Option[List[String]] = None, state: Option[EpicState] = None, search: Option[String] = None, sort: Option[EpicSort] = None, authorUsername: Option[String] = None, labelName: Option[List[String]] = None, milestoneTitle: Option[String] = None, iidStartsWith: Option[String] = None, includeDescendantGroups: Option[Boolean] = None)(innerSelection: SelectionBuilder[Epic, A]): SelectionBuilder[Group, Option[A]]
Find a single epic
-
def
epics[A](startDate: Option[Time] = None, endDate: Option[Time] = None, timeframe: Option[Timeframe] = None, iid: Option[String] = None, iids: Option[List[String]] = None, state: Option[EpicState] = None, search: Option[String] = None, sort: Option[EpicSort] = None, authorUsername: Option[String] = None, labelName: Option[List[String]] = None, milestoneTitle: Option[String] = None, iidStartsWith: Option[String] = None, includeDescendantGroups: Option[Boolean] = None, after: Option[String] = None, before: Option[String] = None, first: Option[Int] = None, last: Option[Int] = None)(innerSelection: SelectionBuilder[EpicConnection, A]): SelectionBuilder[Group, Option[A]]
Find epics
-
def
epicsEnabled: SelectionBuilder[Group, Option[Boolean]]
Indicates if Epics are enabled for namespace
-
final
def
eq(arg0: AnyRef): Boolean
- Definition Classes
- AnyRef
-
def
equals(arg0: Any): Boolean
- Definition Classes
- AnyRef → Any
-
def
fullName: SelectionBuilder[Group, String]
Full name of the namespace
-
def
fullPath: SelectionBuilder[Group, String]
Full path of the namespace
-
final
def
getClass(): Class[_]
- Definition Classes
- AnyRef → Any
- Annotations
- @native() @HotSpotIntrinsicCandidate()
-
def
groupMembers[A](search: Option[String] = None, relations: Option[List[GroupMemberRelation]] = None, after: Option[String] = None, before: Option[String] = None, first: Option[Int] = None, last: Option[Int] = None)(innerSelection: SelectionBuilder[GroupMemberConnection, A]): SelectionBuilder[Group, Option[A]]
A membership of a user within this group
-
def
groupTimelogsEnabled: SelectionBuilder[Group, Option[Boolean]]
Indicates if Group timelogs are enabled for namespace
-
def
hashCode(): Int
- Definition Classes
- AnyRef → Any
- Annotations
- @native() @HotSpotIntrinsicCandidate()
-
def
id: SelectionBuilder[Group, String]
ID of the namespace
-
final
def
isInstanceOf[T0]: Boolean
- Definition Classes
- Any
-
def
isTemporaryStorageIncreaseEnabled: SelectionBuilder[Group, Boolean]
Status of the temporary storage increase
-
def
issues[A](iid: Option[String] = None, iids: Option[List[String]] = None, labelName: Option[List[Option[String]]] = None, milestoneTitle: Option[List[Option[String]]] = None, authorUsername: Option[String] = None, assigneeUsername: Option[String] = None, assigneeUsernames: Option[List[String]] = None, assigneeId: Option[String] = None, createdBefore: Option[Time] = None, createdAfter: Option[Time] = None, updatedBefore: Option[Time] = None, updatedAfter: Option[Time] = None, closedBefore: Option[Time] = None, closedAfter: Option[Time] = None, search: Option[String] = None, types: Option[List[IssueType]] = None, state: Option[IssuableState] = None, sort: Option[IssueSort] = None, iterationId: Option[List[Option[String]]] = None, epicId: Option[String] = None, includeSubgroups: Option[Boolean] = None, after: Option[String] = None, before: Option[String] = None, first: Option[Int] = None, last: Option[Int] = None)(innerSelection: SelectionBuilder[IssueConnection, A]): SelectionBuilder[Group, Option[A]]
Issues for projects in this group
-
def
iterations[A](startDate: Option[Time] = None, endDate: Option[Time] = None, timeframe: Option[Timeframe] = None, state: Option[IterationState] = None, title: Option[String] = None, id: Option[String] = None, iid: Option[String] = None, includeAncestors: Option[Boolean] = None, after: Option[String] = None, before: Option[String] = None, first: Option[Int] = None, last: Option[Int] = None)(innerSelection: SelectionBuilder[IterationConnection, A]): SelectionBuilder[Group, Option[A]]
Find iterations
-
def
label[A](title: String)(innerSelection: SelectionBuilder[Label, A]): SelectionBuilder[Group, Option[A]]
A label available on this group
-
def
labels[A](after: Option[String] = None, before: Option[String] = None, first: Option[Int] = None, last: Option[Int] = None, searchTerm: Option[String] = None)(innerSelection: SelectionBuilder[LabelConnection, A]): SelectionBuilder[Group, Option[A]]
Labels available on this group
-
def
lfsEnabled: SelectionBuilder[Group, Option[Boolean]]
Indicates if Large File Storage (LFS) is enabled for namespace
-
def
mentionsDisabled: SelectionBuilder[Group, Option[Boolean]]
Indicates if a group is disabled from getting mentioned
-
def
mergeRequests[A](iids: Option[List[String]] = None, sourceBranches: Option[List[String]] = None, targetBranches: Option[List[String]] = None, state: Option[MergeRequestState] = None, labels: Option[List[String]] = None, mergedAfter: Option[Time] = None, mergedBefore: Option[Time] = None, milestoneTitle: Option[String] = None, sort: Option[MergeRequestSort] = None, includeSubgroups: Option[Boolean] = None, assigneeUsername: Option[String] = None, authorUsername: Option[String] = None, after: Option[String] = None, before: Option[String] = None, first: Option[Int] = None, last: Option[Int] = None)(innerSelection: SelectionBuilder[MergeRequestConnection, A]): SelectionBuilder[Group, Option[A]]
Merge requests for projects in this group
-
def
milestones[A](startDate: Option[Time] = None, endDate: Option[Time] = None, timeframe: Option[Timeframe] = None, ids: Option[List[String]] = None, state: Option[MilestoneStateEnum] = None, title: Option[String] = None, searchTitle: Option[String] = None, containingDate: Option[Time] = None, includeDescendants: Option[Boolean] = None, after: Option[String] = None, before: Option[String] = None, first: Option[Int] = None, last: Option[Int] = None)(innerSelection: SelectionBuilder[MilestoneConnection, A]): SelectionBuilder[Group, Option[A]]
Milestones of the group
-
def
name: SelectionBuilder[Group, 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
parent[A](innerSelection: SelectionBuilder[Group, A]): SelectionBuilder[Group, Option[A]]
Parent group
-
def
path: SelectionBuilder[Group, String]
Path of the namespace
-
def
projectCreationLevel: SelectionBuilder[Group, Option[String]]
The permission level required to create projects in the group
-
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[Group, A]
Projects within this namespace
-
def
repositorySizeExcessProjectCount: SelectionBuilder[Group, Int]
Number of projects in the root namespace where the repository size exceeds the limit
-
def
requestAccessEnabled: SelectionBuilder[Group, Option[Boolean]]
Indicates if users can request access to namespace
-
def
requireTwoFactorAuthentication: SelectionBuilder[Group, Option[Boolean]]
Indicates if all users in this group are required to set up two-factor authentication
-
def
rootStorageStatistics[A](innerSelection: SelectionBuilder[RootStorageStatistics, A]): SelectionBuilder[Group, Option[A]]
Aggregated storage statistics of the namespace.
Aggregated storage statistics of the namespace. Only available for root namespaces
-
def
shareWithGroupLock: SelectionBuilder[Group, Option[Boolean]]
Indicates if sharing a project with another group within this group is prevented
-
def
stats[A](innerSelection: SelectionBuilder[GroupStats, A]): SelectionBuilder[Group, Option[A]]
Group statistics
-
def
storageSizeLimit: SelectionBuilder[Group, Option[Double]]
Total storage limit of the root namespace in bytes
-
def
subgroupCreationLevel: SelectionBuilder[Group, Option[String]]
The permission level required to create subgroups within the group
-
final
def
synchronized[T0](arg0: ⇒ T0): T0
- Definition Classes
- AnyRef
-
def
temporaryStorageIncreaseEndsOn: SelectionBuilder[Group, Option[Time]]
Date until the temporary storage increase is active
-
def
timelogs[A](startDate: Option[Time] = None, endDate: Option[Time] = None, startTime: Option[Time] = None, endTime: Option[Time] = None, after: Option[String] = None, before: Option[String] = None, first: Option[Int] = None, last: Option[Int] = None)(innerSelection: SelectionBuilder[TimelogConnection, A]): SelectionBuilder[Group, A]
Time logged in issues by group members
-
def
toString(): String
- Definition Classes
- AnyRef → Any
-
def
totalRepositorySize: SelectionBuilder[Group, Option[Double]]
Total repository size of all projects in the root namespace in bytes
-
def
totalRepositorySizeExcess: SelectionBuilder[Group, Option[Double]]
Total excess repository size of all projects in the root namespace in bytes
-
def
twoFactorGracePeriod: SelectionBuilder[Group, Option[Int]]
Time before two-factor authentication is enforced
-
def
userPermissions[A](innerSelection: SelectionBuilder[GroupPermissions, A]): SelectionBuilder[Group, A]
Permissions for the current user on the resource
-
def
visibility: SelectionBuilder[Group, Option[String]]
Visibility of the namespace
-
def
vulnerabilities[A](projectId: Option[List[String]] = None, reportType: Option[List[VulnerabilityReportType]] = None, severity: Option[List[VulnerabilitySeverity]] = None, state: Option[List[VulnerabilityState]] = None, scanner: Option[List[String]] = None, sort: Option[VulnerabilitySort] = None, hasResolution: Option[Boolean] = None, hasIssues: Option[Boolean] = None, after: Option[String] = None, before: Option[String] = None, first: Option[Int] = None, last: Option[Int] = None)(innerSelection: SelectionBuilder[VulnerabilityConnection, A]): SelectionBuilder[Group, Option[A]]
Vulnerabilities reported on the projects in the group and its subgroups
-
def
vulnerabilitiesCountByDay[A](startDate: ISO8601Date, endDate: ISO8601Date, after: Option[String] = None, before: Option[String] = None, first: Option[Int] = None, last: Option[Int] = None)(innerSelection: SelectionBuilder[VulnerabilitiesCountByDayConnection, A]): SelectionBuilder[Group, Option[A]]
Number of vulnerabilities per day for the projects in the group and its subgroups
-
def
vulnerabilityGrades[A](includeSubgroups: Option[Boolean] = None)(innerSelection: SelectionBuilder[VulnerableProjectsByGrade, A]): SelectionBuilder[Group, List[A]]
Represents vulnerable project counts for each grade
-
def
vulnerabilityScanners[A](after: Option[String] = None, before: Option[String] = None, first: Option[Int] = None, last: Option[Int] = None)(innerSelection: SelectionBuilder[VulnerabilityScannerConnection, A]): SelectionBuilder[Group, Option[A]]
Vulnerability scanners reported on the project vulnerabilties of the group and its subgroups
-
def
vulnerabilitySeveritiesCount[A](projectId: Option[List[String]] = None, reportType: Option[List[VulnerabilityReportType]] = None, severity: Option[List[VulnerabilitySeverity]] = None, state: Option[List[VulnerabilityState]] = None, scanner: Option[List[String]] = None)(innerSelection: SelectionBuilder[VulnerabilitySeveritiesCount, A]): SelectionBuilder[Group, Option[A]]
Counts for each vulnerability severity in the group and its subgroups
-
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( ... )
-
def
webUrl: SelectionBuilder[Group, String]
Web URL of the group
Deprecated Value Members
-
def
finalize(): Unit
- Attributes
- protected[lang]
- Definition Classes
- AnyRef
- Annotations
- @throws( classOf[java.lang.Throwable] ) @Deprecated
- Deprecated
-
def
vulnerabilitiesCountByDayAndSeverity[A](startDate: ISO8601Date, endDate: ISO8601Date, after: Option[String] = None, before: Option[String] = None, first: Option[Int] = None, last: Option[Int] = None)(innerSelection: SelectionBuilder[VulnerabilitiesCountByDayAndSeverityConnection, A]): SelectionBuilder[Group, Option[A]]
Number of vulnerabilities per severity level, per day, for the projects in the group and its subgroups.
Number of vulnerabilities per severity level, per day, for the projects in the group and its subgroups. Deprecated in 13.3: Use
vulnerabilitiesCountByDay- Annotations
- @deprecated
- Deprecated
(Since version ) Use
vulnerabilitiesCountByDay. Deprecated in 13.3