Releases: eiffel-community/eiffel-commons
Releases · eiffel-community/eiffel-commons
Customable Subscription Authentication fields
authenticationType, userName and password is now set individually and supports custom athentication types.
Revert changes to resource loading
- Revert back the way we read files
- Add .travis file for travis tests.
- Update to README
Making constant class final
Making class of constants as final and path change for jenkinsxml (#19) * making constant class final, minor change in jenkinsxml path and changing version
Regex as a JSON to constant static class
regex as a json to regex as a constant class (#18) * version 0.0.9 * changing regex as a JSON to constant static class
Making file loading from resources work
Changes to make file loading work (#17) * changes for making file loading work * version 0.0.8
RegEx for validation
-
RegEx for naming validation
-
RegEx for email validation
Null body in response entity and persistent client true or false
Improvement:
- Null body is allowed in response entity
- HttpRequest can be set to use a persistent/singleton client or a new one
Added support for System Groovy Script
New:
** Support for system groovy script in JenkinsXmlData
New group id
This release is in a new group id to fit the eiffel products.
Fix:
- System.out.println has been removed printing jenkins crumb.
First working Eiffel Commons release
What's New:
- Jenkins Manager, handles jenkins in various way.
- Use the JenkinsXMLdata class to build up your xml needed to create a jenkins job.
- SubscriptionObject, prepare your subscription data before creating a subscription using the included HTTPRequest.
- HTTPRequest, create different http requests and execute them in a simple way.