jenkinsci / java-client-api

A Jenkins API client for Java
MIT License
901 stars 470 forks source link

BuildWithDetails.streamConsoleOutput() should also offer a way to pass the boolean parameter "crumbFlag" #350

Open mivola opened 6 years ago

mivola commented 6 years ago

Similar to other API calls the streamConsoleOutput() method in the BuildWithDetails class should offer a way to pass the boolean parameter "crumbFlag" to avoid issues with XSS.