Skip to content
GitLab
Explore
Sign in
Primary navigation
Search or go to…
Project
H
hpc-workflow-manager
Manage
Activity
Members
Labels
Plan
Issues
Issue boards
Milestones
Wiki
Code
Merge requests
Repository
Branches
Commits
Tags
Repository graph
Compare revisions
Snippets
Build
Pipelines
Jobs
Pipeline schedules
Artifacts
Deploy
Releases
Container registry
Model registry
Operate
Environments
Monitor
Incidents
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
FIJI
hpc-workflow-manager
Merge requests
!5
Iss1011
Code
Review changes
Check out branch
Download
Patches
Plain diff
Merged
Iss1011
iss1011
into
master
Overview
0
Commits
9
Pipelines
0
Changes
9
Merged
Petr Bainar
requested to merge
iss1011
into
master
7 years ago
Overview
0
Commits
9
Pipelines
0
Changes
9
Expand
0
0
Merge request reports
Compare
master
master (base)
and
latest version
latest version
48a79a0b
9 commits,
7 years ago
9 files
+
298
−
14
Inline
Compare changes
Side-by-side
Inline
Show whitespace changes
Show one file at a time
Files
9
Search (e.g. *.vue) (Ctrl+P)
haas-imagej-client/src/main/java/cz/it4i/fiji/haas/HaaSOutputHolder.java
0 → 100644
+
7
−
0
Options
package
cz.it4i.fiji.haas
;
public
interface
HaaSOutputHolder
{
String
getActualOutput
();
}
\ No newline at end of file
Loading