Class RunListTable.RunResult

java.lang.Object
io.jenkins.plugins.agent_build_history.RunListTable.RunResult
Enclosing class:
RunListTable

@ExportedBean(defaultVisibility=2) public static class RunListTable.RunResult extends Object
  • Constructor Details

    • RunResult

      public RunResult(Job<?,?> job, Run<?,?> run)
  • Method Details

    • addExecution

      public void addExecution(AgentExecution.FlowNodeExecution execution)
    • getExecutions

      @Exported public List<AgentExecution.FlowNodeExecution> getExecutions()
    • setCause

      public void setCause(String cause)
    • getCause

      @Exported public String getCause()
    • getJob

      @Exported public Job<?,?> getJob()
    • getFullName

      @Exported public String getFullName()
    • getRun

      @Exported(name="build") public Run<?,?> getRun()
    • getResult

      @Exported public Result getResult()
    • getNumber

      @Exported public int getNumber()
    • getStartTime

      public String getStartTime()