object Project
- Alphabetic
- By Inheritance
- Project
- 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[Project, Option[Double]]
Size limit for the repository in bytes
-
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
-
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
-
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
-
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
-
def
allowMergeOnSkippedPipeline: SelectionBuilder[Project, Option[Boolean]]
If
only_allow_merge_if_pipeline_succeedsis true, indicates if merge requests of the project can also be merged with skipped jobs -
def
archived: SelectionBuilder[Project, Option[Boolean]]
Indicates the archived status of the project
-
final
def
asInstanceOf[T0]: T0
- Definition Classes
- Any
-
def
autocloseReferencedIssues: SelectionBuilder[Project, Option[Boolean]]
Indicates if issues referenced by merge requests and commits within the default branch are closed automatically
-
def
avatarUrl: SelectionBuilder[Project, Option[String]]
URL to avatar image file of the project
-
def
board[A](id: BoardID)(innerSelection: SelectionBuilder[Board, A]): SelectionBuilder[Project, Option[A]]
A single board of the project
-
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
-
def
clone(): AnyRef
- Attributes
- protected[lang]
- Definition Classes
- AnyRef
- Annotations
- @throws( ... ) @native() @HotSpotIntrinsicCandidate()
-
def
clusterAgent[A](name: String)(innerSelection: SelectionBuilder[ClusterAgent, A]): SelectionBuilder[Project, Option[A]]
Find a single cluster agent by name
-
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
-
def
codeCoverageSummary[A](innerSelection: SelectionBuilder[CodeCoverageSummary, A]): SelectionBuilder[Project, Option[A]]
Code coverage summary associated with the project
-
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
-
def
containerExpirationPolicy[A](innerSelection: SelectionBuilder[ContainerExpirationPolicy, A]): SelectionBuilder[Project, Option[A]]
The container expiration policy of the project
-
def
containerRegistryEnabled: SelectionBuilder[Project, Option[Boolean]]
Indicates if the project stores Docker container images in a container registry
-
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
-
def
containerRepositoriesCount: SelectionBuilder[Project, Int]
Number of container repositories in the project
-
def
createdAt: SelectionBuilder[Project, Option[Time]]
Timestamp of the project creation
-
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
-
def
dastSiteProfile[A](id: DastSiteProfileID)(innerSelection: SelectionBuilder[DastSiteProfile, A]): SelectionBuilder[Project, Option[A]]
DAST Site Profile associated with the project
-
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
-
def
dastSiteValidation[A](targetUrl: String)(innerSelection: SelectionBuilder[DastSiteValidation, A]): SelectionBuilder[Project, Option[A]]
DAST Site Validation associated with the project
-
def
description: SelectionBuilder[Project, Option[String]]
Short description of the project
-
def
descriptionHtml: SelectionBuilder[Project, Option[String]]
The GitLab Flavored Markdown rendering of
description -
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
-
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
-
final
def
eq(arg0: AnyRef): Boolean
- Definition Classes
- AnyRef
-
def
equals(arg0: Any): Boolean
- Definition Classes
- AnyRef → Any
-
def
forksCount: SelectionBuilder[Project, Int]
Number of times the project has been forked
-
def
fullPath: SelectionBuilder[Project, String]
Full path of the project
-
final
def
getClass(): Class[_]
- Definition Classes
- AnyRef → Any
- Annotations
- @native() @HotSpotIntrinsicCandidate()
-
def
grafanaIntegration[A](innerSelection: SelectionBuilder[GrafanaIntegration, A]): SelectionBuilder[Project, Option[A]]
Grafana integration details for the project
-
def
group[A](innerSelection: SelectionBuilder[Group, A]): SelectionBuilder[Project, Option[A]]
Group of the project
-
def
hashCode(): Int
- Definition Classes
- AnyRef → Any
- Annotations
- @native() @HotSpotIntrinsicCandidate()
-
def
httpUrlToRepo: SelectionBuilder[Project, Option[String]]
URL to connect to the project via HTTPS
-
def
id: SelectionBuilder[Project, String]
ID of the project
-
def
importStatus: SelectionBuilder[Project, Option[String]]
Status of import background job of the project
-
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
-
final
def
isInstanceOf[T0]: Boolean
- Definition Classes
- Any
-
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
-
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
-
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
-
def
issuesEnabled: SelectionBuilder[Project, Option[Boolean]]
Indicates if Issues are enabled for the current user
-
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
-
def
jiraImportStatus: SelectionBuilder[Project, Option[String]]
Status of Jira import background job of the project
-
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
-
def
jobsEnabled: SelectionBuilder[Project, Option[Boolean]]
Indicates if CI/CD pipeline jobs are enabled for the current user
-
def
label[A](title: String)(innerSelection: SelectionBuilder[Label, A]): SelectionBuilder[Project, Option[A]]
A label available on this project
-
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
-
def
lastActivityAt: SelectionBuilder[Project, Option[Time]]
Timestamp of the project last activity
-
def
lfsEnabled: SelectionBuilder[Project, Option[Boolean]]
Indicates if the project has Large File Storage (LFS) enabled
-
def
mergeRequest[A](iid: String)(innerSelection: SelectionBuilder[MergeRequest, A]): SelectionBuilder[Project, Option[A]]
A single merge request of the project
-
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
-
def
mergeRequestsEnabled: SelectionBuilder[Project, Option[Boolean]]
Indicates if Merge Requests are enabled for the current user
-
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.
-
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
-
def
name: SelectionBuilder[Project, String]
Name of the project (without namespace)
-
def
nameWithNamespace: SelectionBuilder[Project, String]
Full name of the project with its namespace
-
def
namespace[A](innerSelection: SelectionBuilder[Namespace, A]): SelectionBuilder[Project, Option[A]]
Namespace of the project
-
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
onlyAllowMergeIfAllDiscussionsAreResolved: SelectionBuilder[Project, Option[Boolean]]
Indicates if merge requests of the project can only be merged when all the discussions are resolved
-
def
onlyAllowMergeIfPipelineSucceeds: SelectionBuilder[Project, Option[Boolean]]
Indicates if merge requests of the project can only be merged with successful jobs
-
def
openIssuesCount: SelectionBuilder[Project, Option[Int]]
Number of open issues for the project
-
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
-
def
path: SelectionBuilder[Project, String]
Path of the project
-
def
pipeline[A](iid: String)(innerSelection: SelectionBuilder[Pipeline, A]): SelectionBuilder[Project, Option[A]]
Build pipeline of the project
-
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
-
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
-
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
-
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
-
def
release[A](tagName: String)(innerSelection: SelectionBuilder[Release, A]): SelectionBuilder[Project, Option[A]]
A single release of the project
-
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
-
def
removeSourceBranchAfterMerge: SelectionBuilder[Project, Option[Boolean]]
Indicates if
Delete source branchoption should be enabled by default for all new merge requests of the project -
def
repository[A](innerSelection: SelectionBuilder[Repository, A]): SelectionBuilder[Project, Option[A]]
Git repository of the project
-
def
repositorySizeExcess: SelectionBuilder[Project, Option[Double]]
Size of repository that exceeds the limit in bytes
-
def
requestAccessEnabled: SelectionBuilder[Project, Option[Boolean]]
Indicates if users can request member access to the project
-
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
-
def
requirementStatesCount[A](innerSelection: SelectionBuilder[RequirementStatesCount, A]): SelectionBuilder[Project, Option[A]]
Number of requirements for the project by their state
-
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
-
def
sastCiConfiguration[A](innerSelection: SelectionBuilder[SastCiConfiguration, A]): SelectionBuilder[Project, Option[A]]
SAST CI configuration for the project
-
def
securityDashboardPath: SelectionBuilder[Project, Option[String]]
Path to project's security dashboard
-
def
securityScanners[A](innerSelection: SelectionBuilder[SecurityScanners, A]): SelectionBuilder[Project, Option[A]]
Information about security analyzers used in the project
-
def
sentryDetailedError[A](id: GitlabErrorTrackingDetailedErrorID)(innerSelection: SelectionBuilder[SentryDetailedError, A]): SelectionBuilder[Project, Option[A]]
Detailed version of a Sentry error on the project
-
def
sentryErrors[A](innerSelection: SelectionBuilder[SentryErrorCollection, A]): SelectionBuilder[Project, Option[A]]
Paginated collection of Sentry errors on the project
-
def
serviceDeskAddress: SelectionBuilder[Project, Option[String]]
E-mail address of the service desk.
-
def
serviceDeskEnabled: SelectionBuilder[Project, Option[Boolean]]
Indicates if the project has service desk enabled.
-
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
-
def
sharedRunnersEnabled: SelectionBuilder[Project, Option[Boolean]]
Indicates if shared runners are enabled for the project
-
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
-
def
snippetsEnabled: SelectionBuilder[Project, Option[Boolean]]
Indicates if Snippets are enabled for the current user
-
def
sshUrlToRepo: SelectionBuilder[Project, Option[String]]
URL to connect to the project via SSH
-
def
starCount: SelectionBuilder[Project, Int]
Number of times the project has been starred
-
def
statistics[A](innerSelection: SelectionBuilder[ProjectStatistics, A]): SelectionBuilder[Project, Option[A]]
Statistics of the project
-
def
suggestionCommitMessage: SelectionBuilder[Project, Option[String]]
The commit message used to apply merge request suggestions
-
final
def
synchronized[T0](arg0: ⇒ T0): T0
- Definition Classes
- AnyRef
-
def
tagList: SelectionBuilder[Project, Option[String]]
List of project topics (not Git tags)
-
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
-
def
toString(): String
- Definition Classes
- AnyRef → Any
-
def
userPermissions[A](innerSelection: SelectionBuilder[ProjectPermissions, A]): SelectionBuilder[Project, A]
Permissions for the current user on the resource
-
def
visibility: SelectionBuilder[Project, Option[String]]
Visibility of the project
-
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
-
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
-
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
-
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
-
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[Project, Option[String]]
Web URL of the project
-
def
wikiEnabled: SelectionBuilder[Project, Option[Boolean]]
Indicates if Wikis are enabled for the current user
Deprecated Value Members
-
def
finalize(): Unit
- Attributes
- protected[lang]
- Definition Classes
- AnyRef
- Annotations
- @throws( classOf[java.lang.Throwable] ) @Deprecated
- Deprecated