Packages

object Group

Linear Supertypes
AnyRef, Any
Ordering
  1. Alphabetic
  2. By Inheritance
Inherited
  1. Group
  2. AnyRef
  3. Any
  1. Hide All
  2. Show All
Visibility
  1. Public
  2. All

Value Members

  1. final def !=(arg0: Any): Boolean
    Definition Classes
    AnyRef → Any
  2. final def ##(): Int
    Definition Classes
    AnyRef → Any
  3. final def ==(arg0: Any): Boolean
    Definition Classes
    AnyRef → Any
  4. def actualRepositorySizeLimit: SelectionBuilder[Group, Option[Double]]

    Size limit for repositories in the namespace in bytes

  5. def additionalPurchasedStorageSize: SelectionBuilder[Group, Option[Double]]

    Additional storage purchased for the root namespace in bytes

  6. final def asInstanceOf[T0]: T0
    Definition Classes
    Any
  7. def autoDevopsEnabled: SelectionBuilder[Group, Option[Boolean]]

    Indicates whether Auto DevOps is enabled for all projects within this group

  8. def avatarUrl: SelectionBuilder[Group, Option[String]]

    Avatar URL of the group

  9. def board[A](id: BoardID)(innerSelection: SelectionBuilder[Board, A]): SelectionBuilder[Group, Option[A]]

    A single board of the group

  10. 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

  11. def clone(): AnyRef
    Attributes
    protected[lang]
    Definition Classes
    AnyRef
    Annotations
    @throws( ... ) @native() @HotSpotIntrinsicCandidate()
  12. 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

  13. 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

  14. def containerRepositoriesCount: SelectionBuilder[Group, Int]

    Number of container repositories in the group

  15. def containsLockedProjects: SelectionBuilder[Group, Boolean]

    Includes at least one project where the repository size exceeds the limit

  16. def description: SelectionBuilder[Group, Option[String]]

    Description of the namespace

  17. def descriptionHtml: SelectionBuilder[Group, Option[String]]

    The GitLab Flavored Markdown rendering of description

  18. def emailsDisabled: SelectionBuilder[Group, Option[Boolean]]

    Indicates if a group has email notifications disabled

  19. 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

  20. 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

  21. def epicsEnabled: SelectionBuilder[Group, Option[Boolean]]

    Indicates if Epics are enabled for namespace

  22. final def eq(arg0: AnyRef): Boolean
    Definition Classes
    AnyRef
  23. def equals(arg0: Any): Boolean
    Definition Classes
    AnyRef → Any
  24. def fullName: SelectionBuilder[Group, String]

    Full name of the namespace

  25. def fullPath: SelectionBuilder[Group, String]

    Full path of the namespace

  26. final def getClass(): Class[_]
    Definition Classes
    AnyRef → Any
    Annotations
    @native() @HotSpotIntrinsicCandidate()
  27. 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

  28. def groupTimelogsEnabled: SelectionBuilder[Group, Option[Boolean]]

    Indicates if Group timelogs are enabled for namespace

  29. def hashCode(): Int
    Definition Classes
    AnyRef → Any
    Annotations
    @native() @HotSpotIntrinsicCandidate()
  30. def id: SelectionBuilder[Group, String]

    ID of the namespace

  31. final def isInstanceOf[T0]: Boolean
    Definition Classes
    Any
  32. def isTemporaryStorageIncreaseEnabled: SelectionBuilder[Group, Boolean]

    Status of the temporary storage increase

  33. 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

  34. 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

  35. def label[A](title: String)(innerSelection: SelectionBuilder[Label, A]): SelectionBuilder[Group, Option[A]]

    A label available on this group

  36. 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

  37. def lfsEnabled: SelectionBuilder[Group, Option[Boolean]]

    Indicates if Large File Storage (LFS) is enabled for namespace

  38. def mentionsDisabled: SelectionBuilder[Group, Option[Boolean]]

    Indicates if a group is disabled from getting mentioned

  39. 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

  40. 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

  41. def name: SelectionBuilder[Group, String]

    Name of the namespace

  42. final def ne(arg0: AnyRef): Boolean
    Definition Classes
    AnyRef
  43. final def notify(): Unit
    Definition Classes
    AnyRef
    Annotations
    @native() @HotSpotIntrinsicCandidate()
  44. final def notifyAll(): Unit
    Definition Classes
    AnyRef
    Annotations
    @native() @HotSpotIntrinsicCandidate()
  45. def parent[A](innerSelection: SelectionBuilder[Group, A]): SelectionBuilder[Group, Option[A]]

    Parent group

  46. def path: SelectionBuilder[Group, String]

    Path of the namespace

  47. def projectCreationLevel: SelectionBuilder[Group, Option[String]]

    The permission level required to create projects in the group

  48. 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

  49. def repositorySizeExcessProjectCount: SelectionBuilder[Group, Int]

    Number of projects in the root namespace where the repository size exceeds the limit

  50. def requestAccessEnabled: SelectionBuilder[Group, Option[Boolean]]

    Indicates if users can request access to namespace

  51. def requireTwoFactorAuthentication: SelectionBuilder[Group, Option[Boolean]]

    Indicates if all users in this group are required to set up two-factor authentication

  52. 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

  53. def shareWithGroupLock: SelectionBuilder[Group, Option[Boolean]]

    Indicates if sharing a project with another group within this group is prevented

  54. def stats[A](innerSelection: SelectionBuilder[GroupStats, A]): SelectionBuilder[Group, Option[A]]

    Group statistics

  55. def storageSizeLimit: SelectionBuilder[Group, Option[Double]]

    Total storage limit of the root namespace in bytes

  56. def subgroupCreationLevel: SelectionBuilder[Group, Option[String]]

    The permission level required to create subgroups within the group

  57. final def synchronized[T0](arg0: ⇒ T0): T0
    Definition Classes
    AnyRef
  58. def temporaryStorageIncreaseEndsOn: SelectionBuilder[Group, Option[Time]]

    Date until the temporary storage increase is active

  59. 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

  60. def toString(): String
    Definition Classes
    AnyRef → Any
  61. def totalRepositorySize: SelectionBuilder[Group, Option[Double]]

    Total repository size of all projects in the root namespace in bytes

  62. def totalRepositorySizeExcess: SelectionBuilder[Group, Option[Double]]

    Total excess repository size of all projects in the root namespace in bytes

  63. def twoFactorGracePeriod: SelectionBuilder[Group, Option[Int]]

    Time before two-factor authentication is enforced

  64. def userPermissions[A](innerSelection: SelectionBuilder[GroupPermissions, A]): SelectionBuilder[Group, A]

    Permissions for the current user on the resource

  65. def visibility: SelectionBuilder[Group, Option[String]]

    Visibility of the namespace

  66. 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

  67. 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

  68. def vulnerabilityGrades[A](includeSubgroups: Option[Boolean] = None)(innerSelection: SelectionBuilder[VulnerableProjectsByGrade, A]): SelectionBuilder[Group, List[A]]

    Represents vulnerable project counts for each grade

  69. 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

  70. 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

  71. final def wait(arg0: Long, arg1: Int): Unit
    Definition Classes
    AnyRef
    Annotations
    @throws( ... )
  72. final def wait(arg0: Long): Unit
    Definition Classes
    AnyRef
    Annotations
    @throws( ... ) @native()
  73. final def wait(): Unit
    Definition Classes
    AnyRef
    Annotations
    @throws( ... )
  74. def webUrl: SelectionBuilder[Group, String]

    Web URL of the group

Deprecated Value Members

  1. def finalize(): Unit
    Attributes
    protected[lang]
    Definition Classes
    AnyRef
    Annotations
    @throws( classOf[java.lang.Throwable] ) @Deprecated
    Deprecated
  2. 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

Inherited from AnyRef

Inherited from Any

Ungrouped