A B C D E F G H I J L M N O P R S T V W X Y _ 
All Classes All Packages

A

ABSOLUTE - io.jenkins.plugins.reporter.model.DisplayType
 
add(Report) - Method in class io.jenkins.plugins.reporter.model.Report
 
addItem(Item) - Method in class io.jenkins.plugins.reporter.model.Item
 
aggregate() - Method in class io.jenkins.plugins.reporter.model.Report
 
aggregate(List<Item>) - Method in class io.jenkins.plugins.reporter.model.Report
Aggregates the results of all items.

B

BLUE - io.jenkins.plugins.reporter.model.Palette
 
BROWN - io.jenkins.plugins.reporter.model.Palette
 
BuildResultNavigator - Class in io.jenkins.plugins.reporter.util
Navigates from the current results to the same results of any other build of the same job.
BuildResultNavigator() - Constructor for class io.jenkins.plugins.reporter.util.BuildResultNavigator
 
ByIdResultSelector - Class in io.jenkins.plugins.reporter.model
 
ByIdResultSelector(String) - Constructor for class io.jenkins.plugins.reporter.model.ByIdResultSelector
Creates a new instance of ByIdResultSelector.

C

ColorPalette - Class in io.jenkins.plugins.reporter.model
 
ColorPalette(List<String>) - Constructor for class io.jenkins.plugins.reporter.model.ColorPalette
 
computeSeries(ReportResult) - Method in class io.jenkins.plugins.reporter.model.ItemSeriesBuilder
 
computeSeries(ReportResult) - Method in class io.jenkins.plugins.reporter.model.ReportSeriesBuilder
 
containsColorItem(String) - Method in class io.jenkins.plugins.reporter.model.ItemTableModel.ItemRow
 
create(Report, Item) - Method in class io.jenkins.plugins.reporter.charts.ItemPieChart
Creates the chart for the specified item.
create(Iterable<? extends BuildResult<ReportResult>>, ChartModelConfiguration, SeriesBuilder<ReportResult>, Report, List<Item>) - Method in class io.jenkins.plugins.reporter.charts.ItemHistoryChart
Creates the chart for the specified results.
createBuildHistory() - Method in class io.jenkins.plugins.reporter.JobAction
Returns the build history for this job.
createParser() - Method in class io.jenkins.plugins.reporter.model.Provider
 
createParser() - Method in class io.jenkins.plugins.reporter.provider.Csv
 
createParser() - Method in class io.jenkins.plugins.reporter.provider.Json
 
createParser() - Method in class io.jenkins.plugins.reporter.provider.Xml
 
createParser() - Method in class io.jenkins.plugins.reporter.provider.Yaml
 
createResultAbsoluteColumn(String) - Method in class io.jenkins.plugins.reporter.model.ItemTableModel
 
Csv - Class in io.jenkins.plugins.reporter.provider
 
Csv() - Constructor for class io.jenkins.plugins.reporter.provider.Csv
 
Csv.CsvCustomParser - Class in io.jenkins.plugins.reporter.provider
 
Csv.Descriptor - Class in io.jenkins.plugins.reporter.provider
Descriptor for this provider.
CsvCustomParser(String) - Constructor for class io.jenkins.plugins.reporter.provider.Csv.CsvCustomParser
 

D

Descriptor() - Constructor for class io.jenkins.plugins.reporter.provider.Csv.Descriptor
Creates the descriptor instance.
Descriptor() - Constructor for class io.jenkins.plugins.reporter.provider.Json.Descriptor
Creates the descriptor instance.
Descriptor() - Constructor for class io.jenkins.plugins.reporter.provider.Xml.Descriptor
Creates the descriptor instance.
Descriptor() - Constructor for class io.jenkins.plugins.reporter.provider.Yaml.Descriptor
Creates the descriptor instance.
Descriptor() - Constructor for class io.jenkins.plugins.reporter.steps.PublishReportStep.Descriptor
 
Descriptor() - Constructor for class io.jenkins.plugins.reporter.steps.ReportRecorder.Descriptor
 
DisplayType - Enum in io.jenkins.plugins.reporter.model
 
doCheckId(String) - Method in class io.jenkins.plugins.reporter.model.Provider.ProviderDescriptor
 
doCheckName(String) - Method in class io.jenkins.plugins.reporter.steps.PublishReportStep.Descriptor
 
doCheckName(String) - Method in class io.jenkins.plugins.reporter.steps.ReportRecorder.Descriptor
 
doCheckPattern(String) - Method in class io.jenkins.plugins.reporter.model.Provider.ProviderDescriptor
 
doFillDisplayTypeItems(AbstractProject<?, ?>) - Method in class io.jenkins.plugins.reporter.steps.PublishReportStep.Descriptor
 
doFillDisplayTypeItems(AbstractProject<?, ?>) - Method in class io.jenkins.plugins.reporter.steps.ReportRecorder.Descriptor
 
DUAL - io.jenkins.plugins.reporter.model.DisplayType
 

E

escapeMatch(String) - Method in class io.jenkins.plugins.reporter.util.BuildResultNavigator
 
escapeRE(String) - Static method in class io.jenkins.plugins.reporter.util.Main
 

F

FileFinder - Class in io.jenkins.plugins.reporter.util
 
FileFinder(String) - Constructor for class io.jenkins.plugins.reporter.util.FileFinder
Creates a new instance of FileFinder.
FilesScanner - Class in io.jenkins.plugins.reporter.util
 
FilesScanner(String, ReportParser) - Constructor for class io.jenkins.plugins.reporter.util.FilesScanner
Creates a new instance of FilesScanner.
find(File) - Method in class io.jenkins.plugins.reporter.util.FileFinder
Returns an array with the file names of the specified file pattern that have been found in the workspace.
findItem(String) - Method in class io.jenkins.plugins.reporter.model.Report
 
findItem(String, List<Item>) - Method in class io.jenkins.plugins.reporter.model.ReportBase
Find the item with id in given list of items.
findPreviousReport(Run<?, ?>, String) - Method in class io.jenkins.plugins.reporter.ReportScanner
 

G

generatePalette() - Method in class io.jenkins.plugins.reporter.model.ColorPalette
 
get(Run<?, ?>) - Method in class io.jenkins.plugins.reporter.model.ByIdResultSelector
 
get(Run<?, ?>) - Method in interface io.jenkins.plugins.reporter.model.ResultSelector
Tries to find a report action of the specified build that should be used to compute the history.
getActualId() - Method in class io.jenkins.plugins.reporter.model.Provider
Returns the actual ID of the tool.
getBaselineAction() - Method in interface io.jenkins.plugins.reporter.model.History
Returns the baseline action (if already available).
getBaselineAction() - Method in class io.jenkins.plugins.reporter.model.NullReportHistory
 
getBaselineAction() - Method in class io.jenkins.plugins.reporter.model.ReportHistory
 
getBaselineResult() - Method in interface io.jenkins.plugins.reporter.model.History
Returns the baseline result (if already available).
getBaselineResult() - Method in class io.jenkins.plugins.reporter.model.NullReportHistory
 
getBaselineResult() - Method in class io.jenkins.plugins.reporter.model.ReportHistory
 
getBuild() - Method in interface io.jenkins.plugins.reporter.model.History
Returns the build that contains the historical result (if there is any).
getBuild() - Method in class io.jenkins.plugins.reporter.model.NullReportHistory
 
getBuild() - Method in class io.jenkins.plugins.reporter.model.ReportHistory
 
getBuildTrend(String) - Method in class io.jenkins.plugins.reporter.ReportDetails
Returns the UI model for an ECharts line chart that shows the item result.
getColor() - Method in enum io.jenkins.plugins.reporter.model.Palette
 
getColor(String) - Method in class io.jenkins.plugins.reporter.model.ItemTableModel.ItemRow
 
getColor(String) - Method in class io.jenkins.plugins.reporter.model.Report
 
getColorIds() - Method in class io.jenkins.plugins.reporter.model.Report
 
getColors() - Method in class io.jenkins.plugins.reporter.model.ItemTableModel.ItemRow
 
getColors() - Method in class io.jenkins.plugins.reporter.model.Report
 
getColors() - Method in class io.jenkins.plugins.reporter.model.ReportDto
 
getColumns() - Method in class io.jenkins.plugins.reporter.model.ItemTableModel
 
getConfigurableBuildTrendModel(String) - Method in class io.jenkins.plugins.reporter.JobAction
 
getDescriptor() - Method in class io.jenkins.plugins.reporter.model.Provider
 
getDescriptor() - Method in class io.jenkins.plugins.reporter.steps.ReportRecorder
 
getDisplayName() - Method in class io.jenkins.plugins.reporter.JobAction
 
getDisplayName() - Method in class io.jenkins.plugins.reporter.ReportAction
 
getDisplayName() - Method in class io.jenkins.plugins.reporter.ReportDetails
 
getDisplayName() - Method in class io.jenkins.plugins.reporter.steps.PublishReportStep.Descriptor
 
getDisplayName() - Method in class io.jenkins.plugins.reporter.steps.ReportRecorder.Descriptor
 
getDisplayType() - Method in class io.jenkins.plugins.reporter.model.Report
 
getDisplayType() - Method in class io.jenkins.plugins.reporter.steps.PublishReportStep
 
getDisplayType() - Method in class io.jenkins.plugins.reporter.steps.ReportRecorder
 
getDynamic(String, StaplerRequest, StaplerResponse) - Method in class io.jenkins.plugins.reporter.ReportDetails
Returns a new sub page for the selected link.
getEncodedId() - Method in class io.jenkins.plugins.reporter.model.Item
 
getErrorMessages() - Method in class io.jenkins.plugins.reporter.model.Report
 
getErrorMessages() - Method in class io.jenkins.plugins.reporter.ReportDetails
Returns the error messages of the static analysis run.
getErrorMessages() - Method in class io.jenkins.plugins.reporter.ReportResult
 
getFunctionName() - Method in class io.jenkins.plugins.reporter.steps.PublishReportStep.Descriptor
 
getIconFileName() - Method in class io.jenkins.plugins.reporter.JobAction
 
getIconFileName() - Method in class io.jenkins.plugins.reporter.ReportAction
 
getId() - Method in class io.jenkins.plugins.reporter.model.Item
 
getId() - Method in class io.jenkins.plugins.reporter.model.ItemTableModel
 
getId() - Method in class io.jenkins.plugins.reporter.model.ItemTableModel.ItemRow
 
getId() - Method in class io.jenkins.plugins.reporter.model.Provider
 
getId() - Method in class io.jenkins.plugins.reporter.model.Provider.ProviderDescriptor
 
getId() - Method in class io.jenkins.plugins.reporter.model.Report
 
getId() - Method in class io.jenkins.plugins.reporter.model.ReportDto
 
getId() - Method in class io.jenkins.plugins.reporter.provider.Csv.CsvCustomParser
 
getId() - Method in class io.jenkins.plugins.reporter.ReportAction
Returns the ID of this action.
getInfoMessages() - Method in class io.jenkins.plugins.reporter.model.Report
 
getInfoMessages() - Method in class io.jenkins.plugins.reporter.ReportDetails
Returns the information messages of the static analysis run.
getInfoMessages() - Method in class io.jenkins.plugins.reporter.ReportResult
 
getItem() - Method in class io.jenkins.plugins.reporter.model.ItemTableModel
 
getItem() - Method in class io.jenkins.plugins.reporter.model.ItemTableModel.ItemRow
 
getItem() - Method in class io.jenkins.plugins.reporter.ReportDetails
 
getItemPieChartModel() - Method in class io.jenkins.plugins.reporter.ReportDetails
Returns the UI model for an ECharts item data chart.
getItems() - Method in class io.jenkins.plugins.reporter.model.Item
 
getItems() - Method in class io.jenkins.plugins.reporter.model.Report
 
getItems() - Method in class io.jenkins.plugins.reporter.model.ReportDto
 
getLabel(Report, Integer, double) - Method in class io.jenkins.plugins.reporter.model.Item
 
getName() - Method in class io.jenkins.plugins.reporter.model.Item
 
getName() - Method in class io.jenkins.plugins.reporter.model.ItemTableModel.ItemRow
 
getName() - Method in class io.jenkins.plugins.reporter.model.Provider.ProviderDescriptor
Returns the default name of this tool.
getName() - Method in class io.jenkins.plugins.reporter.model.Report
 
getName() - Method in class io.jenkins.plugins.reporter.ReportAction
Returns the name of the report.
getName() - Method in class io.jenkins.plugins.reporter.steps.PublishReportStep
 
getName() - Method in class io.jenkins.plugins.reporter.steps.ReportRecorder
 
getOwner() - Method in class io.jenkins.plugins.reporter.JobAction
Returns the job this action belongs to.
getOwner() - Method in class io.jenkins.plugins.reporter.ReportAction
Returns the associated build/run that created the static analysis result.
getOwner() - Method in class io.jenkins.plugins.reporter.ReportDetails
Returns the build as owner of this object.
getOwner() - Method in class io.jenkins.plugins.reporter.ReportResult
 
getPattern() - Method in class io.jenkins.plugins.reporter.model.Provider
 
getPercentage(String) - Method in class io.jenkins.plugins.reporter.model.ItemTableModel.ItemRow
 
getPrevious() - Method in class io.jenkins.plugins.reporter.ReportDetails
Get the view model of parent item.
getProjectActions() - Method in class io.jenkins.plugins.reporter.ReportAction
 
getProvider() - Method in class io.jenkins.plugins.reporter.steps.PublishReportStep.Descriptor
 
getProvider() - Method in class io.jenkins.plugins.reporter.steps.PublishReportStep
 
getProvider() - Method in class io.jenkins.plugins.reporter.steps.ReportRecorder
 
getReport() - Method in class io.jenkins.plugins.reporter.JobAction
 
getReport() - Method in interface io.jenkins.plugins.reporter.model.History
Returns the report of the historical result.
getReport() - Method in class io.jenkins.plugins.reporter.model.ItemTableModel
 
getReport() - Method in class io.jenkins.plugins.reporter.model.NullReportHistory
 
getReport() - Method in class io.jenkins.plugins.reporter.model.ReportHistory
 
getReport() - Method in class io.jenkins.plugins.reporter.ReportResult
 
getRequiredContext() - Method in class io.jenkins.plugins.reporter.steps.PublishReportStep.Descriptor
 
getResult() - Method in interface io.jenkins.plugins.reporter.model.History
Returns the historical result (if there is any).
getResult() - Method in class io.jenkins.plugins.reporter.model.Item
 
getResult() - Method in class io.jenkins.plugins.reporter.model.NullReportHistory
 
getResult() - Method in class io.jenkins.plugins.reporter.model.ReportHistory
 
getResult() - Method in class io.jenkins.plugins.reporter.ReportAction
 
getRows() - Method in class io.jenkins.plugins.reporter.model.ItemTableModel
 
getSameUrlForOtherBuild(Run<?, ?>, String, String, int) - Method in class io.jenkins.plugins.reporter.util.BuildResultNavigator
Navigates from the current results to the same results of any other build of the same job.
getSameUrlForOtherBuild(Run<?, ?>, String, String, String) - Method in class io.jenkins.plugins.reporter.util.BuildResultNavigator
Navigates from the current results to the same results of any other build of the same job.
getSubReports() - Method in class io.jenkins.plugins.reporter.model.Report
 
getSymbolName() - Method in class io.jenkins.plugins.reporter.model.Provider
Returns the Symbol name of this provider.
getSymbolName() - Method in class io.jenkins.plugins.reporter.model.Provider.ProviderDescriptor
Returns the Symbol name of this provider.
getTableModel() - Method in class io.jenkins.plugins.reporter.ReportDetails
Returns the UI model for the specified table.
getTarget() - Method in class io.jenkins.plugins.reporter.ReportAction
 
getTotal() - Method in class io.jenkins.plugins.reporter.model.Item
 
getTrendId() - Method in class io.jenkins.plugins.reporter.JobAction
 
getUrl() - Method in class io.jenkins.plugins.reporter.ReportDetails
Returns the (relative) URL of this model object.
getUrlForBuild(String, String) - Method in class io.jenkins.plugins.reporter.ReportDetails
Returns the URL for same results of the selected build.
getUrlName() - Method in class io.jenkins.plugins.reporter.JobAction
 
getUrlName() - Method in class io.jenkins.plugins.reporter.ReportAction
 
GRAY - io.jenkins.plugins.reporter.model.Palette
 
GREEN - io.jenkins.plugins.reporter.model.Palette
 

H

hasColors() - Method in class io.jenkins.plugins.reporter.model.Report
 
hasItems() - Method in class io.jenkins.plugins.reporter.model.Item
 
hasItems() - Method in class io.jenkins.plugins.reporter.model.Report
 
hasMultipleResults() - Method in interface io.jenkins.plugins.reporter.model.History
Returns whether this history has more than one result.
hasMultipleResults() - Method in class io.jenkins.plugins.reporter.model.NullReportHistory
 
hasMultipleResults() - Method in class io.jenkins.plugins.reporter.model.ReportHistory
 
History - Interface in io.jenkins.plugins.reporter.model
History of analysis results.

I

ICON - Static variable in class io.jenkins.plugins.reporter.JobAction
 
INDIGO - io.jenkins.plugins.reporter.model.Palette
 
invoke(File, VirtualChannel) - Method in class io.jenkins.plugins.reporter.util.FileFinder
Returns an array with the file names of the specified file pattern that have been found in the workspace.
invoke(File, VirtualChannel) - Method in class io.jenkins.plugins.reporter.util.FilesScanner
 
io.jenkins.plugins.reporter - package io.jenkins.plugins.reporter
 
io.jenkins.plugins.reporter.charts - package io.jenkins.plugins.reporter.charts
 
io.jenkins.plugins.reporter.model - package io.jenkins.plugins.reporter.model
 
io.jenkins.plugins.reporter.provider - package io.jenkins.plugins.reporter.provider
 
io.jenkins.plugins.reporter.steps - package io.jenkins.plugins.reporter.steps
 
io.jenkins.plugins.reporter.util - package io.jenkins.plugins.reporter.util
 
isApplicable(Class<? extends AbstractProject>) - Method in class io.jenkins.plugins.reporter.steps.ReportRecorder.Descriptor
 
isTrendVisible() - Method in class io.jenkins.plugins.reporter.JobAction
 
Item - Class in io.jenkins.plugins.reporter.model
Json Model class, which represents an Item.
Item() - Constructor for class io.jenkins.plugins.reporter.model.Item
 
ItemHistoryChart - Class in io.jenkins.plugins.reporter.charts
Builds the Java side model for a trend chart showing the accurate, manually and incorrect parts of an asset or report.
ItemHistoryChart() - Constructor for class io.jenkins.plugins.reporter.charts.ItemHistoryChart
 
ItemPieChart - Class in io.jenkins.plugins.reporter.charts
Builds the model for a pie chart showing the attributes of an item.
ItemPieChart() - Constructor for class io.jenkins.plugins.reporter.charts.ItemPieChart
 
ItemSeriesBuilder - Class in io.jenkins.plugins.reporter.model
Builds one x-axis point for the series of a line chart showing the results of an item from the json model.
ItemSeriesBuilder(Item) - Constructor for class io.jenkins.plugins.reporter.model.ItemSeriesBuilder
Creates a new ItemSeriesBuilder.
ItemTableModel - Class in io.jenkins.plugins.reporter.model
Provides the model for the item table.
ItemTableModel(Report, Item) - Constructor for class io.jenkins.plugins.reporter.model.ItemTableModel
Creates a new instance of ItemTableModel.
ItemTableModel.ItemRow - Class in io.jenkins.plugins.reporter.model
A table row that shows the properties of an item.
iterator() - Method in interface io.jenkins.plugins.reporter.model.History
 
iterator() - Method in class io.jenkins.plugins.reporter.model.NullReportHistory
 
iterator() - Method in class io.jenkins.plugins.reporter.model.ReportHistory
 

J

JobAction - Class in io.jenkins.plugins.reporter
 
JobAction(Job<?, ?>, String, Report) - Constructor for class io.jenkins.plugins.reporter.JobAction
Creates a new instance of JobAction.
Json - Class in io.jenkins.plugins.reporter.provider
 
Json() - Constructor for class io.jenkins.plugins.reporter.provider.Json
 
Json.Descriptor - Class in io.jenkins.plugins.reporter.provider
Descriptor for this provider.
Json.JsonParser - Class in io.jenkins.plugins.reporter.provider
 
JsonParser() - Constructor for class io.jenkins.plugins.reporter.provider.Json.JsonParser
 

L

label(Integer) - Method in class io.jenkins.plugins.reporter.model.ItemTableModel
 
label(String, Integer) - Method in class io.jenkins.plugins.reporter.model.ItemTableModel.ItemRow
 
LIME - io.jenkins.plugins.reporter.model.Palette
 
log(Report) - Method in class io.jenkins.plugins.reporter.util.LogHandler
Log all info and error messages that are stored in the set of issues.
log(String, Object...) - Method in class io.jenkins.plugins.reporter.util.LogHandler
Logs the specified message.
logError(String, Object...) - Method in class io.jenkins.plugins.reporter.model.Report
 
logException(Exception, String, Object...) - Method in class io.jenkins.plugins.reporter.model.Report
 
LogHandler - Class in io.jenkins.plugins.reporter.util
 
LogHandler(TaskListener, String) - Constructor for class io.jenkins.plugins.reporter.util.LogHandler
Creates a new LogHandler.
LogHandler(TaskListener, String, Report) - Constructor for class io.jenkins.plugins.reporter.util.LogHandler
Creates a new LogHandler.
logInfo(String, Object...) - Method in class io.jenkins.plugins.reporter.model.Report
 

M

main(String[]) - Static method in class io.jenkins.plugins.reporter.util.Main
 
Main - Class in io.jenkins.plugins.reporter.util
 
Main() - Constructor for class io.jenkins.plugins.reporter.util.Main
 
Messages - Class in io.jenkins.plugins.reporter
Generated localization support class.
Messages() - Constructor for class io.jenkins.plugins.reporter.Messages
 
Module_Description(Object) - Static method in class io.jenkins.plugins.reporter.Messages
Key Module.Description: {0}.

N

NullReportHistory - Class in io.jenkins.plugins.reporter.model
 
NullReportHistory() - Constructor for class io.jenkins.plugins.reporter.model.NullReportHistory
 

O

onAttached(Run<?, ?>) - Method in class io.jenkins.plugins.reporter.ReportAction
 
onLoad(Run<?, ?>) - Method in class io.jenkins.plugins.reporter.ReportAction
 
ORANGE - io.jenkins.plugins.reporter.model.Palette
 

P

Palette - Enum in io.jenkins.plugins.reporter.model
 
parse(File) - Method in class io.jenkins.plugins.reporter.model.ReportParser
 
parse(File) - Method in class io.jenkins.plugins.reporter.provider.Csv.CsvCustomParser
 
parse(File) - Method in class io.jenkins.plugins.reporter.provider.Json.JsonParser
 
parse(File) - Method in class io.jenkins.plugins.reporter.provider.Xml.XmlParser
 
parse(File) - Method in class io.jenkins.plugins.reporter.provider.Yaml.YamlParser
 
perform(AbstractBuild<?, ?>, Launcher, BuildListener) - Method in class io.jenkins.plugins.reporter.steps.ReportRecorder
 
Provider - Class in io.jenkins.plugins.reporter.model
 
Provider() - Constructor for class io.jenkins.plugins.reporter.model.Provider
 
Provider_Error() - Static method in class io.jenkins.plugins.reporter.Messages
Key Provider.Error: A csv provider needs an 'id', because unlike structured files like json, yaml or xml, the id cannot be determined via the file. Please use a unique id for your report..
Provider.ProviderDescriptor - Class in io.jenkins.plugins.reporter.model
 
ProviderDescriptor(String) - Constructor for class io.jenkins.plugins.reporter.model.Provider.ProviderDescriptor
Creates a new instance of Provider.ProviderDescriptor with the given ID.
PublishReports_DisplayName() - Static method in class io.jenkins.plugins.reporter.Messages
Key PublishReports.DisplayName: Publish reports.
PublishReportStep - Class in io.jenkins.plugins.reporter.steps
 
PublishReportStep() - Constructor for class io.jenkins.plugins.reporter.steps.PublishReportStep
Creates a new instance of PublishReportStep.
PublishReportStep.Descriptor - Class in io.jenkins.plugins.reporter.steps
Descriptor for this step.jelly: defines the context and the UI labels.
PURPLE - io.jenkins.plugins.reporter.model.Palette
 

R

readResolve() - Method in class io.jenkins.plugins.reporter.model.Provider
Called after de-serialization to retain backward compatibility.
readResolve() - Method in class io.jenkins.plugins.reporter.ReportAction
Called after de-serialization to retain backward compatibility.
readResolve() - Method in class io.jenkins.plugins.reporter.steps.ReportRecorder
Called after de-serialization to retain backward compatibility or to populate new elements (that would be otherwise initialized to null).
RED - io.jenkins.plugins.reporter.model.Palette
 
RELATIVE - io.jenkins.plugins.reporter.model.DisplayType
 
Report - Class in io.jenkins.plugins.reporter.model
 
Report() - Constructor for class io.jenkins.plugins.reporter.model.Report
 
Report(String) - Constructor for class io.jenkins.plugins.reporter.model.Report
 
REPORT_ID - Static variable in class io.jenkins.plugins.reporter.ReportAction
 
ReportAction - Class in io.jenkins.plugins.reporter
 
ReportAction(Run<?, ?>, ReportResult, String) - Constructor for class io.jenkins.plugins.reporter.ReportAction
 
ReportBase - Class in io.jenkins.plugins.reporter.model
 
ReportBase() - Constructor for class io.jenkins.plugins.reporter.model.ReportBase
 
ReportDetails - Class in io.jenkins.plugins.reporter
 
ReportDetails(Run<?, ?>, String, ReportResult, String, Item, Optional<ReportDetails>) - Constructor for class io.jenkins.plugins.reporter.ReportDetails
Creates a new instance of ReportDetails.
ReportDto - Class in io.jenkins.plugins.reporter.model
 
ReportDto() - Constructor for class io.jenkins.plugins.reporter.model.ReportDto
 
ReportHistory - Class in io.jenkins.plugins.reporter.model
 
ReportHistory(Run<?, ?>, ResultSelector) - Constructor for class io.jenkins.plugins.reporter.model.ReportHistory
Creates a new instance of ReportHistory.
ReportParser - Class in io.jenkins.plugins.reporter.model
 
ReportParser() - Constructor for class io.jenkins.plugins.reporter.model.ReportParser
 
ReportPublisher - Class in io.jenkins.plugins.reporter.steps
 
ReportRecorder - Class in io.jenkins.plugins.reporter.steps
 
ReportRecorder() - Constructor for class io.jenkins.plugins.reporter.steps.ReportRecorder
Creates a new instance of ReportRecorder.
ReportRecorder.Descriptor - Class in io.jenkins.plugins.reporter.steps
Descriptor for this step.jelly: defines the context and the UI elements.
ReportResult - Class in io.jenkins.plugins.reporter
 
ReportResult(Run<?, ?>, Report) - Constructor for class io.jenkins.plugins.reporter.ReportResult
 
ReportScanner - Class in io.jenkins.plugins.reporter
 
ReportScanner(Run<?, ?>, Provider, FilePath, TaskListener) - Constructor for class io.jenkins.plugins.reporter.ReportScanner
 
ReportSeriesBuilder - Class in io.jenkins.plugins.reporter.model
Builds one x-axis point for the series of a line chart showing the parts of a report from json model.
ReportSeriesBuilder() - Constructor for class io.jenkins.plugins.reporter.model.ReportSeriesBuilder
 
ResultSelector - Interface in io.jenkins.plugins.reporter.model
Selects a ReportAction from all registered actions in a given job.

S

scan() - Method in class io.jenkins.plugins.reporter.ReportScanner
 
scan(Run<?, ?>, FilePath, LogHandler) - Method in class io.jenkins.plugins.reporter.model.Provider
 
setColors(Map<String, String>) - Method in class io.jenkins.plugins.reporter.model.Report
 
setColors(Map<String, String>) - Method in class io.jenkins.plugins.reporter.model.ReportDto
 
setDisplayType(DisplayType) - Method in class io.jenkins.plugins.reporter.model.Report
 
setDisplayType(String) - Method in class io.jenkins.plugins.reporter.steps.PublishReportStep
 
setDisplayType(String) - Method in class io.jenkins.plugins.reporter.steps.ReportRecorder
 
setId(String) - Method in class io.jenkins.plugins.reporter.model.Item
 
setId(String) - Method in class io.jenkins.plugins.reporter.model.Provider
Sets the id of this provider.
setId(String) - Method in class io.jenkins.plugins.reporter.model.Report
 
setId(String) - Method in class io.jenkins.plugins.reporter.model.ReportDto
 
setItems(List<Item>) - Method in class io.jenkins.plugins.reporter.model.Item
 
setItems(List<Item>) - Method in class io.jenkins.plugins.reporter.model.Report
 
setItems(List<Item>) - Method in class io.jenkins.plugins.reporter.model.ReportDto
 
setName(String) - Method in class io.jenkins.plugins.reporter.model.Item
 
setName(String) - Method in class io.jenkins.plugins.reporter.model.Report
 
setName(String) - Method in class io.jenkins.plugins.reporter.steps.PublishReportStep
 
setName(String) - Method in class io.jenkins.plugins.reporter.steps.ReportRecorder
 
setOwner(Run<?, ?>) - Method in class io.jenkins.plugins.reporter.ReportResult
Sets the run for this result after Jenkins read its data from disk.
setPattern(String) - Method in class io.jenkins.plugins.reporter.model.Provider
Sets the Ant file-set pattern of files to work with.
setProvider(Provider) - Method in class io.jenkins.plugins.reporter.steps.PublishReportStep
 
setProvider(Provider) - Method in class io.jenkins.plugins.reporter.steps.ReportRecorder
 
setResult(LinkedHashMap<String, Integer>) - Method in class io.jenkins.plugins.reporter.model.Item
 
setSubReports(List<Report>) - Method in class io.jenkins.plugins.reporter.model.Report
 
start(StepContext) - Method in class io.jenkins.plugins.reporter.steps.PublishReportStep
 
Step_Name() - Static method in class io.jenkins.plugins.reporter.Messages
Key Step.Name: Publish report files like json, yaml, csv or xml.

T

TEAL - io.jenkins.plugins.reporter.model.Palette
 
tooltip(String, double) - Method in class io.jenkins.plugins.reporter.model.ItemTableModel.ItemRow
 
toReport() - Method in class io.jenkins.plugins.reporter.model.ReportDto
 

V

valueOf(String) - Static method in enum io.jenkins.plugins.reporter.model.DisplayType
Returns the enum constant of this type with the specified name.
valueOf(String) - Static method in enum io.jenkins.plugins.reporter.model.Palette
Returns the enum constant of this type with the specified name.
values() - Static method in enum io.jenkins.plugins.reporter.model.DisplayType
Returns an array containing the constants of this enum type, in the order they are declared.
values() - Static method in enum io.jenkins.plugins.reporter.model.Palette
Returns an array containing the constants of this enum type, in the order they are declared.

W

WHITE - io.jenkins.plugins.reporter.model.Palette
 

X

Xml - Class in io.jenkins.plugins.reporter.provider
 
Xml() - Constructor for class io.jenkins.plugins.reporter.provider.Xml
 
Xml.Descriptor - Class in io.jenkins.plugins.reporter.provider
Descriptor for this provider.
Xml.XmlParser - Class in io.jenkins.plugins.reporter.provider
 
XmlParser() - Constructor for class io.jenkins.plugins.reporter.provider.Xml.XmlParser
 

Y

Yaml - Class in io.jenkins.plugins.reporter.provider
 
Yaml() - Constructor for class io.jenkins.plugins.reporter.provider.Yaml
 
Yaml.Descriptor - Class in io.jenkins.plugins.reporter.provider
Descriptor for this provider.
Yaml.YamlParser - Class in io.jenkins.plugins.reporter.provider
 
YamlParser() - Constructor for class io.jenkins.plugins.reporter.provider.Yaml.YamlParser
 
YELLOW - io.jenkins.plugins.reporter.model.Palette
 

_

_Module_Description(Object) - Static method in class io.jenkins.plugins.reporter.Messages
Key Module.Description: {0}.
_Provider_Error() - Static method in class io.jenkins.plugins.reporter.Messages
Key Provider.Error: A csv provider needs an 'id', because unlike structured files like json, yaml or xml, the id cannot be determined via the file. Please use a unique id for your report..
_PublishReports_DisplayName() - Static method in class io.jenkins.plugins.reporter.Messages
Key PublishReports.DisplayName: Publish reports.
_Step_Name() - Static method in class io.jenkins.plugins.reporter.Messages
Key Step.Name: Publish report files like json, yaml, csv or xml.
A B C D E F G H I J L M N O P R S T V W X Y _ 
All Classes All Packages