Index
All Classes and Interfaces|All Packages
A
- AsyncConfigurableTrendChart - Interface in io.jenkins.plugins.echarts
-
Provides the trend chart for a job.
- AsyncConfigurableTrendJobAction<T extends io.jenkins.plugins.util.BuildAction<?>> - Class in io.jenkins.plugins.echarts
-
A job action displays a link on the side panel of a job that refers to the last build that contains results (i.e.
- AsyncConfigurableTrendJobAction(Job<?, ?>, Class<T>) - Constructor for class io.jenkins.plugins.echarts.AsyncConfigurableTrendJobAction
-
Creates a new instance of
AsyncConfigurableTrendJobAction. - AsyncTrendChart - Interface in io.jenkins.plugins.echarts
-
Provides the trend chart for a job.
- AsyncTrendJobAction<T extends io.jenkins.plugins.util.BuildAction<?>> - Class in io.jenkins.plugins.echarts
-
A job action displays a link on the side panel of a job that refers to the last build that contains results (i.e.
- AsyncTrendJobAction(Job<?, ?>, Class<T>) - Constructor for class io.jenkins.plugins.echarts.AsyncTrendJobAction
-
Creates a new instance of
AsyncTrendJobAction.
B
- BuildActionIterator<T extends io.jenkins.plugins.util.BuildAction<?>> - Class in io.jenkins.plugins.echarts
-
Iterates over a collection of builds that contain results of a given generic type.
- BuildActionIterator(Class<T>, Optional<T>) - Constructor for class io.jenkins.plugins.echarts.BuildActionIterator
-
Creates a new iterator that selects the action of the given type
actionType. - BuildActionIterator(Class<T>, Optional<T>, Predicate<? super T>) - Constructor for class io.jenkins.plugins.echarts.BuildActionIterator
-
Creates a new iterator that selects actions of the given type
actionTypeand filters them using the specifiedPredicate.
C
- createBuildHistory() - Method in class io.jenkins.plugins.echarts.AsyncTrendJobAction
- createChartModel() - Method in class io.jenkins.plugins.echarts.AsyncConfigurableTrendJobAction
- createChartModel() - Method in class io.jenkins.plugins.echarts.AsyncTrendJobAction
-
Creates the model of the trend chart.
- createChartModel(String) - Method in class io.jenkins.plugins.echarts.AsyncConfigurableTrendJobAction
-
Creates the model of the trend chart.
G
- getBuildTrendModel() - Method in class io.jenkins.plugins.echarts.AsyncConfigurableTrendJobAction
- getBuildTrendModel() - Method in interface io.jenkins.plugins.echarts.AsyncTrendChart
-
Returns the UI model for an ECharts chart that shows the build trend.
- getBuildTrendModel() - Method in class io.jenkins.plugins.echarts.AsyncTrendJobAction
- getConfigurableBuildTrendModel(String) - Method in interface io.jenkins.plugins.echarts.AsyncConfigurableTrendChart
-
Returns the UI model for an ECharts chart that shows the build trend.
- getConfigurableBuildTrendModel(String) - Method in class io.jenkins.plugins.echarts.AsyncConfigurableTrendJobAction
H
- hasNext() - Method in class io.jenkins.plugins.echarts.BuildActionIterator
I
- io.jenkins.plugins.echarts - package io.jenkins.plugins.echarts
- isTrendVisible() - Method in interface io.jenkins.plugins.echarts.AsyncConfigurableTrendChart
-
Returns whether the trend report should be shown.
- isTrendVisible() - Method in interface io.jenkins.plugins.echarts.AsyncTrendChart
-
Returns whether the trend report should be shown.
- isTrendVisible() - Method in class io.jenkins.plugins.echarts.AsyncTrendJobAction
-
This default implementation checks whether there are at least two build results available.
N
- next() - Method in class io.jenkins.plugins.echarts.BuildActionIterator
All Classes and Interfaces|All Packages