Skip to content

Commit

Permalink
Refactor exclusive type to Optional typing (#582)
Browse files Browse the repository at this point in the history
Signed-off-by: Sayali Gaikawad <gaiksaya@amazon.com>
(cherry picked from commit 9ad1886)
Signed-off-by: github-actions[bot] <github-actions[bot]@users.noreply.github.com>
  • Loading branch information
github-actions[bot] committed Feb 17, 2025
1 parent 8988bbb commit 6b6348c
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion src/jenkins/ReleaseCandidateStatus.groovy
Original file line number Diff line number Diff line change
Expand Up @@ -20,7 +20,7 @@ class ReleaseCandidateStatus {
String indexName
String version
def script
OpenSearchMetricsQuery openSearchMetricsQuery
def openSearchMetricsQuery

ReleaseCandidateStatus(String metricsUrl, String awsAccessKey, String awsSecretKey, String awsSessionToken, String indexName, String version, def script) {
this.metricsUrl = metricsUrl
Expand Down
2 changes: 1 addition & 1 deletion src/jenkins/ReleaseMetricsData.groovy
Original file line number Diff line number Diff line change
Expand Up @@ -21,7 +21,7 @@ class ReleaseMetricsData {
String version
String indexName
def script
OpenSearchMetricsQuery openSearchMetricsQuery
def openSearchMetricsQuery

ReleaseMetricsData(String metricsUrl, String awsAccessKey, String awsSecretKey, String awsSessionToken, String version, def script) {
this.metricsUrl = metricsUrl
Expand Down

0 comments on commit 6b6348c

Please sign in to comment.