Klasse JobAction

java.lang.Object
io.jenkins.plugins.analysis.core.model.JobAction
Alle implementierten Schnittstellen:
Action, ModelObject, io.jenkins.plugins.echarts.AsyncConfigurableTrendChart

public class JobAction extends Object implements Action, io.jenkins.plugins.echarts.AsyncConfigurableTrendChart
A job action displays a link on the side panel of a job. This action also is responsible to render the historical trend via its associated 'charts.jelly' view.
Autor:
Ullrich Hafner
  • Konstruktordetails

    • JobAction

      public JobAction(Job<?,?> owner, StaticAnalysisLabelProvider labelProvider, int numberOfTools)
      Creates a new instance of JobAction.
      Parameter:
      owner - the job that owns this action
      labelProvider - the label provider
      numberOfTools - the number of tools that have results to show
    • JobAction

      public JobAction(Job<?,?> owner, StaticAnalysisLabelProvider labelProvider, int numberOfTools, TrendChartType trendChartType)
      Creates a new instance of JobAction.
      Parameter:
      owner - the job that owns this action
      labelProvider - the label provider
      numberOfTools - the number of tools that have results to show
      trendChartType - determines if the trend chart will be shown
  • Methodendetails

    • getId

      public String getId()
      Returns the ID of this action and the ID of the associated results.
      Gibt zurück:
      the ID
    • getDisplayName

      public String getDisplayName()
      Angegeben von:
      getDisplayName in Schnittstelle Action
      Angegeben von:
      getDisplayName in Schnittstelle ModelObject
    • getTrendName

      public String getTrendName()
      Returns the title of the trend graph.
      Gibt zurück:
      the title of the trend graph.
    • getOwner

      public Job<?,?> getOwner()
      Returns the job this action belongs to.
      Gibt zurück:
      the job
    • createBuildHistory

      public History createBuildHistory()
      Returns the build history for this job.
      Gibt zurück:
      the history
    • getIconFileName

      @CheckForNull public String getIconFileName()
      Returns the icon URL for the side-panel in the job screen. If there is no valid result yet, then null is returned.
      Angegeben von:
      getIconFileName in Schnittstelle Action
      Gibt zurück:
      the icon URL for the side-panel in the job screen
    • getUrlName

      public String getUrlName()
      Angegeben von:
      getUrlName in Schnittstelle Action
    • doIndex

      public void doIndex(org.kohsuke.stapler.StaplerRequest request, org.kohsuke.stapler.StaplerResponse response) throws IOException
      Redirects the index page to the last result.
      Parameter:
      request - Stapler request
      response - Stapler response
      Löst aus:
      IOException - in case of an error
    • getLatestAction

      public Optional<ResultAction> getLatestAction()
      Returns the latest static analysis results for this job.
      Gibt zurück:
      the latest results (if available)
    • getConfigurableBuildTrendModel

      @JavaScriptMethod public String getConfigurableBuildTrendModel(String configuration)
      Returns the trend chart model that renders the build results for a specific action.
      Angegeben von:
      getConfigurableBuildTrendModel in Schnittstelle io.jenkins.plugins.echarts.AsyncConfigurableTrendChart
      Parameter:
      configuration - JSON configuration of the chart (number of builds, etc.)
      Gibt zurück:
      the trend chart
    • isTrendVisible

      public boolean isTrendVisible()
      Returns whether the trend chart is visible or not.
      Angegeben von:
      isTrendVisible in Schnittstelle io.jenkins.plugins.echarts.AsyncConfigurableTrendChart
      Gibt zurück:
      true if the trend is visible, false otherwise
    • isTrendEmpty

      public boolean isTrendEmpty()
      Returns whether the trend chart is empty. The trend is empty if all builds have zero issues.
      Gibt zurück:
      true if the trend is empty, false otherwise
    • toString

      public String toString()
      Setzt außer Kraft:
      toString in Klasse Object