Interface BlueRunnableItem

    • Method Detail

      • getWeatherScore

        @Exported(name="weatherScore")
        Integer getWeatherScore()
        Returns:
        weather health score percentile
      • getLatestRun

        @Exported(name="latestRun",
                  inline=true)
        BlueRun getLatestRun()
        Returns:
        The Latest Run for the branch
      • getEstimatedDurationInMillis

        @Exported(name="estimatedDurationInMillis")
        Long getEstimatedDurationInMillis()
        Returns:
        Estimated duration based on last pipeline runs. -1 is returned if there is no estimate available.
      • getParameters

        @Exported(name="parameters",
                  inline=true)
        List<Object> getParameters()
        List of build parameters