Package io.jenkins.blueocean.rest.model
Interface BlueRunnableItem
- All Known Implementing Classes:
BlueMultiBranchPipeline
,BlueOrganizationFolder
,BluePipeline
,BluePipelineFolder
public interface BlueRunnableItem
Common interface to be implemented by pipeline items that are runnable and hence have expected run-times, a
run history, etc.
-
Method Details
-
getWeatherScore
- Returns:
- weather health score percentile
-
getLatestRun
- Returns:
- The Latest Run for the branch
-
getEstimatedDurationInMillis
- Returns:
- Estimated duration based on last pipeline runs. -1 is returned if there is no estimate available.
-
getRuns
- Returns:
- Gives Runs in this pipeline
-
getQueue
- Returns:
- Gives
BlueQueueContainer
-
getParameters
List of build parameters -
getTrends
- Returns:
- trend data related to this pipeline
-