Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

control-service: move cron jobs methods to the data jobs class #2293

Merged
merged 2 commits into from
Jun 26, 2023

Google Java Format

1520814
Select commit
Loading
Failed to load commit list.
Merged

control-service: move cron jobs methods to the data jobs class #2293

Google Java Format
1520814
Select commit
Loading
Failed to load commit list.
Codacy Production / Codacy Static Code Analysis required action Jun 21, 2023 in 0s

3 new issues (0 max.) of at least minor severity.

Codacy Here is an overview of what got changed by this pull request:

Issues
======
+ Solved 3
- Added 3
           

Complexity increasing per file
==============================
- projects/control-service/projects/pipelines_control_service/src/main/java/com/vmware/taurus/service/kubernetes/DataJobsKubernetesService.java  13
         

Complexity decreasing per file
==============================
+ projects/control-service/projects/pipelines_control_service/src/main/java/com/vmware/taurus/service/KubernetesService.java  -2
         

See the complete overview on Codacy

Annotations

Check notice on line 175 in projects/control-service/projects/pipelines_control_service/src/main/java/com/vmware/taurus/service/KubernetesService.java

See this annotation in the file changed.

@codacy-production codacy-production / Codacy Static Code Analysis

projects/control-service/projects/pipelines_control_service/src/main/java/com/vmware/taurus/service/KubernetesService.java#L175

Fields should be declared at the top of the class, before any method declarations, constructors, initializers or inner classes.

Check notice on line 178 in projects/control-service/projects/pipelines_control_service/src/main/java/com/vmware/taurus/service/KubernetesService.java

See this annotation in the file changed.

@codacy-production codacy-production / Codacy Static Code Analysis

projects/control-service/projects/pipelines_control_service/src/main/java/com/vmware/taurus/service/KubernetesService.java#L178

Fields should be declared at the top of the class, before any method declarations, constructors, initializers or inner classes.

Check notice on line 179 in projects/control-service/projects/pipelines_control_service/src/main/java/com/vmware/taurus/service/KubernetesService.java

See this annotation in the file changed.

@codacy-production codacy-production / Codacy Static Code Analysis

projects/control-service/projects/pipelines_control_service/src/main/java/com/vmware/taurus/service/KubernetesService.java#L179

Fields should be declared at the top of the class, before any method declarations, constructors, initializers or inner classes.