-
Notifications
You must be signed in to change notification settings - Fork 58
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
Add new endpoint build api #59
Conversation
/** | ||
* Mock tests for the {@link BuildApi} class. | ||
*/ | ||
@Test(groups = "unit", testName = "BranchApiMockTest") |
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.
Lets change testName to BuildApiMockTest
@@ -59,4 +60,7 @@ | |||
|
|||
@Delegate | |||
AdminApi adminApi(); | |||
|
|||
@Delegate | |||
BuildApi buildApi(); |
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.
Lets rename to BuildStatusApi
to better align with this http path.
@j0nathan33 looks good. One more minor comment to address and we should be good to go. |
I will need release for monday (may 1 2017) |
@j0nathan33 been a bit pre-occupied with our move to AWS/CBJ. I'll run the live tests now and merge if all is Ok then do another release. Stay tuned... |
Integration tests pass as expected. Thanks @j0nathan33 ! |
@j0nathan33 v0.0.15 has been released. FYI: massaged your last PR a bit so your local branch may be off. |
My last change for this month. Go ahead for next release after accept my pull Request