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

MavenJobWithDetails behaves different than JobWithDetails for methods #201

Closed
khmarbaise opened this issue Nov 5, 2016 · 0 comments
Closed
Milestone

Comments

@khmarbaise
Copy link
Member

In MavenJobWithDetails those methods return null instead of MavenBuild.BUILD_HAS_NEVER_RAN in accordance with JobWithDetails methods which return Build.BUILD_HAS_NEVER_RAN.

   public MavenBuild getLastBuild();
   public MavenBuild getLastCompletedBuild();
   public MavenBuild getLastFailedBuild();
   public MavenBuild getLastStableBuild();
   public MavenBuild getLastSuccessfulBuild();
   public MavenBuild getLastUnstableBuild();
   public MavenBuild getLastUnsuccessfulBuild();
@khmarbaise khmarbaise added this to the Release 0.3.7 milestone Nov 5, 2016
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

1 participant