Packages

object Project

Linear Supertypes
AnyRef, Any
Ordering
  1. Alphabetic
  2. By Inheritance
Inherited
  1. Project
  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[Project, Option[Double]]

    Size limit for the repository in bytes

  5. def alertManagementAlert[A](iid: Option[String] = None, statuses: Option[List[AlertManagementStatus]] = None, sort: Option[AlertManagementAlertSort] = None, search: Option[String] = None, assigneeUsername: Option[String] = None)(innerSelection: SelectionBuilder[AlertManagementAlert, A]): SelectionBuilder[Project, Option[A]]

    A single Alert Management alert of the project

  6. def alertManagementAlertStatusCounts[A](search: Option[String] = None, assigneeUsername: Option[String] = None)(innerSelection: SelectionBuilder[AlertManagementAlertStatusCountsType, A]): SelectionBuilder[Project, Option[A]]

    Counts of alerts by status for the project

  7. def alertManagementAlerts[A](iid: Option[String] = None, statuses: Option[List[AlertManagementStatus]] = None, sort: Option[AlertManagementAlertSort] = None, search: Option[String] = None, assigneeUsername: Option[String] = None, after: Option[String] = None, before: Option[String] = None, first: Option[Int] = None, last: Option[Int] = None)(innerSelection: SelectionBuilder[AlertManagementAlertConnection, A]): SelectionBuilder[Project, Option[A]]

    Alert Management alerts of the project

  8. def alertManagementIntegrations[A](after: Option[String] = None, before: Option[String] = None, first: Option[Int] = None, last: Option[Int] = None)(innerSelection: SelectionBuilder[AlertManagementIntegrationConnection, A]): SelectionBuilder[Project, Option[A]]

    Integrations which can receive alerts for the project

  9. def allowMergeOnSkippedPipeline: SelectionBuilder[Project, Option[Boolean]]

    If only_allow_merge_if_pipeline_succeeds is true, indicates if merge requests of the project can also be merged with skipped jobs

  10. def archived: SelectionBuilder[Project, Option[Boolean]]

    Indicates the archived status of the project

  11. final def asInstanceOf[T0]: T0
    Definition Classes
    Any
  12. def autocloseReferencedIssues: SelectionBuilder[Project, Option[Boolean]]

    Indicates if issues referenced by merge requests and commits within the default branch are closed automatically

  13. def avatarUrl: SelectionBuilder[Project, Option[String]]

    URL to avatar image file of the project

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

    A single board of the project

  15. 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[Project, Option[A]]

    Boards of the project

  16. def clone(): AnyRef
    Attributes
    protected[lang]
    Definition Classes
    AnyRef
    Annotations
    @throws( ... ) @native() @HotSpotIntrinsicCandidate()
  17. def clusterAgent[A](name: String)(innerSelection: SelectionBuilder[ClusterAgent, A]): SelectionBuilder[Project, Option[A]]

    Find a single cluster agent by name

  18. def clusterAgents[A](after: Option[String] = None, before: Option[String] = None, first: Option[Int] = None, last: Option[Int] = None)(innerSelection: SelectionBuilder[ClusterAgentConnection, A]): SelectionBuilder[Project, Option[A]]

    Cluster agents associated with the project

  19. def codeCoverageSummary[A](innerSelection: SelectionBuilder[CodeCoverageSummary, A]): SelectionBuilder[Project, Option[A]]

    Code coverage summary associated with the project

  20. def complianceFrameworks[A](after: Option[String] = None, before: Option[String] = None, first: Option[Int] = None, last: Option[Int] = None)(innerSelection: SelectionBuilder[ComplianceFrameworkConnection, A]): SelectionBuilder[Project, Option[A]]

    Compliance frameworks associated with the project

  21. def containerExpirationPolicy[A](innerSelection: SelectionBuilder[ContainerExpirationPolicy, A]): SelectionBuilder[Project, Option[A]]

    The container expiration policy of the project

  22. def containerRegistryEnabled: SelectionBuilder[Project, Option[Boolean]]

    Indicates if the project stores Docker container images in a container registry

  23. 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[Project, Option[A]]

    Container repositories of the project

  24. def containerRepositoriesCount: SelectionBuilder[Project, Int]

    Number of container repositories in the project

  25. def createdAt: SelectionBuilder[Project, Option[Time]]

    Timestamp of the project creation

  26. def dastScannerProfiles[A](after: Option[String] = None, before: Option[String] = None, first: Option[Int] = None, last: Option[Int] = None)(innerSelection: SelectionBuilder[DastScannerProfileConnection, A]): SelectionBuilder[Project, Option[A]]

    The DAST scanner profiles associated with the project

  27. def dastSiteProfile[A](id: DastSiteProfileID)(innerSelection: SelectionBuilder[DastSiteProfile, A]): SelectionBuilder[Project, Option[A]]

    DAST Site Profile associated with the project

  28. def dastSiteProfiles[A](after: Option[String] = None, before: Option[String] = None, first: Option[Int] = None, last: Option[Int] = None)(innerSelection: SelectionBuilder[DastSiteProfileConnection, A]): SelectionBuilder[Project, Option[A]]

    DAST Site Profiles associated with the project

  29. def dastSiteValidation[A](targetUrl: String)(innerSelection: SelectionBuilder[DastSiteValidation, A]): SelectionBuilder[Project, Option[A]]

    DAST Site Validation associated with the project

  30. def description: SelectionBuilder[Project, Option[String]]

    Short description of the project

  31. def descriptionHtml: SelectionBuilder[Project, Option[String]]

    The GitLab Flavored Markdown rendering of description

  32. def environment[A](name: Option[String] = None, search: Option[String] = None, states: Option[List[String]] = None)(innerSelection: SelectionBuilder[Environment, A]): SelectionBuilder[Project, Option[A]]

    A single environment of the project

  33. def environments[A](name: Option[String] = None, search: Option[String] = None, states: Option[List[String]] = None, after: Option[String] = None, before: Option[String] = None, first: Option[Int] = None, last: Option[Int] = None)(innerSelection: SelectionBuilder[EnvironmentConnection, A]): SelectionBuilder[Project, Option[A]]

    Environments of the project

  34. final def eq(arg0: AnyRef): Boolean
    Definition Classes
    AnyRef
  35. def equals(arg0: Any): Boolean
    Definition Classes
    AnyRef → Any
  36. def forksCount: SelectionBuilder[Project, Int]

    Number of times the project has been forked

  37. def fullPath: SelectionBuilder[Project, String]

    Full path of the project

  38. final def getClass(): Class[_]
    Definition Classes
    AnyRef → Any
    Annotations
    @native() @HotSpotIntrinsicCandidate()
  39. def grafanaIntegration[A](innerSelection: SelectionBuilder[GrafanaIntegration, A]): SelectionBuilder[Project, Option[A]]

    Grafana integration details for the project

  40. def group[A](innerSelection: SelectionBuilder[Group, A]): SelectionBuilder[Project, Option[A]]

    Group of the project

  41. def hashCode(): Int
    Definition Classes
    AnyRef → Any
    Annotations
    @native() @HotSpotIntrinsicCandidate()
  42. def httpUrlToRepo: SelectionBuilder[Project, Option[String]]

    URL to connect to the project via HTTPS

  43. def id: SelectionBuilder[Project, String]

    ID of the project

  44. def importStatus: SelectionBuilder[Project, Option[String]]

    Status of import background job of the project

  45. def incidentManagementOncallSchedules[A](after: Option[String] = None, before: Option[String] = None, first: Option[Int] = None, last: Option[Int] = None)(innerSelection: SelectionBuilder[IncidentManagementOncallScheduleConnection, A]): SelectionBuilder[Project, Option[A]]

    Incident Management On-call schedules of the project

  46. final def isInstanceOf[T0]: Boolean
    Definition Classes
    Any
  47. def issue[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)(innerSelection: SelectionBuilder[Issue, A]): SelectionBuilder[Project, Option[A]]

    A single issue of the project

  48. def issueStatusCounts[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)(innerSelection: SelectionBuilder[IssueStatusCountsType, A]): SelectionBuilder[Project, Option[A]]

    Counts of issues by status for the project

  49. 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, after: Option[String] = None, before: Option[String] = None, first: Option[Int] = None, last: Option[Int] = None)(innerSelection: SelectionBuilder[IssueConnection, A]): SelectionBuilder[Project, Option[A]]

    Issues of the project

  50. def issuesEnabled: SelectionBuilder[Project, Option[Boolean]]

    Indicates if Issues are enabled for the current user

  51. 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[Project, Option[A]]

    Find iterations

  52. def jiraImportStatus: SelectionBuilder[Project, Option[String]]

    Status of Jira import background job of the project

  53. def jiraImports[A](after: Option[String] = None, before: Option[String] = None, first: Option[Int] = None, last: Option[Int] = None)(innerSelection: SelectionBuilder[JiraImportConnection, A]): SelectionBuilder[Project, Option[A]]

    Jira imports into the project

  54. def jobsEnabled: SelectionBuilder[Project, Option[Boolean]]

    Indicates if CI/CD pipeline jobs are enabled for the current user

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

    A label available on this project

  56. 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[Project, Option[A]]

    Labels available on this project

  57. def lastActivityAt: SelectionBuilder[Project, Option[Time]]

    Timestamp of the project last activity

  58. def lfsEnabled: SelectionBuilder[Project, Option[Boolean]]

    Indicates if the project has Large File Storage (LFS) enabled

  59. def mergeRequest[A](iid: String)(innerSelection: SelectionBuilder[MergeRequest, A]): SelectionBuilder[Project, Option[A]]

    A single merge request of the project

  60. 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, 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[Project, Option[A]]

    Merge requests of the project

  61. def mergeRequestsEnabled: SelectionBuilder[Project, Option[Boolean]]

    Indicates if Merge Requests are enabled for the current user

  62. def mergeRequestsFfOnlyEnabled: SelectionBuilder[Project, Option[Boolean]]

    Indicates if no merge commits should be created and all merges should instead be fast-forwarded, which means that merging is only allowed if the branch could be fast-forwarded.

  63. 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, includeAncestors: Option[Boolean] = None, after: Option[String] = None, before: Option[String] = None, first: Option[Int] = None, last: Option[Int] = None)(innerSelection: SelectionBuilder[MilestoneConnection, A]): SelectionBuilder[Project, Option[A]]

    Milestones of the project

  64. def name: SelectionBuilder[Project, String]

    Name of the project (without namespace)

  65. def nameWithNamespace: SelectionBuilder[Project, String]

    Full name of the project with its namespace

  66. def namespace[A](innerSelection: SelectionBuilder[Namespace, A]): SelectionBuilder[Project, Option[A]]

    Namespace of the project

  67. final def ne(arg0: AnyRef): Boolean
    Definition Classes
    AnyRef
  68. final def notify(): Unit
    Definition Classes
    AnyRef
    Annotations
    @native() @HotSpotIntrinsicCandidate()
  69. final def notifyAll(): Unit
    Definition Classes
    AnyRef
    Annotations
    @native() @HotSpotIntrinsicCandidate()
  70. def onlyAllowMergeIfAllDiscussionsAreResolved: SelectionBuilder[Project, Option[Boolean]]

    Indicates if merge requests of the project can only be merged when all the discussions are resolved

  71. def onlyAllowMergeIfPipelineSucceeds: SelectionBuilder[Project, Option[Boolean]]

    Indicates if merge requests of the project can only be merged with successful jobs

  72. def openIssuesCount: SelectionBuilder[Project, Option[Int]]

    Number of open issues for the project

  73. def packages[A](after: Option[String] = None, before: Option[String] = None, first: Option[Int] = None, last: Option[Int] = None)(innerSelection: SelectionBuilder[PackageConnection, A]): SelectionBuilder[Project, Option[A]]

    Packages of the project

  74. def path: SelectionBuilder[Project, String]

    Path of the project

  75. def pipeline[A](iid: String)(innerSelection: SelectionBuilder[Pipeline, A]): SelectionBuilder[Project, Option[A]]

    Build pipeline of the project

  76. def pipelines[A](status: Option[PipelineStatusEnum] = None, ref: Option[String] = None, sha: Option[String] = None, after: Option[String] = None, before: Option[String] = None, first: Option[Int] = None, last: Option[Int] = None)(innerSelection: SelectionBuilder[PipelineConnection, A]): SelectionBuilder[Project, Option[A]]

    Build pipelines of the project

  77. def printingMergeRequestLinkEnabled: SelectionBuilder[Project, Option[Boolean]]

    Indicates if a link to create or view a merge request should display after a push to Git repositories of the project from the command line

  78. def projectMembers[A](search: Option[String] = None, relations: Option[List[ProjectMemberRelation]] = None, after: Option[String] = None, before: Option[String] = None, first: Option[Int] = None, last: Option[Int] = None)(innerSelection: SelectionBuilder[MemberInterfaceConnection, A]): SelectionBuilder[Project, Option[A]]

    Members of the project

  79. def publicJobs: SelectionBuilder[Project, Option[Boolean]]

    Indicates if there is public access to pipelines and job details of the project, including output logs and artifacts

  80. def release[A](tagName: String)(innerSelection: SelectionBuilder[Release, A]): SelectionBuilder[Project, Option[A]]

    A single release of the project

  81. def releases[A](sort: Option[ReleaseSort] = None, after: Option[String] = None, before: Option[String] = None, first: Option[Int] = None, last: Option[Int] = None)(innerSelection: SelectionBuilder[ReleaseConnection, A]): SelectionBuilder[Project, Option[A]]

    Releases of the project

  82. def removeSourceBranchAfterMerge: SelectionBuilder[Project, Option[Boolean]]

    Indicates if Delete source branch option should be enabled by default for all new merge requests of the project

  83. def repository[A](innerSelection: SelectionBuilder[Repository, A]): SelectionBuilder[Project, Option[A]]

    Git repository of the project

  84. def repositorySizeExcess: SelectionBuilder[Project, Option[Double]]

    Size of repository that exceeds the limit in bytes

  85. def requestAccessEnabled: SelectionBuilder[Project, Option[Boolean]]

    Indicates if users can request member access to the project

  86. def requirement[A](iid: Option[String] = None, iids: Option[List[String]] = None, sort: Option[Sort] = None, state: Option[RequirementState] = None, search: Option[String] = None, authorUsername: Option[List[String]] = None)(innerSelection: SelectionBuilder[Requirement, A]): SelectionBuilder[Project, Option[A]]

    Find a single requirement

  87. def requirementStatesCount[A](innerSelection: SelectionBuilder[RequirementStatesCount, A]): SelectionBuilder[Project, Option[A]]

    Number of requirements for the project by their state

  88. def requirements[A](iid: Option[String] = None, iids: Option[List[String]] = None, sort: Option[Sort] = None, state: Option[RequirementState] = None, search: Option[String] = None, authorUsername: Option[List[String]] = None, after: Option[String] = None, before: Option[String] = None, first: Option[Int] = None, last: Option[Int] = None)(innerSelection: SelectionBuilder[RequirementConnection, A]): SelectionBuilder[Project, Option[A]]

    Find requirements

  89. def sastCiConfiguration[A](innerSelection: SelectionBuilder[SastCiConfiguration, A]): SelectionBuilder[Project, Option[A]]

    SAST CI configuration for the project

  90. def securityDashboardPath: SelectionBuilder[Project, Option[String]]

    Path to project's security dashboard

  91. def securityScanners[A](innerSelection: SelectionBuilder[SecurityScanners, A]): SelectionBuilder[Project, Option[A]]

    Information about security analyzers used in the project

  92. def sentryDetailedError[A](id: GitlabErrorTrackingDetailedErrorID)(innerSelection: SelectionBuilder[SentryDetailedError, A]): SelectionBuilder[Project, Option[A]]

    Detailed version of a Sentry error on the project

  93. def sentryErrors[A](innerSelection: SelectionBuilder[SentryErrorCollection, A]): SelectionBuilder[Project, Option[A]]

    Paginated collection of Sentry errors on the project

  94. def serviceDeskAddress: SelectionBuilder[Project, Option[String]]

    E-mail address of the service desk.

  95. def serviceDeskEnabled: SelectionBuilder[Project, Option[Boolean]]

    Indicates if the project has service desk enabled.

  96. def services[A](active: Option[Boolean] = None, type: Option[ServiceType] = None, after: Option[String] = None, before: Option[String] = None, first: Option[Int] = None, last: Option[Int] = None)(innerSelection: SelectionBuilder[ServiceConnection, A]): SelectionBuilder[Project, Option[A]]

    Project services

  97. def sharedRunnersEnabled: SelectionBuilder[Project, Option[Boolean]]

    Indicates if shared runners are enabled for the project

  98. def snippets[A](ids: Option[List[SnippetID]] = None, visibility: Option[VisibilityScopesEnum] = None, after: Option[String] = None, before: Option[String] = None, first: Option[Int] = None, last: Option[Int] = None)(innerSelection: SelectionBuilder[SnippetConnection, A]): SelectionBuilder[Project, Option[A]]

    Snippets of the project

  99. def snippetsEnabled: SelectionBuilder[Project, Option[Boolean]]

    Indicates if Snippets are enabled for the current user

  100. def sshUrlToRepo: SelectionBuilder[Project, Option[String]]

    URL to connect to the project via SSH

  101. def starCount: SelectionBuilder[Project, Int]

    Number of times the project has been starred

  102. def statistics[A](innerSelection: SelectionBuilder[ProjectStatistics, A]): SelectionBuilder[Project, Option[A]]

    Statistics of the project

  103. def suggestionCommitMessage: SelectionBuilder[Project, Option[String]]

    The commit message used to apply merge request suggestions

  104. final def synchronized[T0](arg0: ⇒ T0): T0
    Definition Classes
    AnyRef
  105. def tagList: SelectionBuilder[Project, Option[String]]

    List of project topics (not Git tags)

  106. def terraformStates[A](after: Option[String] = None, before: Option[String] = None, first: Option[Int] = None, last: Option[Int] = None)(innerSelection: SelectionBuilder[TerraformStateConnection, A]): SelectionBuilder[Project, Option[A]]

    Terraform states associated with the project

  107. def toString(): String
    Definition Classes
    AnyRef → Any
  108. def userPermissions[A](innerSelection: SelectionBuilder[ProjectPermissions, A]): SelectionBuilder[Project, A]

    Permissions for the current user on the resource

  109. def visibility: SelectionBuilder[Project, Option[String]]

    Visibility of the project

  110. 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[Project, Option[A]]

    Vulnerabilities reported on the project

  111. 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[Project, Option[A]]

    Number of vulnerabilities per day for the project

  112. def vulnerabilityScanners[A](after: Option[String] = None, before: Option[String] = None, first: Option[Int] = None, last: Option[Int] = None)(innerSelection: SelectionBuilder[VulnerabilityScannerConnection, A]): SelectionBuilder[Project, Option[A]]

    Vulnerability scanners reported on the project vulnerabilties

  113. 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[Project, Option[A]]

    Counts for each vulnerability severity in the project

  114. final def wait(arg0: Long, arg1: Int): Unit
    Definition Classes
    AnyRef
    Annotations
    @throws( ... )
  115. final def wait(arg0: Long): Unit
    Definition Classes
    AnyRef
    Annotations
    @throws( ... ) @native()
  116. final def wait(): Unit
    Definition Classes
    AnyRef
    Annotations
    @throws( ... )
  117. def webUrl: SelectionBuilder[Project, Option[String]]

    Web URL of the project

  118. def wikiEnabled: SelectionBuilder[Project, Option[Boolean]]

    Indicates if Wikis are enabled for the current user

Deprecated Value Members

  1. def finalize(): Unit
    Attributes
    protected[lang]
    Definition Classes
    AnyRef
    Annotations
    @throws( classOf[java.lang.Throwable] ) @Deprecated
    Deprecated

Inherited from AnyRef

Inherited from Any

Ungrouped