Class ScriptContentBuildWrapper


  • public class ScriptContentBuildWrapper
    extends Object
    • Constructor Detail

      • ScriptContentBuildWrapper

        public ScriptContentBuildWrapper​(Run<?,​?> build)
    • Method Detail

      • getTimestampString

        public String getTimestampString()
      • getStaticAnalysisActions

        public List<Action> getStaticAnalysisActions()
        Returns all build actions that derive from AbstractResultAction. Every action represents a single analysis result.
        Returns:
        The static analysis actions for the current build. The returned list might be empty if there are no such actions.
      • isPluginInstalled

        public static boolean isPluginInstalled​(String shortName)
        Returns whether the specified plug-in is installed.
        Parameters:
        shortName - the plug-in to check
        Returns:
        true if the specified plug-in is installed, false if not.
      • getCoberturaAction

        public Action getCoberturaAction()
      • getJUnitTestResult

        public List<hudson.tasks.junit.TestResult> getJUnitTestResult()