Interface PostProjectAnalysisTask


  • @ExtensionPoint
    @ComputeEngineSide
    public interface PostProjectAnalysisTask
    Extension point of which any plugin can provide an implementation and will allow them to be notified whenever some analysis report processing ends in the Compute Engine.

    If more than one implementation of PostProjectAnalysisTask is found, they will be executed in no specific order.

    Class PostProjectAnalysisTaskTester in sonar-plugin-api-test-fixtures is provided to write unit tests of implementations of this interface.

    Since:
    5.5
    • Method Detail

      • getDescription

        default java.lang.String getDescription()
        A short description or name for the task.

        This will be used (but not limited to) in logs reporting the execution of the task.

        Since:
        8.0