-
Notifications
You must be signed in to change notification settings - Fork 88
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
implemented support for testplan custom fields values obtaining #60
Conversation
Just confirmed in 1.9.14 that the method getTestPlanCustomFieldDesignValue is available in the XML-RPC API. |
There are a few parameters missing. The getTestPlanCustomFieldDesignValue method in the PHP API calls the getCustomFieldValue internal method. This last method receives:
But if the method works without the other parameters, let's add it anyway and we will add the remaining parameters another time. |
@@ -24,6 +24,8 @@ | |||
package br.eti.kinoshita.testlinkjavaapi.model; | |||
|
|||
import java.io.Serializable; |
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
Excellent work! Will bump the serialVersionUID too as the TestPlan constructor and properties changed. Kudos!
Looking good! Merging. |
Thanks for the attitude! Are you going to update version in mvn repo soon? |
Scheduled for Sunday noon New Zealand time -
Should happen on Sunday, or in case I don't have spare time on Sunday, definitely Monday evening. |
Oh, many thanks to you, sorry for not finding it on my own |
Not a problem, just committed that moments ago 😃 |
Implemented support for testplan custom fields
This was needed to integrate jenkins with testlink in a more elegant way