Skip to content
GitLab
Explore
Sign in
Primary navigation
Search or go to…
Project
controller
Manage
Activity
Members
Labels
Plan
Issues
Issue boards
Milestones
Iterations
Wiki
Requirements
Code
Merge requests
Repository
Branches
Commits
Tags
Repository graph
Compare revisions
Snippets
Locked files
Deploy
Releases
Package Registry
Container Registry
Model registry
Operate
Environments
Terraform modules
Monitor
Incidents
Service Desk
Analyze
Value stream analytics
Contributor analytics
Repository analytics
Code review analytics
Issue analytics
Insights
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
TFS
controller
Commits
d30f4a57
Commit
d30f4a57
authored
2 years ago
by
Fotis Soldatos
Browse files
Options
Downloads
Patches
Plain Diff
refactor(policy): add generic wildcard to PolicyRuleCondition
parent
2efbda3a
No related branches found
Branches containing commit
No related tags found
Tags containing commit
1 merge request
!54
Release 2.0.0
Changes
1
Hide whitespace changes
Inline
Side-by-side
Showing
1 changed file
src/policy/src/main/java/eu/teraflow/policy/model/PolicyRuleCondition.java
+2
-1
2 additions, 1 deletion
...in/java/eu/teraflow/policy/model/PolicyRuleCondition.java
with
2 additions
and
1 deletion
src/policy/src/main/java/eu/teraflow/policy/model/PolicyRuleCondition.java
+
2
−
1
View file @
d30f4a57
...
...
@@ -24,7 +24,8 @@ public class PolicyRuleCondition {
private
final
NumericalOperator
numericalOperator
;
private
final
KpiValue
<?>
kpiValue
;
public
PolicyRuleCondition
(
String
kpiId
,
NumericalOperator
numericalOperator
,
KpiValue
kpiValue
)
{
public
PolicyRuleCondition
(
String
kpiId
,
NumericalOperator
numericalOperator
,
KpiValue
<?>
kpiValue
)
{
this
.
kpiId
=
kpiId
;
this
.
numericalOperator
=
numericalOperator
;
this
.
kpiValue
=
kpiValue
;
...
...
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