mockersf / jenkins-api.rs

Rust client for Jenkins API
MIT License
26 stars 17 forks source link

Make display name and timestamp available #45

Closed ChrisMacNaughton closed 4 years ago

ChrisMacNaughton commented 5 years ago

I'd like to be able to access more fields of a build by default (display name / timestamp) so I decided to make this change. If it's not acceptable, that's fine, I can just keep up with my fork ;)

mockersf commented 5 years ago

Are they always present? I don't have a Jenkins instance available to check right now...

ChrisMacNaughton commented 4 years ago

I'm not sure that they're always present so I'll push an update that makes them into Options

mockersf commented 4 years ago

thanks!