Ulli Hafner commented on Improvement JENKINS-26235

You are right, the labels are created when the view is shown. Then the build result instance is used to read the JavaProject. I think what we can do here is:

  1. Create a factory method in BuildResult (https://github.com/jenkinsci/analysis-core-plugin/blob/master/src/main/java/hudson/plugins/analysis/core/BuildResult.java#L923)
  2. Override this method in your BuildResult type
  3. Create the default label methods in AnnotationContainer
  4. Overwrite these methods in both your BuildResult and TabDetail

Should that work?

This message is automatically generated by JIRA.
If you think it was sent incorrectly, please contact your JIRA administrators.
For more information on JIRA, see: http://www.atlassian.com/software/jira

--
You received this message because you are subscribed to the Google Groups "Jenkins Issues" group.
To unsubscribe from this group and stop receiving emails from it, send an email to jenkinsci-issues+unsubscr...@googlegroups.com.
For more options, visit https://groups.google.com/d/optout.

Reply via email to