Skip to content
GitLab
Explore
Sign in
Register
Primary navigation
Search or go to…
Project
Zachycení scénáře průchodu webovou aplikací - VUŠ
Manage
Activity
Members
Labels
Plan
Wiki
Redmine
Code
Merge requests
Repository
Branches
Commits
Tags
Repository graph
Compare revisions
Snippets
Build
Pipelines
Jobs
Pipeline schedules
Artifacts
Deploy
Releases
Package Registry
Container Registry
Model registry
Operate
Environments
Terraform modules
Analyze
Value stream analytics
Contributor analytics
CI/CD analytics
Repository analytics
Model experiments
Help
Help
Support
GitLab documentation
Compare GitLab plans
Community forum
Contribute to GitLab
Provide feedback
Keyboard shortcuts
?
Snippets
Groups
Projects
Show more breadcrumbs
ASWI
ASWI 2024
Zachycení scénáře průchodu webovou aplikací - VUŠ
Merge requests
!86
Finální verze
Code
Review changes
Check out branch
Download
Patches
Plain diff
Merged
Finální verze
develop
into
main
Overview
0
Commits
12
Pipelines
0
Changes
23
Merged
Jan Ulrych
requested to merge
develop
into
main
2 months ago
Overview
0
Commits
12
Pipelines
0
Changes
23
Expand
0
0
Merge request reports
Compare
main
main (base)
and
latest version
latest version
3dbd1fc0
12 commits,
2 months ago
23 files
+
335
−
90
Inline
Compare changes
Side-by-side
Inline
Show whitespace changes
Show one file at a time
Files
23
Search (e.g. *.vue) (Ctrl+P)
src/app/export/exporter.class.ts
+
1
−
1
Options
@@ -11,5 +11,5 @@ export abstract class Exporter {
* @param results Results to export.
* @returns Text representation of the actions and results.
*/
public
abstract
export
(
actions
:
Action
[],
results
:
Result
[]):
string
;
public
abstract
export
(
actions
:
Action
[],
results
:
Result
[]):
Promise
<
string
>
;
}
Loading