Skip to content
GitLab
Explore
Sign in
Primary navigation
Search or go to…
Project
T
TeeTime-Framework
Manage
Activity
Members
Labels
Plan
Issues
Issue boards
Milestones
Wiki
Code
Merge requests
Repository
Branches
Commits
Tags
Repository graph
Compare revisions
Build
Pipelines
Jobs
Pipeline schedules
Artifacts
Deploy
Releases
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
GitLab community forum
Contribute to GitLab
Provide feedback
Terms and privacy
Keyboard shortcuts
?
Snippets
Groups
Projects
Show more breadcrumbs
Nelson Tavares de Sousa
TeeTime-Framework
Commits
4760dd77
Commit
4760dd77
authored
Dec 12, 2014
by
Nelson Tavares de Sousa
Browse files
Options
Downloads
Patches
Plain Diff
#85 added JavaDoc
parent
7a74aa70
No related branches found
No related tags found
No related merge requests found
Changes
1
Show whitespace changes
Inline
Side-by-side
Showing
1 changed file
src/main/java/teetime/framework/AnalysisConfiguration.java
+6
-0
6 additions, 0 deletions
src/main/java/teetime/framework/AnalysisConfiguration.java
with
6 additions
and
0 deletions
src/main/java/teetime/framework/AnalysisConfiguration.java
+
6
−
0
View file @
4760dd77
...
@@ -16,6 +16,12 @@ public class AnalysisConfiguration {
...
@@ -16,6 +16,12 @@ public class AnalysisConfiguration {
return
this
.
threadableStageJobs
;
return
this
.
threadableStageJobs
;
}
}
/**
* Execute this method, to add a stage to the configuration, which should be executed in a own thread.
*
* @param stage
* A arbitrary stage, which will be added to the configuration und executed in a thread.
*/
public
void
addThreadableStage
(
final
Stage
stage
)
{
public
void
addThreadableStage
(
final
Stage
stage
)
{
this
.
threadableStageJobs
.
add
(
stage
);
this
.
threadableStageJobs
.
add
(
stage
);
}
}
...
...
This diff is collapsed.
Click to expand it.
Preview
0%
Loading
Try again
or
attach a new file
.
Cancel
You are about to add
0
people
to the discussion. Proceed with caution.
Finish editing this message first!
Save comment
Cancel
Please
register
or
sign in
to comment