jenkinsci / cdevents-plugin

The CDEvents Plugin for Jenkins allows interoperability between different CI/CD tools by adopting core CDF project specification
https://plugins.jenkins.io/cdevents/
Apache License 2.0
4 stars 9 forks source link

Used StringUtils.isBlank() and optimized code #28

Closed javedbaig closed 5 months ago

javedbaig commented 5 months ago

Used Apache Commons Lang's StringUtils.isBlank() method, instead of checking explicitly checking for null and empty strings. To optimize the code and increase the readability.

rorybakerfmr commented 5 months ago

@javedbaig Thank you for your interest, but #24 was previously claimed and completed by another contributor. If you would like to suggest any changes feel free to submit an issue and open a new pull request