Skip to content

Commit

Permalink
[Backport 8.x] Refactor exclusive type to Optional typing (#583)
Browse files Browse the repository at this point in the history
Signed-off-by: Sayali Gaikawad <[email protected]>
Signed-off-by: github-actions[bot] <github-actions[bot]@users.noreply.github.com>
Co-authored-by: github-actions[bot] <github-actions[bot]@users.noreply.github.com>
  • Loading branch information
1 parent 8988bbb commit 1a15f32
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 1a15f32

Please sign in to comment.