Ulli Hafner edited a comment on New Feature JENKINS-15037

That makes sense for me.

You need to change:

In analysis-core:

  • thresholds.jelly: add a new checkbox after the delta computation
  • in HealthAwarePublisher and HealthAwareReporter:
    • Add a new constructor with new boolean property
    • Add a new boolean field (current behavior must be false to be backward compatible) (automatic persistence)
    • In method perform(): the new flag in the build history needs to be set
  • in BuildHistory:
    • add a boolean setter to toggle the reference build computation
    • add reference build computation based on your algorithm

In checkstyle:

  • Change pom dependency to analysis-core to SNAPSHOT so that your changes from above will be seen
  • Add a new boolean property in CheckStylePublisher and CheckStyleReporter constructors
  • Call new super constructor
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

Reply via email to