Index

A B C F G H I N T 
All Classes and Interfaces|All Packages

A

ActionSelector<T extends io.jenkins.plugins.util.BuildAction<?>> - 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 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

BuildActionIterable(Class<A>, Optional<A>, Predicate<A>, Function<A, R>) - Constructor for class io.jenkins.plugins.echarts.GenericBuildActionIterator.BuildActionIterable
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 actionType and filters them using the specified Predicate.

C

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.

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 extends io.jenkins.plugins.util.BuildAction<?>,R> - Class in io.jenkins.plugins.echarts
Iterates over a collection of builds that contain results of a given generic type.
GenericBuildActionIterator.BuildActionIterable<A extends io.jenkins.plugins.util.BuildAction<?>,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
 

H

hasNext() - Method in class io.jenkins.plugins.echarts.BuildActionIterator
 
hasNext() - Method in class io.jenkins.plugins.echarts.GenericBuildActionIterator
 

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.
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
 

N

next() - Method in class io.jenkins.plugins.echarts.BuildActionIterator
 
next() - Method in class io.jenkins.plugins.echarts.GenericBuildActionIterator
 

T

TrendChartJobAction<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.
TrendChartJobAction(Job<?, ?>, Class<T>) - Constructor for class io.jenkins.plugins.echarts.TrendChartJobAction
Creates a new instance of TrendChartJobAction.
A B C F G H I N T 
All Classes and Interfaces|All Packages