Skip to content
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

MavenBuild and Build #179

Closed
tom-smalls opened this issue Aug 23, 2016 · 2 comments
Closed

MavenBuild and Build #179

tom-smalls opened this issue Aug 23, 2016 · 2 comments

Comments

@tom-smalls
Copy link
Contributor

This is more of a question than anything else. Why are there separate MavenJob and Job, with MavenBuild and Build objects? The reason I ask is that I was wanting to access the TestReport for the last build of one of our jobs but noticed it is only available through a MavenBuild.

We don't use Maven but produce test reports for our jobs that run builds, and as far as I am aware TestReport is not a Maven concept, so it feels strange that TestReport is only available in MavenBuild.

@khmarbaise
Copy link
Member

The reason is simple cause someone (me) has implemented it like this never needed something different but of course it makes sense to have a more general solution for this...so this is a feature request...which is useful and improves the API into a more general way...

@khmarbaise
Copy link
Member

Fixed by #180

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Projects
None yet
Development

No branches or pull requests

2 participants