Class ProjectHistoryAction

  • All Implemented Interfaces:
    Action, ModelObject

    public class ProjectHistoryAction
    extends Object
    implements Action
    This action presents the defensics failure trend chart.
    • Constructor Detail

      • ProjectHistoryAction

        public ProjectHistoryAction​(Job<?,​?> job)
        Constructor.
        Parameters:
        job - The job for which this action should be created. The failures of the job's each run are used to create the trend chart.
    • Method Detail

      • shouldShowTrendGraph

        public boolean shouldShowTrendGraph()
      • doTrendGraph

        public void doTrendGraph​(org.kohsuke.stapler.StaplerRequest request,
                                 org.kohsuke.stapler.StaplerResponse response)
                          throws IOException
        Throws:
        IOException
      • doTrendMap

        public void doTrendMap​(org.kohsuke.stapler.StaplerRequest request,
                               org.kohsuke.stapler.StaplerResponse reponse)
                        throws IOException
        Throws:
        IOException