Index
All Classes and Interfaces|All Packages
A
- ActionSelector<T> - Class in io.jenkins.plugins.echarts
-
Selects a specific action from the all actions that are attached to the given build.
- ActionSelector(Class<T>) - Constructor for class io.jenkins.plugins.echarts.ActionSelector
-
Creates a new instance of
ActionSelector
. - ActionSelector(Class<T>, Predicate<? super T>) - Constructor for class io.jenkins.plugins.echarts.ActionSelector
-
Creates a new instance of
ActionSelector
. - apply(Run<?, ?>) - Method in class io.jenkins.plugins.echarts.ActionSelector
- AsyncConfigurableTrendChart - Interface in io.jenkins.plugins.echarts
-
Provides the trend chart for a job.
- AsyncConfigurableTrendJobAction<T> - 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> - 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., a
BuildAction
with a corresponding result). - AsyncTrendJobAction(Job<?, ?>, Class<T>) - Constructor for class io.jenkins.plugins.echarts.AsyncTrendJobAction
-
Creates a new instance of
AsyncTrendJobAction
.
B
- BLACK - Enum constant in enum class io.jenkins.plugins.echarts.JenkinsPalette
- BLUE - Enum constant in enum class io.jenkins.plugins.echarts.JenkinsPalette
- BROWN - Enum constant in enum class io.jenkins.plugins.echarts.JenkinsPalette
- BuildActionIterable(Class<A>, A, Predicate<A>, Function<A, R>) - Constructor for class io.jenkins.plugins.echarts.GenericBuildActionIterator.BuildActionIterable
-
Creates a new instance of
GenericBuildActionIterator.BuildActionIterable
. - BuildActionIterable(Class<A>, Optional<A>, Predicate<A>, Function<A, R>) - Constructor for class io.jenkins.plugins.echarts.GenericBuildActionIterator.BuildActionIterable
-
Creates a new instance of
GenericBuildActionIterator.BuildActionIterable
. - BuildActionIterator<T> - 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
actionType
and filters them using the specifiedPredicate
.
C
- chartColor(int) - Static method in enum class io.jenkins.plugins.echarts.JenkinsPalette
-
Returns a chart color that can be used to render element
n
in a chart. - createBuildHistory() - Method in class io.jenkins.plugins.echarts.AsyncTrendJobAction
- createBuildHistory() - Method in class io.jenkins.plugins.echarts.TrendChartJobAction
-
Creates a history of build results.
- 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.
- createChartModel(String) - Method in class io.jenkins.plugins.echarts.TrendChartJobAction
-
Creates the model of the trend chart.
- CYAN - Enum constant in enum class io.jenkins.plugins.echarts.JenkinsPalette
D
- dark() - Method in enum class io.jenkins.plugins.echarts.JenkinsPalette
-
Returns the CSS variable name for this color (dark variation).
F
- findFirst(Run<?, ?>) - Method in class io.jenkins.plugins.echarts.ActionSelector
-
Searches in the build history for the first action that matches the specified predicate.
G
- GenericBuildActionIterator<A,
R> - Class in io.jenkins.plugins.echarts -
Iterates over a collection of builds that contain results of a given generic type.
- GenericBuildActionIterator.BuildActionIterable<A,
R> - Class in io.jenkins.plugins.echarts -
An iterable that provides an iterator for specific values of build that should be rendered in a trend chart.
- 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
- getConfigurableBuildTrendModel(String) - Method in class io.jenkins.plugins.echarts.TrendChartJobAction
- getUrlName() - Method in class io.jenkins.plugins.echarts.TrendChartJobAction
- GREEN - Enum constant in enum class io.jenkins.plugins.echarts.JenkinsPalette
- GREY - Enum constant in enum class io.jenkins.plugins.echarts.JenkinsPalette
H
- hasNext() - Method in class io.jenkins.plugins.echarts.BuildActionIterator
- hasNext() - Method in class io.jenkins.plugins.echarts.GenericBuildActionIterator
I
- INDIGO - Enum constant in enum class io.jenkins.plugins.echarts.JenkinsPalette
- 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.
- isTrendVisible() - Method in class io.jenkins.plugins.echarts.TrendChartJobAction
-
This default implementation checks whether there are at least two build results available.
- iterator() - Method in class io.jenkins.plugins.echarts.GenericBuildActionIterator.BuildActionIterable
J
- JenkinsPalette - Enum Class in io.jenkins.plugins.echarts
-
Jenkins color palette.
L
- light() - Method in enum class io.jenkins.plugins.echarts.JenkinsPalette
-
Returns the CSS variable name for this color (light variation).
N
- next() - Method in class io.jenkins.plugins.echarts.BuildActionIterator
- next() - Method in class io.jenkins.plugins.echarts.GenericBuildActionIterator
- normal() - Method in enum class io.jenkins.plugins.echarts.JenkinsPalette
-
Returns the CSS variable name for this color.
O
- ORANGE - Enum constant in enum class io.jenkins.plugins.echarts.JenkinsPalette
P
- PINK - Enum constant in enum class io.jenkins.plugins.echarts.JenkinsPalette
- PURPLE - Enum constant in enum class io.jenkins.plugins.echarts.JenkinsPalette
R
- RED - Enum constant in enum class io.jenkins.plugins.echarts.JenkinsPalette
T
- TrendChartJobAction<T> - 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., a
BuildAction
with a corresponding result). - TrendChartJobAction(Job<?, ?>, Class<T>) - Constructor for class io.jenkins.plugins.echarts.TrendChartJobAction
-
Creates a new instance of
TrendChartJobAction
.
V
- valueOf(String) - Static method in enum class io.jenkins.plugins.echarts.JenkinsPalette
-
Returns the enum constant of this class with the specified name.
- values() - Static method in enum class io.jenkins.plugins.echarts.JenkinsPalette
-
Returns an array containing the constants of this enum class, in the order they are declared.
W
- WHITE - Enum constant in enum class io.jenkins.plugins.echarts.JenkinsPalette
Y
- YELLOW - Enum constant in enum class io.jenkins.plugins.echarts.JenkinsPalette
All Classes and Interfaces|All Packages