Class CauseProvider

  • All Implemented Interfaces:
    ExtensionPoint

    @Extension
    public class CauseProvider
    extends MQDataProvider
    Provides information about the causes for a build.
    Author:
    Tomas Westling <tomas.westling@axis.com>
    • Constructor Detail

      • CauseProvider

        public CauseProvider()
    • Method Detail

      • provideStartRunData

        public void provideStartRunData​(Run run,
                                        net.sf.json.JSONObject json)
        Description copied from class: MQDataProvider
        Provides data for when a Run starts.
        Overrides:
        provideStartRunData in class MQDataProvider
        Parameters:
        run - the Run that has started running.
        json - the json object that we should add information to.