Class StaticAnalysisUtilities


  • public class StaticAnalysisUtilities
    extends Object
    Provides some helper methods to integrate the static analysis plug-ins into email-ext. Methods of this class will throw ClassNotFoundException if the analysis-core plug-in is not installed.
    Author:
    Ulli Hafner
    • Constructor Detail

      • StaticAnalysisUtilities

        public StaticAnalysisUtilities()
    • Method Detail

      • getActions

        public List<Action> getActions​(Run<?,​?> build)
        Returns all build actions that derive from AbstractResultAction. Every action represents a single analysis result.
        Parameters:
        build - the build to get the actions for
        Returns:
        The static analysis actions for the specified build. The returned list might be empty if there are no such actions.