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

A

AbstractAnnotation - Class in hudson.plugins.analysis.util.model
A base class for annotations.
AbstractAnnotation(String, int, int, String, String) - Constructor for class hudson.plugins.analysis.util.model.AbstractAnnotation
Creates a new instance of AbstractAnnotation.
AbstractAnnotation(Priority, String, int, int, String, String) - Constructor for class hudson.plugins.analysis.util.model.AbstractAnnotation
Creates a new instance of AbstractAnnotation.
AbstractAnnotation(AbstractAnnotation) - Constructor for class hudson.plugins.analysis.util.model.AbstractAnnotation
Copy constructor: Creates a new instance of AbstractAnnotation.
AbstractAnnotationParser - Class in hudson.plugins.analysis.core
A base class for parsers that work on files and produce annotations.
AbstractAnnotationParser(String) - Constructor for class hudson.plugins.analysis.core.AbstractAnnotationParser
Creates a new instance of AbstractAnnotationParser.
AbstractAnnotationsCountTokenMacro - Class in hudson.plugins.analysis.tokens
Provides a token that evaluates to the number of annotations found by a plug-in.
AbstractAnnotationsCountTokenMacro(String, Class<? extends ResultAction<? extends BuildResult>>...) - Constructor for class hudson.plugins.analysis.tokens.AbstractAnnotationsCountTokenMacro
Creates a new instance of AbstractAnnotationsCountTokenMacro.
AbstractAnnotationsDetail - Class in hudson.plugins.analysis.views
Base class for annotation detail objects.
AbstractAnnotationsDetail(AbstractBuild<?, ?>, DetailFactory, Collection<FileAnnotation>, String, String, AnnotationContainer.Hierarchy) - Constructor for class hudson.plugins.analysis.views.AbstractAnnotationsDetail
Creates a new instance of AbstractAnnotationsDetail.
AbstractFixedAnnotationsTokenMacro - Class in hudson.plugins.analysis.tokens
Provides a token that evaluates to the number of fixed annotations found by a plug-in.
AbstractFixedAnnotationsTokenMacro(String, Class<? extends ResultAction<? extends BuildResult>>...) - Constructor for class hudson.plugins.analysis.tokens.AbstractFixedAnnotationsTokenMacro
Creates a new instance of AbstractFixedAnnotationsTokenMacro.
AbstractHealthDescriptor - Class in hudson.plugins.analysis.core
A base class for serializable health descriptors.
AbstractHealthDescriptor(HealthDescriptor) - Constructor for class hudson.plugins.analysis.core.AbstractHealthDescriptor
Creates a new instance of AbstractHealthDescriptor based on the values of the specified descriptor.
AbstractHealthDescriptor() - Constructor for class hudson.plugins.analysis.core.AbstractHealthDescriptor
Creates a new instance of AbstractHealthDescriptor.
AbstractNewAnnotationsTokenMacro - Class in hudson.plugins.analysis.tokens
Provides a token that evaluates to the number of new annotations found by a plug-in.
AbstractNewAnnotationsTokenMacro(String, Class<? extends ResultAction<? extends BuildResult>>...) - Constructor for class hudson.plugins.analysis.tokens.AbstractNewAnnotationsTokenMacro
Creates a new instance of AbstractNewAnnotationsTokenMacro.
AbstractPackageDetector - Class in hudson.plugins.analysis.util
Base class for package detectors.
AbstractPackageDetector() - Constructor for class hudson.plugins.analysis.util.AbstractPackageDetector
 
AbstractPortlet - Class in hudson.plugins.analysis.dashboard
A portlet that provides the plug-in name and project action type.
AbstractPortlet(String) - Constructor for class hudson.plugins.analysis.dashboard.AbstractPortlet
Creates a new instance of AbstractPortlet.
AbstractProjectAction<T extends ResultAction<?>> - Class in hudson.plugins.analysis.core
A project action displays a link on the side panel of a project.
AbstractProjectAction(AbstractProject<?, ?>, Class<? extends T>, Localizable, Localizable, String, String, String) - Constructor for class hudson.plugins.analysis.core.AbstractProjectAction
Creates a new instance of AbstractProjectAction.
AbstractProjectAction(AbstractProject<?, ?>, Class<? extends T>, PluginDescriptor) - Constructor for class hudson.plugins.analysis.core.AbstractProjectAction
Deprecated. use AbstractProjectAction.AbstractProjectAction(AbstractProject, Class, Localizable, Localizable, String, String, String)
AbstractResultAction<T extends BuildResult> - Class in hudson.plugins.analysis.core
Controls the live cycle of the results in a job.
AbstractResultAction(AbstractBuild<?, ?>, AbstractHealthDescriptor, T) - Constructor for class hudson.plugins.analysis.core.AbstractResultAction
Creates a new instance of AbstractResultAction.
AbstractResultAction(AbstractBuild<?, ?>, AbstractHealthDescriptor) - Constructor for class hudson.plugins.analysis.core.AbstractResultAction
Creates a new instance of AbstractResultAction.
AbstractResultTokenMacro - Class in hudson.plugins.analysis.tokens
Provides a token that evaluates to the plug-in build result.
AbstractResultTokenMacro(String, Class<? extends ResultAction<? extends BuildResult>>...) - Constructor for class hudson.plugins.analysis.tokens.AbstractResultTokenMacro
Creates a new instance of AbstractResultTokenMacro.
AbstractTokenMacro - Class in hudson.plugins.analysis.tokens
Provides a token that evaluates to the plug-in build result.
AbstractTokenMacro(String, Class<? extends ResultAction<? extends BuildResult>>...) - Constructor for class hudson.plugins.analysis.tokens.AbstractTokenMacro
Creates a new instance of AbstractTokenMacro.
AbstractWarningsGraphPortlet - Class in hudson.plugins.analysis.dashboard
A portlet that shows a trend graph of the warnings in the selected jobs.
AbstractWarningsGraphPortlet(String, String, String, String) - Constructor for class hudson.plugins.analysis.dashboard.AbstractWarningsGraphPortlet
Creates a new instance of AbstractWarningsGraphPortlet.
AbstractWarningsTablePortlet - Class in hudson.plugins.analysis.dashboard
A portlet that shows a table with the number of warnings in the selected jobs.
AbstractWarningsTablePortlet(String) - Constructor for class hudson.plugins.analysis.dashboard.AbstractWarningsTablePortlet
Creates a new instance of AbstractWarningsTablePortlet.
AbstractWarningsTablePortlet(String, boolean) - Constructor for class hudson.plugins.analysis.dashboard.AbstractWarningsTablePortlet
Creates a new instance of AbstractWarningsTablePortlet.
acceptGoal(String) - Method in class hudson.plugins.analysis.core.HealthAwareMavenReporter
Deprecated. Determines whether this plug-in will accept the specified goal.
acceptGoal(String) - Method in class hudson.plugins.analysis.core.HealthAwareReporter
Determines whether this plug-in will accept the specified goal.
accepts(String) - Method in class hudson.plugins.analysis.util.CsharpNamespaceDetector
Returns whether this classifier accepts the specified file for processing.
accepts(String) - Method in class hudson.plugins.analysis.util.JavaPackageDetector
Returns whether this classifier accepts the specified file for processing.
accepts(String) - Method in interface hudson.plugins.analysis.util.PackageDetector
Returns whether this classifier accepts the specified file for processing.
acceptsMacroName(String) - Method in class hudson.plugins.analysis.tokens.AbstractTokenMacro
 
add(int, LineRange) - Method in class hudson.plugins.analysis.util.model.LineRangeList
 
add(LineRange) - Method in class hudson.plugins.analysis.util.model.LineRangeList
 
addAnnotation(FileAnnotation) - Method in class hudson.plugins.analysis.core.ParserResult
Adds the specified annotation to this container.
addAnnotation(FileAnnotation) - Method in class hudson.plugins.analysis.util.model.AnnotationContainer
Adds the specified annotation to this container.
addAnnotations(Collection<? extends FileAnnotation>) - Method in class hudson.plugins.analysis.core.ParserResult
Adds the specified annotations to this container.
addAnnotations(FileAnnotation[]) - Method in class hudson.plugins.analysis.core.ParserResult
Adds the specified annotations to this container.
addAnnotations(Collection<? extends FileAnnotation>) - Method in class hudson.plugins.analysis.util.model.AnnotationContainer
Adds the specified annotations to this container.
addAnnotations(FileAnnotation[]) - Method in class hudson.plugins.analysis.util.model.AnnotationContainer
Adds the specified annotations to this container.
addDetailBuilder(Class<? extends ResultAction<? extends BuildResult>>, DetailFactory) - Static method in class hudson.plugins.analysis.views.DetailFactory
Sets the detail builder class to the specified value.
addErrorMessage(String, String) - Method in class hudson.plugins.analysis.core.ParserResult
Adds an error message for the specified module name.
addErrorMessage(String) - Method in class hudson.plugins.analysis.core.ParserResult
Adds an error message.
addErrors(List<String>) - Method in class hudson.plugins.analysis.core.ParserResult
Adds the error messages to this result.
addLineRange(LineRange) - Method in class hudson.plugins.analysis.util.model.AbstractAnnotation
Adds another line range to this annotation.
addModule(ParserResult, List<MavenBuild>) - Method in class hudson.plugins.analysis.core.AbstractResultAction
Deprecated. replaced by MavenResultAction
addModule(String) - Method in class hudson.plugins.analysis.core.ParserResult
Adds a new parsed module.
addModule(MavenModule) - Method in class hudson.plugins.analysis.util.model.JavaProject
Adds the specified module with its annotations to this project.
addModules(Collection<String>) - Method in class hudson.plugins.analysis.core.ParserResult
Adds the specified parsed modules.
addModules(Collection<MavenModule>) - Method in class hudson.plugins.analysis.util.model.JavaProject
Adds the specified modules with their annotations to this project.
addProject(ParserResult) - Method in class hudson.plugins.analysis.core.ParserResult
Adds the warnings of the specified project to this project.
aggregate(T, T) - Method in class hudson.plugins.analysis.core.MavenResultAction
Aggregates the results in a new instance of ParserResult.
AnalysisCorePlugin - Class in hudson.plugins.analysis.core
Provides unique keys for jelly scripts which can be accessed globally with ${app.getPlugin('analysis-core')}.
AnalysisCorePlugin() - Constructor for class hudson.plugins.analysis.core.AnalysisCorePlugin
 
AnnotationContainer - Class in hudson.plugins.analysis.util.model
A container for annotations.
AnnotationContainer(AnnotationContainer.Hierarchy) - Constructor for class hudson.plugins.analysis.util.model.AnnotationContainer
Creates a new instance of AnnotationContainer.
AnnotationContainer(String, AnnotationContainer.Hierarchy) - Constructor for class hudson.plugins.analysis.util.model.AnnotationContainer
Creates a new instance of AnnotationContainer.
AnnotationContainer.Hierarchy - Enum in hudson.plugins.analysis.util.model
The hierarchy of a container.
AnnotationDifferencer - Class in hudson.plugins.analysis.core
Provides several utility methods based on sets of annotations.
AnnotationParser - Interface in hudson.plugins.analysis.core
A parser for annotations.
AnnotationProvider - Interface in hudson.plugins.analysis.util.model
Provides an annotation counter for a model object.
AnnotationsAggregator - Class in hudson.plugins.analysis.core
Aggregates ResultActions of MatrixRuns into MatrixBuild.
AnnotationsAggregator(MatrixBuild, Launcher, BuildListener, HealthDescriptor, String) - Constructor for class hudson.plugins.analysis.core.AnnotationsAggregator
Creates a new instance of AnnotationsAggregator.
AnnotationsClassifier - Class in hudson.plugins.analysis.core
Reads the content of each file with warnings and creates a unique hash code of the warning to enable a more flexible new and fixed warnings detection.
AnnotationsClassifier(ParserResult, String) - Constructor for class hudson.plugins.analysis.core.AnnotationsClassifier
Creates a new instance of AnnotationsClassifier.
AnnotationStream - Class in hudson.plugins.analysis.util.model
An XStream for annotations.
AnnotationStream() - Constructor for class hudson.plugins.analysis.util.model.AnnotationStream
Creates a new instance of AnnotationStream.
append(String) - Method in class hudson.plugins.analysis.util.HtmlPrinter
Appends the specified text to the buffer.
append(Object) - Method in class hudson.plugins.analysis.util.HtmlPrinter
Appends the textual representation of the specified object to the buffer.
AreaRenderer - Class in hudson.plugins.analysis.util
StackedAreaRenderer that delegates tooltip and URL generation to separate objects.
AreaRenderer(SerializableUrlGenerator, SerializableToolTipGenerator) - Constructor for class hudson.plugins.analysis.util.AreaRenderer
Creates a new instance of AreaRenderer.
AttributeDetail - Class in hudson.plugins.analysis.views
Result object to visualize the statistics of a given attribute.
AttributeDetail(AbstractBuild<?, ?>, DetailFactory, Collection<FileAnnotation>, String, String, String) - Constructor for class hudson.plugins.analysis.views.AttributeDetail
Creates a new instance of AttributeDetail.

B

BLUE - Static variable in class hudson.plugins.analysis.graph.ColorPalette
 
BoxRenderer - Class in hudson.plugins.analysis.util
StackedBarRenderer that delegates tooltip and URL generation to separate objects.
BoxRenderer(SerializableUrlGenerator, SerializableToolTipGenerator) - Constructor for class hudson.plugins.analysis.util.BoxRenderer
Creates a new instance of BoxRenderer.
BuildHistory - Class in hudson.plugins.analysis.core
History of build results of a specific plug-in.
BuildHistory(AbstractBuild<?, ?>, Class<? extends ResultAction<? extends BuildResult>>) - Constructor for class hudson.plugins.analysis.core.BuildHistory
Creates a new instance of BuildHistory.
BuildResult - Class in hudson.plugins.analysis.core
A base class for build results that is capable of storing a reference to the current build.
BuildResult(AbstractBuild<?, ?>, BuildHistory, ParserResult, String) - Constructor for class hudson.plugins.analysis.core.BuildResult
Creates a new instance of BuildResult.
BuildResult(AbstractBuild<?, ?>, String, ParserResult, BuildHistory) - Constructor for class hudson.plugins.analysis.core.BuildResult
Deprecated. use BuildResult.BuildResult(AbstractBuild, BuildHistory, ParserResult, String) The new constructor will not save the annotations anymore. you need to save them manually
BuildResult(AbstractBuild<?, ?>, String, ParserResult) - Constructor for class hudson.plugins.analysis.core.BuildResult
Deprecated. use BuildResult.BuildResult(AbstractBuild, BuildHistory, ParserResult, String) The new constructor will not save the annotations anymore. you need to save them manually
BuildResultEvaluator - Class in hudson.plugins.analysis.core
Checks if the number of annotations exceeds a given threshold value.
BuildResultEvaluator(String) - Constructor for class hudson.plugins.analysis.core.BuildResultEvaluator
Creates a new instance of BuildResultEvaluator.
BuildResultEvaluator_success() - Static method in class hudson.plugins.analysis.Messages
no threshold has been exceeded
BuildResultEvaluator_unstable_all(Object, Object, Object, Object) - Static method in class hudson.plugins.analysis.Messages
<a href="{3}">{0} warnings</a> exceed the threshold of {1} by {2}
BuildResultEvaluator_unstable_all_priority(Object, Object, Object, Object, Object, Object) - Static method in class hudson.plugins.analysis.Messages
<a href="{4}">{0} warnings</a> of <a href="{5}">priority {3}</a> exceed the threshold of {1} by {2}
BuildResultEvaluator_unstable_new(Object, Object, Object, Object) - Static method in class hudson.plugins.analysis.Messages
<a href="{3}">{0} new warnings</a> exceed the threshold of {1} by {2}
BuildResultEvaluator_unstable_new_priority(Object, Object, Object, Object, Object, Object) - Static method in class hudson.plugins.analysis.Messages
<a href="{4}">{0} new warnings</a> of <a href="{5}">priority {3}</a> exceed the threshold of {1} by {2}
BuildResultEvaluator_unstable_one_all(Object, Object, Object) - Static method in class hudson.plugins.analysis.Messages
<a href="{2}">1 warning</a> exceeds the threshold of {0} by {1}
BuildResultEvaluator_unstable_one_all_priority(Object, Object, Object, Object, Object) - Static method in class hudson.plugins.analysis.Messages
<a href="{3}">1 warning</a> of <a href="{4}">priority {2}</a> exceeds the threshold of {0} by {1}
BuildResultEvaluator_unstable_one_new(Object, Object, Object) - Static method in class hudson.plugins.analysis.Messages
<a href="{2}">1 new warning</a> exceeds the threshold of {0} by {1}
BuildResultEvaluator_unstable_one_new_priority(Object, Object, Object, Object, Object) - Static method in class hudson.plugins.analysis.Messages
<a href="{3}">1 new warning</a> of <a href="{4}">priority {2}</a> exceeds the threshold of {0} by {1}
BuildResultGraph - Class in hudson.plugins.analysis.graph
Base class for build results graphs.
BuildResultGraph() - Constructor for class hudson.plugins.analysis.graph.BuildResultGraph
 

C

canComputeNew() - Method in class hudson.plugins.analysis.core.HealthAwareRecorder
Returns whether new warnings should be computed (with respect to baseline).
canComputeNew() - Method in class hudson.plugins.analysis.core.HealthAwareReporter
Returns whether new warnings should be computed (with respect to baseline).
canContinue(Result) - Method in class hudson.plugins.analysis.core.HealthAwareMavenReporter
Deprecated. Returns whether this reporter can continue processing.
canContinue(Result) - Method in class hudson.plugins.analysis.core.HealthAwareRecorder
Returns whether this publisher can continue processing.
canContinue(Result) - Method in class hudson.plugins.analysis.core.HealthAwareReporter
Returns whether this reporter can continue processing.
canConvert(Class) - Method in class hudson.plugins.analysis.util.model.LineRangeList.ConverterImpl
 
canConvert(Class) - Method in class hudson.plugins.analysis.util.model.Priority.PriorityConverter
canConvert(Class) - Method in class hudson.plugins.analysis.util.TreeString.ConverterImpl
 
canDisplayFile(AbstractBuild<?, ?>) - Method in class hudson.plugins.analysis.util.model.AbstractAnnotation
Checks if the file exists and the user is authorized to see the contents of the file.
canDisplayFile(AbstractBuild<?, ?>) - Method in interface hudson.plugins.analysis.util.model.FileAnnotation
Checks if the file exists.
canResolveRelativePaths() - Method in class hudson.plugins.analysis.core.HealthAwareRecorder
Returns whether relative paths in warnings should be resolved using a time expensive operation that scans the whole workspace for matching files.
canShowEnableTrendLink(StaplerRequest) - Method in class hudson.plugins.analysis.core.AbstractProjectAction
Returns whether the enable trend graph link should be shown.
canUseDeltaValues() - Method in class hudson.plugins.analysis.core.BuildResult
Returns the whether delta values should be used to compute the new warnings.
CategoryBuildResultGraph - Class in hudson.plugins.analysis.graph
A build result graph using a CategoryPlot.
CategoryBuildResultGraph() - Constructor for class hudson.plugins.analysis.graph.CategoryBuildResultGraph
 
CategoryDetail_header() - Static method in class hudson.plugins.analysis.Messages
Category
CategoryUrlBuilder - Class in hudson.plugins.analysis.util
Builds a URL for the links in a clickable map.
CategoryUrlBuilder(String, String) - Constructor for class hudson.plugins.analysis.util.CategoryUrlBuilder
Creates a new instance of CategoryUrlBuilder.
check(String) - Method in class hudson.plugins.analysis.util.EncodingValidator
Validates a file encoding.
check(String) - Method in class hudson.plugins.analysis.util.ThresholdValidator
Validates the specified value.
check(String) - Method in class hudson.plugins.analysis.util.TrendReportHeightValidator
Validates the specified value.
check(String) - Method in interface hudson.plugins.analysis.util.Validator
Validates the specified value.
checkHeight(String) - Static method in class hudson.plugins.analysis.graph.GraphConfiguration
Performs on-the-fly validation on the trend graph height.
clear() - Method in class hudson.plugins.analysis.util.model.LineRangeList
 
collectPrioritiesFrom(Priority) - Static method in enum hudson.plugins.analysis.util.model.Priority
Gets the priorities starting from the specified priority to Priority.HIGH.
ColorPalette - Class in hudson.plugins.analysis.graph
Replacement for Jenkins ColorPalette in order to get good looking graphs even if the green balls plug-in is installed.
compareTo(LocalDateLabel) - Method in class hudson.plugins.analysis.graph.LocalDateLabel
compareTo(FileAnnotation) - Method in class hudson.plugins.analysis.util.model.AbstractAnnotation
compareTo(AnnotationContainer) - Method in class hudson.plugins.analysis.util.model.AnnotationContainer
compareTo(AnnotationContainer) - Method in class hudson.plugins.analysis.util.model.WorkspaceFile
 
computeDayDelta(Calendar, Calendar) - Static method in class hudson.plugins.analysis.graph.BuildResultGraph
Computes the delta between two dates in days.
computeDayDelta(Calendar, BuildResult) - Static method in class hudson.plugins.analysis.graph.BuildResultGraph
Computes the delta between two dates in days.
computeHealth(AnnotationProvider) - Method in class hudson.plugins.analysis.core.HealthReportBuilder
Computes the healthiness of a build based on the specified results.
computeHealth(int, AnnotationProvider) - Method in class hudson.plugins.analysis.core.HealthReportBuilder
Computes the healthiness of a build based on the specified counter.
computeSeries(BuildResult) - Method in class hudson.plugins.analysis.graph.CategoryBuildResultGraph
Returns the series to plot for the specified build result.
computeSeries(BuildResult) - Method in class hudson.plugins.analysis.graph.HealthGraph
 
computeSeries(BuildResult) - Method in class hudson.plugins.analysis.graph.NewVersusFixedGraph
 
computeSeries(BuildResult) - Method in class hudson.plugins.analysis.graph.PriorityGraph
 
computeSeries(BuildResult) - Method in class hudson.plugins.analysis.graph.TotalsGraph
 
configure(XStream) - Method in class hudson.plugins.analysis.core.BuildResult
Configures the XStream.
configureGraph(BuildResultGraph) - Method in class hudson.plugins.analysis.dashboard.AbstractWarningsGraphPortlet
Configures the graph configuration.
contains(Object) - Method in class hudson.plugins.analysis.util.model.LineRangeList
 
containsCategory(String) - Method in class hudson.plugins.analysis.util.model.AnnotationContainer
Returns whether the category with the given name exists.
containsFile(String) - Method in class hudson.plugins.analysis.util.model.AnnotationContainer
Returns whether the file with the given name exists.
containsModule(String) - Method in class hudson.plugins.analysis.util.model.AnnotationContainer
Returns whether the maven module with the given name exists.
containsPackage(String) - Method in class hudson.plugins.analysis.util.model.AnnotationContainer
Returns whether the package with the given name exists.
containsType(String) - Method in class hudson.plugins.analysis.util.model.AnnotationContainer
Returns whether the type with the given name exists.
ContextHashCode - Class in hudson.plugins.analysis.util
Creates a hash code from the source code of the warning line and the surrounding context.
ContextHashCode() - Constructor for class hudson.plugins.analysis.util.ContextHashCode
 
convert(String) - Static method in class hudson.plugins.analysis.util.ThresholdValidator
Converts the provided string threshold into an integer value.
convertHierarchicalFormData(JSONObject) - Static method in class hudson.plugins.analysis.core.PluginDescriptor
Converts the hierarchical JSON object that contains a sub-section for to a corresponding flat JSON object.
CookieHandler - Class in hudson.plugins.analysis.util
Creates and converts cookies.
CookieHandler(String) - Constructor for class hudson.plugins.analysis.util.CookieHandler
Creates a new instance of CookieHandler.
copyFilesWithAnnotationsToBuildFolder(File, VirtualChannel, Collection<FileAnnotation>) - Method in class hudson.plugins.analysis.core.HealthAwareRecorder
Copies all files with annotations from the workspace to the build folder.
create(GraphConfiguration, ResultAction<? extends BuildResult>, String) - Method in class hudson.plugins.analysis.graph.BuildResultGraph
Creates a PNG image trend graph with clickable map.
create(GraphConfiguration, ResultAction<? extends BuildResult>, String) - Method in class hudson.plugins.analysis.graph.CategoryBuildResultGraph
Creates a PNG image trend graph with clickable map.
create(GraphConfiguration, ResultAction<? extends BuildResult>, String) - Method in class hudson.plugins.analysis.graph.DifferenceGraph
 
create(GraphConfiguration, ResultAction<? extends BuildResult>, String) - Method in class hudson.plugins.analysis.graph.EmptyGraph
 
create(String, int, String) - Method in class hudson.plugins.analysis.util.ContextHashCode
Creates a hash code from the source code of the warning line and the surrounding context.
create(List<Ancestor>, String) - Method in class hudson.plugins.analysis.util.CookieHandler
Sends a cookie with the specified value.
create(String) - Method in interface hudson.plugins.analysis.util.FileInputStreamFactory
Creates an InputStream from the specified filename.
create(Class<? extends ResultAction<? extends BuildResult>>) - Static method in class hudson.plugins.analysis.views.DetailFactory
Creates a new detail builder.
create(String, AbstractBuild<?, ?>, AnnotationContainer, String, String) - Method in class hudson.plugins.analysis.views.PriorityDetailFactory
Creates a new priorities detail object.
createAction(HealthDescriptor, String, ParserResult) - Method in class hudson.plugins.analysis.core.AnnotationsAggregator
Creates the action that will render the aggregated results.
createAggregatedResult(Map<MavenModule, List<MavenBuild>>) - Method in class hudson.plugins.analysis.core.AbstractResultAction
Deprecated. replaced by MavenResultAction
createAggregation(GraphConfiguration, Collection<ResultAction<? extends BuildResult>>, String) - Method in class hudson.plugins.analysis.graph.BuildResultGraph
Creates a PNG image trend graph with clickable map.
createAggregation(GraphConfiguration, Collection<ResultAction<? extends BuildResult>>, String) - Method in class hudson.plugins.analysis.graph.CategoryBuildResultGraph
Creates a PNG image trend graph with clickable map.
createAggregation(GraphConfiguration, Collection<ResultAction<? extends BuildResult>>, String) - Method in class hudson.plugins.analysis.graph.DifferenceGraph
 
createAggregation(GraphConfiguration, Collection<ResultAction<? extends BuildResult>>, String) - Method in class hudson.plugins.analysis.graph.EmptyGraph
 
createAreaChart(CategoryDataset) - Method in class hudson.plugins.analysis.graph.CategoryBuildResultGraph
Creates a stacked area graph from the specified data set.
createAttributeDetail(AbstractBuild<?, ?>, DefaultAnnotationContainer, String, String, String) - Method in class hudson.plugins.analysis.views.DetailFactory
Creates a generic detail tab with the specified link.
createBlockChart(CategoryDataset) - Method in class hudson.plugins.analysis.graph.CategoryBuildResultGraph
Creates a stacked block graph from the specified data set.
createBuildHistory() - Method in class hudson.plugins.analysis.core.AbstractProjectAction
Creates the build history.
createChart(GraphConfiguration, ResultAction<? extends BuildResult>) - Method in class hudson.plugins.analysis.graph.CategoryBuildResultGraph
Creates the chart by iterating through all available actions.
createChart(CategoryDataset) - Method in class hudson.plugins.analysis.graph.CategoryBuildResultGraph
Creates the chart for the specified data set.
createChart(CategoryDataset) - Method in class hudson.plugins.analysis.graph.HealthGraph
 
createChart(CategoryDataset) - Method in class hudson.plugins.analysis.graph.NewVersusFixedGraph
 
createChart(CategoryDataset) - Method in class hudson.plugins.analysis.graph.PriorityGraph
 
createChart(CategoryDataset) - Method in class hudson.plugins.analysis.graph.TotalsGraph
 
createCollection(Class) - Method in class hudson.plugins.analysis.util.model.LineRangeList.ConverterImpl
 
createConfiguration(List<BuildResultGraph>) - Method in class hudson.plugins.analysis.core.AbstractProjectAction
Creates the graph configuration.
createContextHashCode(String, int) - Method in class hudson.plugins.analysis.core.AbstractAnnotationParser
Creates a hash code from the source code of the warning line and the surrounding context.
createCookieHandler(String) - Static method in class hudson.plugins.analysis.graph.UserGraphConfigurationView
Creates a new cookie handler to convert the cookie to a string value.
createDeactivated() - Static method in class hudson.plugins.analysis.graph.GraphConfiguration
Creates a configuration for a deactivated graph.
createDefault() - Static method in class hudson.plugins.analysis.graph.GraphConfiguration
Creates a default configuration.
createDefaultConfiguration() - Method in class hudson.plugins.analysis.core.AbstractProjectAction
Creates a view to configure the trend graph defaults.
createDefaultDeltaMessage(String, int, int) - Static method in class hudson.plugins.analysis.core.BuildResult
Creates a default delta message for the build result.
createDefaultsFile(AbstractProject<?, ?>, String) - Method in class hudson.plugins.analysis.graph.GraphConfiguration
Creates a file with for the default values.
createDefaultsFile(AbstractProject<?, ?>, String) - Static method in class hudson.plugins.analysis.graph.GraphConfigurationView
Creates a file with for the default values.
createDefaultSummary(String, int, int) - Static method in class hudson.plugins.analysis.core.BuildResult
Creates a default summary message for the build result.
createDeltaMessage() - Method in class hudson.plugins.analysis.core.BuildResult
Returns the build summary HTML delta message.
createDescription(AnnotationProvider) - Method in class hudson.plugins.analysis.core.AbstractHealthDescriptor
Returns a localized description of the build health.
createDescription(AnnotationProvider) - Method in class hudson.plugins.analysis.core.NullHealthDescriptor
 
createDetails(String, AbstractBuild<?, ?>, AnnotationContainer, String, String) - Method in class hudson.plugins.analysis.views.DetailFactory
Returns a detail object for the selected element of the specified annotation container.
createFixedWarningsDetail(AbstractBuild<?, ?>, Collection<FileAnnotation>, String, String) - Method in class hudson.plugins.analysis.views.DetailFactory
Creates a generic fixed warnings detail tab with the specified link.
createHistory(AbstractBuild<?, ?>) - Method in class hudson.plugins.analysis.core.BuildResult
Creates a new history based on the specified build.
createLineGraph(CategoryDataset, boolean) - Method in class hudson.plugins.analysis.graph.CategoryBuildResultGraph
Creates a line graph for the specified data set.
createLineRenderer() - Method in class hudson.plugins.analysis.graph.CategoryBuildResultGraph
Creates a line renderer with predefined stroke.
createMavenAggregatedReport(MavenBuild, T) - Method in class hudson.plugins.analysis.core.HealthAwareReporter
Creates a new BuildResult instance.
createPrioritiesDetail(Priority, AbstractBuild<?, ?>, AnnotationContainer, String, String) - Method in class hudson.plugins.analysis.views.PriorityDetailFactory
Creates a new priorities detail.
createRenderer(GraphConfiguration, String, ToolTipProvider) - Method in class hudson.plugins.analysis.graph.CategoryBuildResultGraph
Creates the renderer for this graph.
createRenderer(GraphConfiguration, String, ToolTipProvider) - Method in class hudson.plugins.analysis.graph.HealthGraph
Creates the renderer for this graph.
createRenderer(GraphConfiguration, String, ToolTipProvider) - Method in class hudson.plugins.analysis.graph.NewVersusFixedGraph
 
createRenderer(GraphConfiguration, String, ToolTipProvider) - Method in class hudson.plugins.analysis.graph.PriorityGraph
Creates the renderer for this graph.
createRenderer(GraphConfiguration, String, ToolTipProvider) - Method in class hudson.plugins.analysis.graph.TotalsGraph
 
createResult() - Method in class hudson.plugins.analysis.core.AbstractResultAction
Factory method to create the result of this action.
createResult(MavenBuild, ParserResult) - Method in class hudson.plugins.analysis.core.HealthAwareReporter
Creates a new BuildResult instance.
createResult(T, T) - Method in class hudson.plugins.analysis.core.MavenResultAction
Creates a new build result that contains the aggregated results.
createResultUrlName(String) - Static method in class hudson.plugins.analysis.core.PluginDescriptor
Returns the result URL for the specified plug-in.
createTabDetail(AbstractBuild<?, ?>, Collection<FileAnnotation>, String, String) - Method in class hudson.plugins.analysis.views.DetailFactory
Creates a generic detail tab with the specified link.
createTrendDetails(String, AbstractBuild<?, ?>, AnnotationContainer, Collection<FileAnnotation>, Collection<FileAnnotation>, Collection<String>, String, String) - Method in class hudson.plugins.analysis.views.DetailFactory
Returns a detail object for the selected element of the specified annotation container.
createUrl(String) - Static method in class hudson.plugins.analysis.core.BuildResult
Creates an HTML URL reference start tag.
createUserConfiguration(StaplerRequest) - Method in class hudson.plugins.analysis.core.AbstractProjectAction
Creates a view to configure the trend graph for the current user.
createXYChart(XYDataset) - Method in class hudson.plugins.analysis.graph.BuildResultGraph
Creates a XY graph from the specified data set.
CsharpNamespaceDetector - Class in hudson.plugins.analysis.util
Detects the namespace of a C# workspace file.
CsharpNamespaceDetector() - Constructor for class hudson.plugins.analysis.util.CsharpNamespaceDetector
 

D

dedup() - Method in class hudson.plugins.analysis.util.TreeStringBuilder
Further reduces the memory footprint by finding the same labels across multiple TreeStrings.
DefaultAnnotationContainer - Class in hudson.plugins.analysis.util.model
A simple annotation container that stores a set of annotations.
DefaultAnnotationContainer() - Constructor for class hudson.plugins.analysis.util.model.DefaultAnnotationContainer
Creates a new instance of DefaultAnnotationContainer.
DefaultAnnotationContainer(String) - Constructor for class hudson.plugins.analysis.util.model.DefaultAnnotationContainer
Creates a new instance of DefaultAnnotationContainer.
DefaultAnnotationContainer(String, Collection<FileAnnotation>) - Constructor for class hudson.plugins.analysis.util.model.DefaultAnnotationContainer
Creates a new instance of DefaultAnnotationContainer.
DefaultAnnotationContainer(Collection<FileAnnotation>) - Constructor for class hudson.plugins.analysis.util.model.DefaultAnnotationContainer
Creates a new instance of DefaultAnnotationContainer.
defaultCharset(String) - Static method in class hudson.plugins.analysis.util.EncodingValidator
Returns the default charset for the specified encoding string.
DefaultGraph - Class in hudson.plugins.analysis.dashboard
Provides the defaults for portlets with a trend graph.
DefaultGraphConfiguration_Description() - Static method in class hudson.plugins.analysis.Messages
Configure the trend graph of this plug-in.
DefaultGraphConfiguration_Name() - Static method in class hudson.plugins.analysis.Messages
Configure Default Trend Graph
DefaultGraphConfigurationView - Class in hudson.plugins.analysis.graph
Configures the default values for the trend graph of this plug-in.
DefaultGraphConfigurationView(GraphConfiguration, AbstractProject<?, ?>, String, BuildHistory, String) - Constructor for class hudson.plugins.analysis.graph.DefaultGraphConfigurationView
Creates a new instance of DefaultGraphConfigurationView.
DefaultGraphConfigurationView(GraphConfiguration, AbstractProject<?, ?>, String, BuildHistory) - Constructor for class hudson.plugins.analysis.graph.DefaultGraphConfigurationView
Creates a new instance of DefaultGraphConfigurationView.
defaultHeight(String) - Static method in class hudson.plugins.analysis.util.TrendReportHeightValidator
Returns a normalized height for the trend graph (always greater than 50).
DetailFactory - Class in hudson.plugins.analysis.views
Creates detail objects for the selected element of a annotation container.
DetailFactory() - Constructor for class hudson.plugins.analysis.views.DetailFactory
 
detectPackageName(String) - Method in class hudson.plugins.analysis.util.AbstractPackageDetector
Detects the package or namespace name of the specified input stream.
detectPackageName(InputStream) - Method in class hudson.plugins.analysis.util.CsharpNamespaceDetector
Detects the package or namespace name of the specified input stream.
detectPackageName(InputStream) - Method in class hudson.plugins.analysis.util.JavaPackageDetector
Detects the package or namespace name of the specified input stream.
detectPackageName(InputStream) - Method in interface hudson.plugins.analysis.util.PackageDetector
Detects the package or namespace name of the specified input stream.
detectPackageName(String) - Method in interface hudson.plugins.analysis.util.PackageDetector
Detects the package or namespace name of the specified input stream.
detectPackageName(String) - Static method in class hudson.plugins.analysis.util.PackageDetectors
Detects the package name of the specified file based on several detector strategies.
DifferenceGraph - Class in hudson.plugins.analysis.graph
Builds a graph with the difference between new and fixed warnings for a specified result action.
DifferenceGraph() - Constructor for class hudson.plugins.analysis.graph.DifferenceGraph
 
doCheckDefaultEncoding(String) - Method in class hudson.plugins.analysis.core.PluginDescriptor
Performs on-the-fly validation on the character encoding.
doCheckHeight(String) - Method in class hudson.plugins.analysis.core.PluginDescriptor
Performs on-the-fly validation on the trend graph height.
doCheckHeight(String) - Method in class hudson.plugins.analysis.core.ReporterDescriptor
Performs on-the-fly validation on the trend graph height.
doCheckPattern(AbstractProject<?, ?>, String) - Method in class hudson.plugins.analysis.core.PluginDescriptor
Performs on-the-fly validation on the file name pattern.
doCheckThreshold(String) - Method in class hudson.plugins.analysis.core.PluginDescriptor
Performs on-the-fly validation on the annotations threshold.
doCheckThreshold(String) - Method in class hudson.plugins.analysis.core.ReporterDescriptor
Performs on-the-fly validation on the annotations threshold.
doIndex(StaplerRequest, StaplerResponse) - Method in class hudson.plugins.analysis.core.AbstractProjectAction
Redirects the index page to the last result.
doSave(StaplerRequest, StaplerResponse) - Method in class hudson.plugins.analysis.graph.GraphConfigurationView
Saves the configured values.

E

EmptyGraph - Class in hudson.plugins.analysis.graph
Empty graph.
EmptyGraph() - Constructor for class hudson.plugins.analysis.graph.EmptyGraph
 
EncodingValidator - Class in hudson.plugins.analysis.util
Validates a file encoding.
EncodingValidator() - Constructor for class hudson.plugins.analysis.util.EncodingValidator
 
end(MavenBuild, Launcher, BuildListener) - Method in class hudson.plugins.analysis.core.HealthAwareReporter
Since aggregation is done in background we still need to log all messages of that step to the log.
endBuild() - Method in class hudson.plugins.analysis.core.AnnotationsAggregator
 
endRun(MatrixRun) - Method in class hudson.plugins.analysis.core.AnnotationsAggregator
 
equals(Object) - Method in class hudson.plugins.analysis.graph.GraphConfiguration
equals(Object) - Method in class hudson.plugins.analysis.graph.LocalDateLabel
 
equals(Object) - Method in class hudson.plugins.analysis.util.model.AbstractAnnotation
 
equals(Object) - Method in class hudson.plugins.analysis.util.model.AnnotationContainer
 
equals(Object) - Method in class hudson.plugins.analysis.util.model.LineRange
 
equals(Object) - Method in class hudson.plugins.analysis.util.Pair
 
equals(Object) - Method in class hudson.plugins.analysis.util.TreeString
 
ErrorDetail - Class in hudson.plugins.analysis.views
Result object to visualize the errors during execution of the plug-in.
ErrorDetail(AbstractBuild<?, ?>, Collection<String>) - Constructor for class hudson.plugins.analysis.views.ErrorDetail
Creates a new instance of ErrorDetail.
Errors() - Static method in class hudson.plugins.analysis.Messages
Errors
evaluate(BuildResult) - Method in class hudson.plugins.analysis.tokens.AbstractAnnotationsCountTokenMacro
 
evaluate(BuildResult) - Method in class hudson.plugins.analysis.tokens.AbstractFixedAnnotationsTokenMacro
 
evaluate(BuildResult) - Method in class hudson.plugins.analysis.tokens.AbstractNewAnnotationsTokenMacro
 
evaluate(BuildResult) - Method in class hudson.plugins.analysis.tokens.AbstractResultTokenMacro
 
evaluate(AbstractBuild<?, ?>, TaskListener, String) - Method in class hudson.plugins.analysis.tokens.AbstractTokenMacro
 
evaluate(BuildResult) - Method in class hudson.plugins.analysis.tokens.AbstractTokenMacro
Evaluates the build result and returns the string value of the token.
evaluateBuildResult(StringBuilder, Thresholds, Collection<? extends FileAnnotation>) - Method in class hudson.plugins.analysis.core.BuildResultEvaluator
Evaluates the build result.
evaluateBuildResult(StringBuilder, Thresholds, Collection<? extends FileAnnotation>, int, int, int, int) - Method in class hudson.plugins.analysis.core.BuildResultEvaluator
Evaluates the build result.
evaluateBuildResult(StringBuilder, Thresholds, Collection<? extends FileAnnotation>, Collection<FileAnnotation>) - Method in class hudson.plugins.analysis.core.BuildResultEvaluator
Evaluates the build result.
evaluateBuildResult(PluginLogger, Thresholds, Collection<? extends FileAnnotation>) - Method in class hudson.plugins.analysis.core.BuildResultEvaluator
Deprecated. use BuildResultEvaluator.evaluateBuildResult(StringBuilder, Thresholds, Collection)
evaluateBuildResult(PluginLogger, Thresholds, Collection<? extends FileAnnotation>, int, int, int, int) - Method in class hudson.plugins.analysis.core.BuildResultEvaluator
Deprecated. use BuildResultEvaluator.evaluateBuildResult(StringBuilder, Thresholds, Collection, int, int, int, int)
evaluateBuildResult(PluginLogger, Thresholds, Collection<? extends FileAnnotation>, Collection<FileAnnotation>) - Method in class hudson.plugins.analysis.core.BuildResultEvaluator
Deprecated. use BuildResultEvaluator.evaluateBuildResult(StringBuilder, Thresholds, Collection, Collection)
evaluateStatus(Thresholds, boolean, PluginLogger, String) - Method in class hudson.plugins.analysis.core.BuildResult
Updates the build status, i.e.
evaluateStatus(Thresholds, boolean, boolean, PluginLogger, String) - Method in class hudson.plugins.analysis.core.BuildResult
Updates the build status, i.e.

F

failedNewAll - Variable in class hudson.plugins.analysis.core.Thresholds
 
failedNewHigh - Variable in class hudson.plugins.analysis.core.Thresholds
 
failedNewLow - Variable in class hudson.plugins.analysis.core.Thresholds
 
failedNewNormal - Variable in class hudson.plugins.analysis.core.Thresholds
 
failedTotalAll - Variable in class hudson.plugins.analysis.core.Thresholds
 
failedTotalHigh - Variable in class hudson.plugins.analysis.core.Thresholds
 
failedTotalLow - Variable in class hudson.plugins.analysis.core.Thresholds
 
failedTotalNormal - Variable in class hudson.plugins.analysis.core.Thresholds
 
FieldValidator_Error_DefaultEncoding() - Static method in class hudson.plugins.analysis.Messages
Encoding must be a supported encoding of the Java platform (see java.nio.charset.Charset).
FieldValidator_Error_Threshold() - Static method in class hudson.plugins.analysis.Messages
Threshold must be an integer value greater or equal 0.
FieldValidator_Error_TrendHeight(Object) - Static method in class hudson.plugins.analysis.Messages
Trend graph height must be an integer value greater or equal {0}.
FileAnnotation - Interface in hudson.plugins.analysis.util.model
Annotates a collection of line ranges in a file.
FileDetail - Class in hudson.plugins.analysis.views
Result object to visualize the package statistics of a module.
FileDetail(AbstractBuild<?, ?>, DetailFactory, WorkspaceFile, String, String) - Constructor for class hudson.plugins.analysis.views.FileDetail
Creates a new instance of ModuleDetail.
FileFinder - Class in hudson.plugins.analysis.util
Scans the workspace and finds all files matching a give pattern.
FileFinder() - Constructor for class hudson.plugins.analysis.util.FileFinder
Creates a new instance of FileFinder.
FileFinder(String) - Constructor for class hudson.plugins.analysis.util.FileFinder
Creates a new instance of FileFinder.
FileInputStreamFactory - Interface in hudson.plugins.analysis.util
Factory to create an InputStream from an absolute filename.
FilesParser - Class in hudson.plugins.analysis.core
Parses files that match the specified pattern and creates a corresponding ParserResult with a collection of annotations.
FilesParser(String, String, AnnotationParser, String) - Constructor for class hudson.plugins.analysis.core.FilesParser
Creates a new instance of FilesParser.
FilesParser(String, String, AnnotationParser, boolean, boolean) - Constructor for class hudson.plugins.analysis.core.FilesParser
Creates a new instance of FilesParser.
FilesParser(String, String, AnnotationParser, boolean, boolean, boolean) - Constructor for class hudson.plugins.analysis.core.FilesParser
Creates a new instance of FilesParser.
FilesParser(PluginLogger, String, AnnotationParser, boolean) - Constructor for class hudson.plugins.analysis.core.FilesParser
Deprecated. Use FilesParser.FilesParser(String, String, AnnotationParser, boolean, boolean)
FilesParser(PluginLogger, String, AnnotationParser, String) - Constructor for class hudson.plugins.analysis.core.FilesParser
Deprecated. Use FilesParser.FilesParser(String, String, AnnotationParser, boolean, boolean)
FilesParser(PluginLogger, String, AnnotationParser) - Constructor for class hudson.plugins.analysis.core.FilesParser
Deprecated. Use FilesParser.FilesParser(String, String, AnnotationParser, boolean, boolean)
FilesParser(StringPluginLogger, String, AnnotationParser, String) - Constructor for class hudson.plugins.analysis.core.FilesParser
Deprecated. Use FilesParser.FilesParser(String, String, AnnotationParser, boolean, boolean)
FilesParser(StringPluginLogger, String, AnnotationParser, boolean, boolean) - Constructor for class hudson.plugins.analysis.core.FilesParser
Deprecated. Use FilesParser.FilesParser(String, String, AnnotationParser, boolean, boolean)
FilesParser_Error_EmptyFile(Object, Object) - Static method in class hudson.plugins.analysis.Messages
Skipping file {0} of module {1} because it''s empty.
FilesParser_Error_Exception(Object) - Static method in class hudson.plugins.analysis.Messages
Parsing of file {0} failed due to an exception:
FilesParser_Error_NoFiles() - Static method in class hudson.plugins.analysis.Messages
No report files were found.
FilesParser_Error_NoPermission(Object, Object) - Static method in class hudson.plugins.analysis.Messages
Skipping file {0} of module {1} because Jenkins has no permission to read the file.
filter(Collection<Job<?, ?>>) - Method in class hudson.plugins.analysis.dashboard.AbstractWarningsTablePortlet
Filters the specified collection of jobs using overridable method AbstractWarningsTablePortlet.isVisibleJob(Job).
filterZeroWarningsJobs(Collection<Job<?, ?>>) - Method in class hudson.plugins.analysis.dashboard.AbstractWarningsTablePortlet
Returns all jobs that have warnings.
find(File) - Method in class hudson.plugins.analysis.util.FileFinder
Returns an array with the filenames of the specified file pattern that have been found in the workspace.
find(File, String) - Method in interface hudson.plugins.analysis.util.FileInputStreamFactory
Returns all file names that match the specified pattern.
FixedWarningsDetail - Class in hudson.plugins.analysis.views
Result object to visualize the fixed warnings in a build.
FixedWarningsDetail(AbstractBuild<?, ?>, DetailFactory, Collection<FileAnnotation>, String, String) - Constructor for class hudson.plugins.analysis.views.FixedWarningsDetail
Creates a new instance of FixedWarningsDetail.
FixedWarningsDetail_Name() - Static method in class hudson.plugins.analysis.Messages
Fixed Warnings
fromString(String) - Static method in enum hudson.plugins.analysis.util.model.Priority
Converts a String priority to an actual enumeration value.
fromString(String) - Method in class hudson.plugins.analysis.util.model.Priority.PriorityConverter

G

generateToolTip(CategoryDataset, int, int) - Method in class hudson.plugins.analysis.util.ToolTipAreaRenderer
 
generateToolTip(CategoryDataset, int, int) - Method in class hudson.plugins.analysis.util.ToolTipBoxRenderer
generateToolTip(CategoryDataset, int, int) - Method in class hudson.plugins.analysis.util.ToolTipBuilder
generateURL(CategoryDataset, int, int) - Method in class hudson.plugins.analysis.util.AreaRenderer
 
generateURL(CategoryDataset, int, int) - Method in class hudson.plugins.analysis.util.BoxRenderer
generateURL(CategoryDataset, int, int) - Method in class hudson.plugins.analysis.util.CategoryUrlBuilder
get(int) - Method in class hudson.plugins.analysis.util.model.LineRangeList
 
getAction() - Method in class hudson.plugins.analysis.dashboard.AbstractPortlet
Returns the type of action that persists the warnings results.
getAnnotation(long) - Method in class hudson.plugins.analysis.core.BuildResult
Returns the annotation with the specified key.
getAnnotation(String) - Method in class hudson.plugins.analysis.core.BuildResult
Returns the annotation with the specified key.
getAnnotation(long) - Method in class hudson.plugins.analysis.util.model.AnnotationContainer
Returns the annotation with the specified key.
getAnnotation(String) - Method in class hudson.plugins.analysis.util.model.AnnotationContainer
Returns the annotation with the specified key.
getAnnotation(long) - Method in interface hudson.plugins.analysis.util.model.AnnotationProvider
Returns the annotation with the specified key.
getAnnotation(String) - Method in interface hudson.plugins.analysis.util.model.AnnotationProvider
Returns the annotation with the specified key.
getAnnotations() - Method in class hudson.plugins.analysis.core.BuildResult
Returns the annotations for this object.
getAnnotations(Priority) - Method in class hudson.plugins.analysis.core.BuildResult
Returns the annotations of the specified priority for this object.
getAnnotations(String) - Method in class hudson.plugins.analysis.core.BuildResult
Returns the annotations of the specified priority for this object.
getAnnotations() - Method in class hudson.plugins.analysis.core.ParserResult
Returns the annotations of this result.
getAnnotations() - Method in class hudson.plugins.analysis.util.model.AnnotationContainer
Returns the annotations for this object.
getAnnotations(Priority) - Method in class hudson.plugins.analysis.util.model.AnnotationContainer
Returns the annotations of the specified priority for this object.
getAnnotations(String) - Method in class hudson.plugins.analysis.util.model.AnnotationContainer
Returns the annotations of the specified priority for this object.
getAnnotations() - Method in interface hudson.plugins.analysis.util.model.AnnotationProvider
Returns the annotations for this object.
getAnnotations(Priority) - Method in interface hudson.plugins.analysis.util.model.AnnotationProvider
Returns the annotations of the specified priority for this object.
getAnnotations(String) - Method in interface hudson.plugins.analysis.util.model.AnnotationProvider
Returns the annotations of the specified priority for this object.
getApi() - Method in class hudson.plugins.analysis.core.BuildResult
Gets the remote API for this build result.
getAvailableCharsets() - Static method in class hudson.plugins.analysis.util.EncodingValidator
Returns all available character set names.
getAvailableGraphs() - Method in class hudson.plugins.analysis.core.AbstractProjectAction
Returns the sorted list of available graphs.
getAvailableGraphs() - Method in class hudson.plugins.analysis.graph.GraphConfigurationView
Returns the list of available graphs.
getBaseline() - Method in class hudson.plugins.analysis.core.BuildHistory
Returns the baseline action.
getBaseline() - Method in class hudson.plugins.analysis.core.NullBuildHistory
 
getBuild() - Method in class hudson.plugins.analysis.core.AbstractResultAction
Returns the associated build of this action.
getBuild() - Method in class hudson.plugins.analysis.core.MavenResultAction
 
getBuild() - Method in interface hudson.plugins.analysis.core.ResultAction
Returns the associated build of this action.
getBuildCount() - Method in class hudson.plugins.analysis.graph.GraphConfiguration
Returns the number of builds to consider.
getBuildCount() - Method in class hudson.plugins.analysis.graph.GraphConfigurationView
Returns the number of builds to consider.
getBuildCountString() - Method in class hudson.plugins.analysis.graph.GraphConfiguration
Returns the build count as a string.
getBuildCountString() - Method in class hudson.plugins.analysis.graph.GraphConfigurationView
Returns the number of builds to consider.
getBuildHealth() - Method in class hudson.plugins.analysis.core.AbstractResultAction
getBuildHealth() - Method in class hudson.plugins.analysis.core.MavenResultAction
Returns the health of this action.
getCanComputeNew() - Method in class hudson.plugins.analysis.core.HealthAwareRecorder
Returns whether new warnings should be computed (with respect to baseline).
getCanComputeNew() - Method in class hudson.plugins.analysis.core.HealthAwareReporter
Returns whether new warnings should be computed (with respect to baseline).
getCanHideZeroWarningsProjects() - Method in class hudson.plugins.analysis.dashboard.AbstractWarningsTablePortlet
Returns whether zero warnings projects should be hidden in the table.
getCanResolveRelativePaths() - Method in class hudson.plugins.analysis.core.HealthAwareRecorder
Returns whether relative paths in warnings should be resolved using a time expensive operation that scans the whole workspace for matching files.
getCanRunOnFailed() - Method in class hudson.plugins.analysis.core.HealthAwareMavenReporter
Deprecated. Returns whether this plug-in can run for failed builds, too.
getCanRunOnFailed() - Method in class hudson.plugins.analysis.core.HealthAwareRecorder
Returns whether this plug-in can run for failed builds, too.
getCanRunOnFailed() - Method in class hudson.plugins.analysis.core.HealthAwareReporter
Returns whether this plug-in can run for failed builds, too.
getCategories() - Method in class hudson.plugins.analysis.util.model.AnnotationContainer
Gets the categories of this container that have annotations.
getCategory() - Method in class hudson.plugins.analysis.util.model.AbstractAnnotation
Returns the category of the annotation.
getCategory(String) - Method in class hudson.plugins.analysis.util.model.AnnotationContainer
Gets the category with the given name.
getCategory(int) - Method in class hudson.plugins.analysis.util.model.AnnotationContainer
Gets the category with the given hash code.
getCategory() - Method in interface hudson.plugins.analysis.util.model.FileAnnotation
Returns the category of the annotation.
getColors() - Method in class hudson.plugins.analysis.graph.CategoryBuildResultGraph
Returns the colors for this graph.
getColors() - Method in class hudson.plugins.analysis.graph.HealthGraph
 
getColors() - Method in class hudson.plugins.analysis.graph.NewVersusFixedGraph
 
getColors() - Method in class hudson.plugins.analysis.graph.PriorityGraph
 
getColors() - Method in class hudson.plugins.analysis.graph.TotalsGraph
 
getContainer() - Method in class hudson.plugins.analysis.core.BuildResult
Gets the annotation container.
getContainer() - Method in class hudson.plugins.analysis.util.model.AnnotationContainer
Returns this container.
getContextHashCode() - Method in class hudson.plugins.analysis.util.model.AbstractAnnotation
Returns a hash code of the surrounding context of this annotation.
getContextHashCode() - Method in interface hudson.plugins.analysis.util.model.FileAnnotation
Returns a hash code of the surrounding context of this annotation.
getDataFile() - Method in class hudson.plugins.analysis.core.BuildResult
Returns the serialization file.
getDayCount() - Method in class hudson.plugins.analysis.graph.GraphConfiguration
Returns the number of days to consider.
getDayCount() - Method in class hudson.plugins.analysis.graph.GraphConfigurationView
Returns the number of days to consider.
getDayCountString() - Method in class hudson.plugins.analysis.dashboard.AbstractWarningsGraphPortlet
Returns the number of days to consider.
getDayCountString() - Method in class hudson.plugins.analysis.graph.GraphConfiguration
Returns the day count as a string.
getDayCountString() - Method in class hudson.plugins.analysis.graph.GraphConfigurationView
Returns the number of days to consider.
getDays(long) - Static method in class hudson.plugins.analysis.core.BuildResult
Returns the number of days for the specified number of milliseconds.
getDefaultEncoding() - Method in class hudson.plugins.analysis.core.AbstractAnnotationParser
Returns the default encoding to be used when reading and parsing files.
getDefaultEncoding() - Method in class hudson.plugins.analysis.core.BuildResult
Returns the defined default encoding.
getDefaultEncoding() - Method in class hudson.plugins.analysis.core.HealthAwareMavenReporter
Deprecated. Returns the default encoding derived from the maven pom file.
getDefaultEncoding() - Method in class hudson.plugins.analysis.core.HealthAwareRecorder
Returns the defined default encoding.
getDefaultEncoding() - Method in class hudson.plugins.analysis.core.HealthAwareReporter
Returns the default encoding derived from the maven pom file.
getDefaultEncoding() - Method in class hudson.plugins.analysis.core.MavenResultAction
Returns the default encoding.
getDefaultEncoding() - Method in class hudson.plugins.analysis.views.AbstractAnnotationsDetail
Returns the defined default encoding.
getDelta() - Method in class hudson.plugins.analysis.core.BuildResult
Returns the delta.
getDescription() - Method in class hudson.plugins.analysis.dashboard.AbstractWarningsGraphPortlet
Returns the description of the trend graph.
getDescription() - Method in class hudson.plugins.analysis.graph.DefaultGraphConfigurationView
 
getDescription() - Method in class hudson.plugins.analysis.graph.GraphConfigurationView
Returns the description for this view.
getDescription() - Method in class hudson.plugins.analysis.graph.UserGraphConfigurationView
 
getDescriptor() - Method in class hudson.plugins.analysis.core.AbstractResultAction
Returns the descriptor of the associated plug-in.
getDescriptor() - Method in class hudson.plugins.analysis.core.HealthAwareRecorder
 
getDescriptor() - Method in class hudson.plugins.analysis.core.HealthAwareReporter
getDetails() - Method in class hudson.plugins.analysis.core.BuildResult
Returns the detail messages for the summary.jelly file.
getDetails() - Method in class hudson.plugins.analysis.views.TabDetail
Returns the jelly script the will render the details.
getDetailUrl(int) - Method in class hudson.plugins.analysis.util.CategoryUrlBuilder
Returns a relative URL based on the specified row that will be appended to the base URL.
getDisplayName() - Method in class hudson.plugins.analysis.core.AbstractProjectAction
getDisplayName() - Method in class hudson.plugins.analysis.core.MavenResultAction
getDisplayName() - Method in class hudson.plugins.analysis.core.ReporterDescriptor
 
getDisplayName() - Method in class hudson.plugins.analysis.graph.DefaultGraphConfigurationView
getDisplayName() - Method in class hudson.plugins.analysis.graph.UserGraphConfigurationView
getDisplayName() - Method in class hudson.plugins.analysis.views.AttributeDetail
getDisplayName() - Method in class hudson.plugins.analysis.views.ErrorDetail
getDisplayName() - Method in class hudson.plugins.analysis.views.FileDetail
getDisplayName() - Method in class hudson.plugins.analysis.views.FixedWarningsDetail
getDisplayName() - Method in class hudson.plugins.analysis.views.ModuleDetail
getDisplayName() - Method in class hudson.plugins.analysis.views.NewWarningsDetail
getDisplayName() - Method in class hudson.plugins.analysis.views.PackageDetail
getDisplayName() - Method in class hudson.plugins.analysis.views.PrioritiesDetail
getDisplayName() - Method in class hudson.plugins.analysis.views.SourceDetail
getDisplayName() - Method in class hudson.plugins.analysis.views.TabDetail
getDynamic(String, StaplerRequest, StaplerResponse) - Method in class hudson.plugins.analysis.core.AbstractProjectAction
Returns the graph configuration view for this project.
getDynamic(String, StaplerRequest, StaplerResponse) - Method in class hudson.plugins.analysis.core.BuildResult
Returns the dynamic result of the selection element.
getDynamic(String, StaplerRequest, StaplerResponse) - Method in class hudson.plugins.analysis.graph.GraphConfigurationView
This method will be called by Stapler if an example image for the specified graph should be rendered.
getDynamic(String, StaplerRequest, StaplerResponse) - Method in class hudson.plugins.analysis.views.AbstractAnnotationsDetail
Returns the dynamic result of this module detail view.
getEnd() - Method in class hudson.plugins.analysis.util.model.LineRange
Returns the last line of this range.
getError() - Method in class hudson.plugins.analysis.util.model.MavenModule
Returns the error message for this module.
getErrorMessages() - Method in class hudson.plugins.analysis.core.ParserResult
Returns the errorMessages.
getErrors() - Method in class hudson.plugins.analysis.core.BuildResult
Returns the error messages associated with this build.
getErrors() - Method in class hudson.plugins.analysis.util.model.JavaProject
Returns the error messages recorded during creation of the project.
getErrors() - Method in class hudson.plugins.analysis.views.ErrorDetail
Returns the errors in the project.
getExampleImage() - Method in class hudson.plugins.analysis.graph.BuildResultGraph
Returns the URL to an image that shows an example of the graph.
getFailureThreshold() - Method in class hudson.plugins.analysis.core.HealthAwareMavenReporter
Deprecated. Returns the annotation threshold to be reached if a build should be considered as failure.
getFile(String) - Method in class hudson.plugins.analysis.util.model.AnnotationContainer
Gets the file with the given name.
getFile(int) - Method in class hudson.plugins.analysis.util.model.AnnotationContainer
Gets the file with the given hash code.
getFile(int) - Method in class hudson.plugins.analysis.views.FileDetail
 
getFile(String) - Method in class hudson.plugins.analysis.views.FileDetail
 
getFileName() - Method in class hudson.plugins.analysis.util.model.AbstractAnnotation
Returns the absolute path of the workspace file that contains this annotation.
getFileName() - Method in interface hudson.plugins.analysis.util.model.FileAnnotation
Returns the absolute path of the workspace file that contains this annotation.
getFileName() - Method in class hudson.plugins.analysis.views.SourceDetail
Gets the file name of this source file.
getFiles() - Method in class hudson.plugins.analysis.util.model.AnnotationContainer
Gets the files of this container that have annotations.
getFiles() - Method in class hudson.plugins.analysis.views.FileDetail
 
getFixed() - Method in class hudson.plugins.analysis.views.TabDetail
Returns the jelly script the will render the fixed warnings table.
getFixedAnnotations(Set<FileAnnotation>, Set<FileAnnotation>) - Static method in class hudson.plugins.analysis.core.AnnotationDifferencer
Returns the fixed annotations, i.e., the annotations that are in the previous build but not in the current.
getFixedWarnings(Set<FileAnnotation>) - Method in class hudson.plugins.analysis.core.BuildHistory
Returns the fixed warnings as a difference between the warnings of the reference build and the specified collection of warnings.
getFixedWarnings() - Method in class hudson.plugins.analysis.core.BuildResult
Returns the fixed warnings of this build.
getFixedWarnings(Set<FileAnnotation>) - Method in class hudson.plugins.analysis.core.NullBuildHistory
 
getGraph(long, GraphConfiguration, String, ResultAction<?>) - Method in class hudson.plugins.analysis.graph.BuildResultGraph
Returns the new graph object that wraps the actual JFreeChart into a PNG image or map.
getGraph(long, GraphConfiguration, String, Collection<ResultAction<?>>) - Method in class hudson.plugins.analysis.graph.BuildResultGraph
Returns the new graph object that wraps the actual JFreeChart into a PNG image or map.
getGraph(String) - Method in class hudson.plugins.analysis.graph.GraphConfiguration
Returns the graph with the specified ID.
getGraphRenderer(BuildResultGraph, String) - Method in class hudson.plugins.analysis.graph.GraphConfigurationView
Returns the graph renderer of the specified graph.
getGraphRenderer() - Method in class hudson.plugins.analysis.graph.GraphConfigurationView
Returns the graph renderer of the current graph.
getGraphRenderer(String) - Method in class hudson.plugins.analysis.graph.GraphConfigurationView
Returns the graph renderer of the current graph.
getGraphType() - Method in class hudson.plugins.analysis.dashboard.AbstractWarningsGraphPortlet
Returns the graph type of this portlet.
getGraphType() - Method in class hudson.plugins.analysis.graph.GraphConfiguration
Returns the type of the graph.
getGraphType() - Method in class hudson.plugins.analysis.graph.GraphConfigurationView
Returns the type of the graph.
getHead() - Method in class hudson.plugins.analysis.util.Pair
Returns the head object of the pair.
getHeader() - Method in class hudson.plugins.analysis.core.BuildResult
Returns the header for the build result page.
getHeader() - Method in class hudson.plugins.analysis.views.AbstractAnnotationsDetail
Returns the header for the detail screen.
getHeader() - Method in class hudson.plugins.analysis.views.FileDetail
Returns the header for the detail screen.
getHeader() - Method in class hudson.plugins.analysis.views.ModuleDetail
Returns the header for the detail screen.
getHeader() - Method in class hudson.plugins.analysis.views.PackageDetail
Returns the header for the detail screen.
getHeader() - Method in class hudson.plugins.analysis.views.PrioritiesDetail
Returns the header for the detail screen.
getHealthDescriptor() - Method in class hudson.plugins.analysis.core.AbstractResultAction
Returns the healthDescriptor.
getHealthDescriptor() - Method in class hudson.plugins.analysis.core.BuildHistory
Returns the health descriptor used for the builds.
getHealthDescriptor() - Method in class hudson.plugins.analysis.core.MavenResultAction
 
getHealthDescriptor() - Method in class hudson.plugins.analysis.core.NullBuildHistory
 
getHealthDescriptor() - Method in interface hudson.plugins.analysis.core.ResultAction
Gets the associated health descriptor.
getHealthDescriptor() - Method in class hudson.plugins.analysis.graph.GraphConfigurationView
Returns the current health descriptor.
getHealthy() - Method in class hudson.plugins.analysis.core.AbstractHealthDescriptor
Returns the healthy threshold, i.e.
getHealthy() - Method in class hudson.plugins.analysis.core.HealthAwareMavenReporter
Deprecated. Returns the healthy threshold, i.e.
getHealthy() - Method in class hudson.plugins.analysis.core.HealthAwareRecorder
Returns the healthy threshold, i.e.
getHealthy() - Method in class hudson.plugins.analysis.core.HealthAwareReporter
Returns the healthy threshold, i.e.
getHealthy() - Method in interface hudson.plugins.analysis.core.HealthDescriptor
Returns the healthy threshold, i.e.
getHealthyAnnotations() - Method in class hudson.plugins.analysis.core.AbstractHealthDescriptor
Returns the healthy threshold for annotations, i.e.
getHeight() - Method in class hudson.plugins.analysis.dashboard.AbstractWarningsGraphPortlet
Returns the height.
getHeight() - Method in class hudson.plugins.analysis.graph.GraphConfiguration
Returns the height.
getHeight() - Method in class hudson.plugins.analysis.graph.GraphConfigurationView
Returns the height.
getHelpFile() - Method in class hudson.plugins.analysis.core.PluginDescriptor
 
getHelpFile() - Method in class hudson.plugins.analysis.core.ReporterDescriptor
 
getHigh() - Method in class hudson.plugins.analysis.util.model.AnnotationContainer
Returns the annotations with Priority.HIGH.
getHighAnnotations() - Method in class hudson.plugins.analysis.util.model.AnnotationContainer
Returns the annotations with Priority.HIGH.
getHighDelta() - Method in class hudson.plugins.analysis.core.BuildResult
Returns the high delta.
getHighPriority() - Method in class hudson.plugins.analysis.util.model.AnnotationContainer
Returns Priority.HIGH.
getHighScoreGap() - Method in class hudson.plugins.analysis.core.BuildResult
Returns the number of msec still to go before a new highscore is reached.
getHistory() - Method in class hudson.plugins.analysis.core.BuildResult
Returns the build history.
getIconFileName() - Method in class hudson.plugins.analysis.core.AbstractProjectAction
Returns the icon URL for the side-panel in the project screen.
getIconFileName() - Method in class hudson.plugins.analysis.core.AbstractResultAction
getIconFileName() - Method in class hudson.plugins.analysis.core.MavenResultAction
getIconUrl() - Method in class hudson.plugins.analysis.core.PluginDescriptor
Returns the URL of the plug-in icon (24x24 image).
getId() - Method in class hudson.plugins.analysis.graph.BuildResultGraph
Returns the ID of this graph.
getId() - Method in class hudson.plugins.analysis.graph.DifferenceGraph
 
getId() - Method in class hudson.plugins.analysis.graph.EmptyGraph
 
getId() - Method in class hudson.plugins.analysis.graph.HealthGraph
 
getId() - Method in class hudson.plugins.analysis.graph.NewVersusFixedGraph
 
getId() - Method in class hudson.plugins.analysis.graph.NullGraph
 
getId() - Method in class hudson.plugins.analysis.graph.PriorityGraph
 
getId() - Method in class hudson.plugins.analysis.graph.TotalsGraph
 
getIndividualActionType() - Method in class hudson.plugins.analysis.core.MavenResultAction
getKey() - Method in class hudson.plugins.analysis.graph.GraphConfigurationView
Returns the key of this graph.
getKey() - Method in class hudson.plugins.analysis.util.model.AbstractAnnotation
Returns the unique key of this annotation.
getKey() - Method in interface hudson.plugins.analysis.util.model.FileAnnotation
Returns the unique key of this annotation.
getLabel() - Method in class hudson.plugins.analysis.graph.BuildResultGraph
Returns a human readable label describing this graph.
getLabel() - Method in class hudson.plugins.analysis.graph.DifferenceGraph
 
getLabel() - Method in class hudson.plugins.analysis.graph.EmptyGraph
 
getLabel() - Method in class hudson.plugins.analysis.graph.HealthGraph
 
getLabel() - Method in class hudson.plugins.analysis.graph.NewVersusFixedGraph
 
getLabel() - Method in class hudson.plugins.analysis.graph.PriorityGraph
 
getLabel() - Method in class hudson.plugins.analysis.graph.TotalsGraph
 
getLargeImageName() - Method in class hudson.plugins.analysis.core.AbstractResultAction
Returns the URL of the 48x48 image used in the build summary.
getLargeImageName() - Method in class hudson.plugins.analysis.core.MavenResultAction
Returns the URL of the 48x48 image used in the build summary.
getLastAction() - Method in class hudson.plugins.analysis.core.AbstractProjectAction
Returns the last valid result action.
getLastFinishedBuild() - Method in class hudson.plugins.analysis.core.AbstractProjectAction
Returns the last finished build.
getLineRanges() - Method in class hudson.plugins.analysis.util.model.AbstractAnnotation
Returns a collection of line ranges for this annotation.
getLineRanges() - Method in interface hudson.plugins.analysis.util.model.FileAnnotation
Returns a collection of line ranges for this annotation.
getLinkLineNumber() - Method in class hudson.plugins.analysis.util.model.AbstractAnnotation
Returns the line number that should be shown on top of the source code view.
getLinkName() - Method in class hudson.plugins.analysis.util.model.AbstractAnnotation
Returns the name of this annotation that could be used as text in links.
getLinkName() - Method in interface hudson.plugins.analysis.util.model.FileAnnotation
Returns the name of this annotation that could be used as text in links.
getLocalizedPriority(String) - Method in class hudson.plugins.analysis.views.AbstractAnnotationsDetail
Returns a localized priority name.
getLocalizedString() - Method in enum hudson.plugins.analysis.util.model.Priority
Returns a localized description of this priority.
getLog() - Method in class hudson.plugins.analysis.core.MavenResultAction
Returns all logging statements of this action that couldn't be printed so far.
getLogMessages() - Method in class hudson.plugins.analysis.core.ParserResult
Returns the log messages of the parsing process.
getLongLocalizedString() - Method in enum hudson.plugins.analysis.util.model.Priority
Returns a long localized description of this priority.
getLow() - Method in class hudson.plugins.analysis.util.model.AnnotationContainer
Returns the annotations with Priority.LOW.
getLowAnnotations() - Method in class hudson.plugins.analysis.util.model.AnnotationContainer
Returns the annotations with Priority.LOW.
getLowDelta() - Method in class hudson.plugins.analysis.core.BuildResult
Returns the low delta.
getLowerBound() - Method in class hudson.plugins.analysis.core.Thresholds
Returns a lower bound of warnings that will guarantee that a build neither is unstable or failed.
getLowerBoundOfThresholds() - Method in class hudson.plugins.analysis.core.AbstractHealthDescriptor
Returns a lower bound of warnings that will guarantee that a build neither is unstable or failed.
getLowPriority() - Method in class hudson.plugins.analysis.util.model.AnnotationContainer
Returns Priority.LOW.
getMessage() - Method in class hudson.plugins.analysis.util.model.AbstractAnnotation
Returns the message of this annotation.
getMessage() - Method in interface hudson.plugins.analysis.util.model.FileAnnotation
Returns the message of this annotation.
getMinimumPriority() - Method in class hudson.plugins.analysis.core.AbstractHealthDescriptor
Returns the minimum priority that should be considered when computing build health.
getMinimumPriority() - Method in class hudson.plugins.analysis.core.HealthAwareMavenReporter
Deprecated. Returns the minimum priority that should be considered when computing build health.
getMinimumPriority() - Method in class hudson.plugins.analysis.core.HealthAwareRecorder
Returns the minimum priority that should be considered when computing build health.
getMinimumPriority() - Method in class hudson.plugins.analysis.core.HealthAwareReporter
Returns the minimum priority that should be considered when computing build health.
getMinimumPriority() - Method in interface hudson.plugins.analysis.core.HealthDescriptor
Returns the minimum priority that should be considered when computing build health.
getModule(String) - Method in class hudson.plugins.analysis.util.model.AnnotationContainer
Gets the module with the given name.
getModule(int) - Method in class hudson.plugins.analysis.util.model.AnnotationContainer
Gets the module with the given hash code.
getModuleName(MavenProject) - Method in class hudson.plugins.analysis.core.HealthAwareMavenReporter
Deprecated. Returns the name of the module.
getModuleName(MavenProject) - Method in class hudson.plugins.analysis.core.HealthAwareReporter
Returns the name of the module.
getModuleName() - Method in class hudson.plugins.analysis.util.model.AbstractAnnotation
Returns the name of the maven or ant module that contains this annotation.
getModuleName() - Method in interface hudson.plugins.analysis.util.model.FileAnnotation
Returns the name of the maven or ant module that contains this annotation.
getModules() - Method in class hudson.plugins.analysis.core.BuildResult
Returns the modules of this build result.
getModules() - Method in class hudson.plugins.analysis.core.ParserResult
Returns the parsed modules.
getModules() - Method in class hudson.plugins.analysis.util.model.AnnotationContainer
Gets the modules of this container that have annotations.
getMultipleItemsTooltip(int) - Method in class hudson.plugins.analysis.core.AbstractResultAction
Returns the tooltip for several items.
getName() - Method in class hudson.plugins.analysis.util.model.AnnotationContainer
Returns the name of this container.
getNewAnnotations(Set<FileAnnotation>, Set<FileAnnotation>) - Static method in class hudson.plugins.analysis.core.AnnotationDifferencer
Returns the new annotations, i.e., the annotations that are in the current build but not in the previous.
getNewFailureThreshold() - Method in class hudson.plugins.analysis.core.HealthAwareMavenReporter
Deprecated. Returns the threshold of new annotations to be reached if a build should be considered as failure.
getNewId() - Method in class hudson.plugins.analysis.core.AnalysisCorePlugin
Returns a new key.
getNewThreshold() - Method in class hudson.plugins.analysis.core.HealthAwareMavenReporter
Deprecated. Returns the threshold for new annotations to be reached if a build should be considered as unstable.
getNewWarnings(Set<FileAnnotation>) - Method in class hudson.plugins.analysis.core.BuildHistory
Returns the new warnings as a difference between the specified collection of warnings and the warnings of the reference build.
getNewWarnings() - Method in class hudson.plugins.analysis.core.BuildResult
Returns the new warnings of this build.
getNewWarnings(Set<FileAnnotation>) - Method in class hudson.plugins.analysis.core.NullBuildHistory
 
getNormal() - Method in class hudson.plugins.analysis.util.model.AnnotationContainer
Returns the annotations with Priority.NORMAL.
getNormalAnnotations() - Method in class hudson.plugins.analysis.util.model.AnnotationContainer
Returns the annotations with Priority.NORMAL.
getNormalDelta() - Method in class hudson.plugins.analysis.core.BuildResult
Returns the normal delta.
getNormalPriority() - Method in class hudson.plugins.analysis.util.model.AnnotationContainer
Returns Priority.NORMAL.
getNumberOfAnnotations() - Method in class hudson.plugins.analysis.core.BuildResult
Gets the number of warnings.
getNumberOfAnnotations(Priority) - Method in class hudson.plugins.analysis.core.BuildResult
Returns the total number of warnings of the specified priority for this object.
getNumberOfAnnotations(String) - Method in class hudson.plugins.analysis.core.BuildResult
Returns the annotations of the specified priority for this object.
getNumberOfAnnotations() - Method in class hudson.plugins.analysis.core.ParserResult
Returns the total number of annotations for this object.
getNumberOfAnnotations(Priority) - Method in class hudson.plugins.analysis.core.ParserResult
Returns the total number of annotations of the specified priority for this object.
getNumberOfAnnotations() - Method in class hudson.plugins.analysis.util.model.AnnotationContainer
Returns the total number of annotations for this object.
getNumberOfAnnotations(Priority) - Method in class hudson.plugins.analysis.util.model.AnnotationContainer
Returns the total number of annotations of the specified priority for this object.
getNumberOfAnnotations(String) - Method in class hudson.plugins.analysis.util.model.AnnotationContainer
Returns the annotations of the specified priority for this object.
getNumberOfAnnotations() - Method in interface hudson.plugins.analysis.util.model.AnnotationProvider
Returns the total number of annotations for this object.
getNumberOfAnnotations(Priority) - Method in interface hudson.plugins.analysis.util.model.AnnotationProvider
Returns the total number of annotations of the specified priority for this object.
getNumberOfAnnotations(String) - Method in interface hudson.plugins.analysis.util.model.AnnotationProvider
Returns the annotations of the specified priority for this object.
getNumberOfFixedWarnings() - Method in class hudson.plugins.analysis.core.BuildResult
Gets the number of fixed warnings.
getNumberOfHighAnnotations() - Method in class hudson.plugins.analysis.util.model.AnnotationContainer
Gets the number of annotations with priority high.
getNumberOfHighPriorityWarnings() - Method in class hudson.plugins.analysis.core.BuildResult
Returns the number of warnings with high priority.
getNumberOfLowAnnotations() - Method in class hudson.plugins.analysis.util.model.AnnotationContainer
Gets the number of annotations with priority low.
getNumberOfLowPriorityWarnings() - Method in class hudson.plugins.analysis.core.BuildResult
Returns the number of warnings with low priority.
getNumberOfModules() - Method in class hudson.plugins.analysis.core.BuildResult
Returns the number of modules in this project.
getNumberOfModules() - Method in class hudson.plugins.analysis.core.ParserResult
Returns the number of modules.
getNumberOfNewWarnings() - Method in class hudson.plugins.analysis.core.BuildResult
Gets the number of new warnings.
getNumberOfNormalAnnotations() - Method in class hudson.plugins.analysis.util.model.AnnotationContainer
Gets the number of annotations with priority normal.
getNumberOfNormalPriorityWarnings() - Method in class hudson.plugins.analysis.core.BuildResult
Returns the number of warnings with normal priority.
getNumberOfWarnings() - Method in class hudson.plugins.analysis.core.BuildResult
Gets the number of warnings.
getOrigin() - Method in class hudson.plugins.analysis.util.model.AbstractAnnotation
Returns the origin of the annotation.
getOrigin() - Method in interface hudson.plugins.analysis.util.model.FileAnnotation
Returns the origin of the annotation.
getOwner() - Method in class hudson.plugins.analysis.core.AbstractResultAction
Returns the associated build of this action.
getOwner() - Method in class hudson.plugins.analysis.core.BuildResult
Returns the build as owner of this action.
getOwner() - Method in class hudson.plugins.analysis.core.MavenResultAction
Returns the associated build of this action.
getOwner() - Method in class hudson.plugins.analysis.graph.GraphConfigurationView
Returns the project.
getOwner() - Method in class hudson.plugins.analysis.views.AbstractAnnotationsDetail
Returns the build as owner of this object.
getOwner() - Method in class hudson.plugins.analysis.views.ErrorDetail
Returns the build as owner of this action.
getOwner() - Method in class hudson.plugins.analysis.views.SourceDetail
Returns the build as owner of this object.
getPackage(String) - Method in class hudson.plugins.analysis.util.model.AnnotationContainer
Gets the package with the given name.
getPackage(int) - Method in class hudson.plugins.analysis.util.model.AnnotationContainer
Gets the package with the given hash code.
getPackageCategoryName() - Method in class hudson.plugins.analysis.util.model.AnnotationContainer
Returns the package category name for the scanned files.
getPackageCategoryTitle() - Method in class hudson.plugins.analysis.util.model.AnnotationContainer
Returns the package category title for the scanned files.
getPackageName() - Method in class hudson.plugins.analysis.util.model.AbstractAnnotation
Returns the name of package (or namespace) that contains this annotation.
getPackageName() - Method in interface hudson.plugins.analysis.util.model.FileAnnotation
Returns the name of package (or namespace) that contains this annotation.
getPackages() - Method in class hudson.plugins.analysis.util.model.AnnotationContainer
Gets the packages of this container that have annotations.
getPathName() - Method in class hudson.plugins.analysis.util.model.AbstractAnnotation
Returns the path name of this annotation (relative path to the affected file).
getPathName() - Method in interface hudson.plugins.analysis.util.model.FileAnnotation
Returns the path name of this annotation (relative path to the affected file).
getPlugin() - Method in class hudson.plugins.analysis.graph.BuildResultGraph
Returns the plug-in that owns this graph and provides an example image.
getPluginName() - Method in class hudson.plugins.analysis.core.PluginDescriptor
Returns the name of the plug-in.
getPluginName() - Method in class hudson.plugins.analysis.dashboard.AbstractWarningsGraphPortlet
Returns the name of the plug-in that is used to create the link to the results.
getPluginName() - Method in class hudson.plugins.analysis.dashboard.AbstractWarningsTablePortlet
Deprecated. is not used anymore, the URL is resolved from the actions
getPluginName() - Method in class hudson.plugins.analysis.util.CategoryUrlBuilder
Returns the plug-in name.
getPluginResult() - Method in class hudson.plugins.analysis.core.BuildResult
Returns the Result of the plug-in.
getPluginResultUrlName() - Method in class hudson.plugins.analysis.core.PluginDescriptor
Returns the name of the plug-in.
getPluginResultUrlName() - Method in class hudson.plugins.analysis.core.ReporterDescriptor
Returns the name of the plug-in.
getPluginRoot() - Method in class hudson.plugins.analysis.core.PluginDescriptor
Returns the root folder of this plug-in.
getPreviousResult() - Method in class hudson.plugins.analysis.core.BuildHistory
Returns the previous build result.
getPreviousResult() - Method in class hudson.plugins.analysis.core.BuildResult
Returns the previous build result.
getPreviousResult() - Method in class hudson.plugins.analysis.core.NullBuildHistory
 
getPrimaryLineNumber() - Method in class hudson.plugins.analysis.util.model.AbstractAnnotation
Returns the primary line number of this annotation that defines the anchor of this annotation.
getPrimaryLineNumber() - Method in interface hudson.plugins.analysis.util.model.FileAnnotation
Returns the primary line number of this annotation that defines the anchor of this annotation.
getPriorities() - Method in class hudson.plugins.analysis.core.BuildResult
Returns all possible priorities.
getPriorities() - Method in class hudson.plugins.analysis.views.AbstractAnnotationsDetail
Returns all possible priorities.
getPriority() - Method in class hudson.plugins.analysis.util.model.AbstractAnnotation
Returns the priority of this annotation.
getPriority() - Method in interface hudson.plugins.analysis.util.model.FileAnnotation
Returns the priority of this annotation.
getProject() - Method in class hudson.plugins.analysis.core.AbstractProjectAction
Returns the project this action belongs to.
getProject() - Method in class hudson.plugins.analysis.core.BuildResult
Returns the associated project of this result.
getProject() - Method in class hudson.plugins.analysis.graph.TrendDetails
Returns the abstractProject.
getPublisherDescriptor() - Method in class hudson.plugins.analysis.core.ReporterDescriptor
Gets the publisher descriptor.
getReason() - Method in class hudson.plugins.analysis.core.BuildResult
Returns the reason for the computed value of the build result.
getReferenceAnnotations() - Method in class hudson.plugins.analysis.core.BuildHistory
Returns the annotations of the reference build.
getReferenceAnnotations() - Method in class hudson.plugins.analysis.core.NullBuildHistory
 
getReferenceBuild() - Method in class hudson.plugins.analysis.core.BuildHistory
Returns the reference build or null if there is no such build.
getReferenceBuild() - Method in class hudson.plugins.analysis.core.NullBuildHistory
 
getRegisteredGraphs() - Method in class hudson.plugins.analysis.graph.GraphConfiguration
Returns the registered graphs.
getRequiredMonitorService() - Method in class hudson.plugins.analysis.core.HealthAwareRecorder
getResult() - Method in class hudson.plugins.analysis.core.AbstractResultAction
Returns the current result of this action.
getResult(MatrixRun) - Method in class hudson.plugins.analysis.core.AnnotationsAggregator
Returns the annotations of the specified run.
getResult() - Method in class hudson.plugins.analysis.core.MavenResultAction
 
getResult() - Method in interface hudson.plugins.analysis.core.ResultAction
Returns the current result of this action.
getResultAction(AbstractBuild<?, ?>) - Method in class hudson.plugins.analysis.core.AbstractProjectAction
Returns the result action for the specified build.
getResultAction(AbstractBuild<?, ?>) - Method in class hudson.plugins.analysis.core.BuildHistory
Returns the result action of the specified build that should be used to compute the history.
getResultActionClass() - Method in class hudson.plugins.analysis.core.HealthAwareMavenReporter
Deprecated. Returns the type of the result action.
getResultActionClass() - Method in class hudson.plugins.analysis.core.HealthAwareReporter
Returns the type of the result action.
getResultActionType() - Method in class hudson.plugins.analysis.core.BuildResult
Returns the actual type of the associated result action.
getResultIcon() - Method in class hudson.plugins.analysis.core.BuildResult
Returns the icon for the build result.
getRootUrl() - Method in class hudson.plugins.analysis.graph.BuildResultGraph
Returns the root URL.
getRootUrl() - Method in class hudson.plugins.analysis.util.CategoryUrlBuilder
Returns the root URL.
getRowId(int) - Method in class hudson.plugins.analysis.graph.CategoryBuildResultGraph
Returns the row identifier for the specified level.
getSerializationFileName() - Method in class hudson.plugins.analysis.core.BuildResult
Returns the name of the file to store the serialized annotations.
getShortDescription(int) - Method in class hudson.plugins.analysis.util.ToolTipBuilder
Returns a short description for of the selected row.
getShortFileName() - Method in class hudson.plugins.analysis.util.model.AbstractAnnotation
Gets the associated file name of this bug (without path).
getShortFileName() - Method in interface hudson.plugins.analysis.util.model.FileAnnotation
Gets the associated file name of this bug (without path).
getShortName() - Method in class hudson.plugins.analysis.util.model.WorkspaceFile
Returns a readable name of this workspace file without path prefix.
getShouldDetectModules() - Method in class hudson.plugins.analysis.core.HealthAwareRecorder
Returns whether module names should be derived from Maven POM or Ant build files.
getSingleItemTooltip() - Method in class hudson.plugins.analysis.core.AbstractResultAction
Returns the tooltip for exactly one item.
getSmallImage() - Method in class hudson.plugins.analysis.core.AbstractResultAction
Returns the URL of the 24x24 image used in the build link.
getSmallImageName() - Method in class hudson.plugins.analysis.core.AbstractResultAction
Returns the URL of the 24x24 image used in the build link.
getSmallImageName() - Method in class hudson.plugins.analysis.core.MavenResultAction
Returns the URL of the 24x24 image used in the build link.
getSortedAnnotations() - Method in class hudson.plugins.analysis.util.model.AnnotationContainer
Returns a sorted set of the annotations.
getSourceCode() - Method in class hudson.plugins.analysis.views.SourceDetail
Returns the line that should be highlighted.
getStart() - Method in class hudson.plugins.analysis.util.model.LineRange
Returns the first line of this range.
getSuccessfulHighScore() - Method in class hudson.plugins.analysis.core.BuildResult
Returns the maximum period of successful builds.
getSuccessfulHighScoreGap() - Method in class hudson.plugins.analysis.core.BuildResult
Returns the number of msec still to go before a new highscore is reached.
getSuccessfulSinceBuild() - Method in class hudson.plugins.analysis.core.BuildResult
Returns the build since we are successful.
getSuccessfulSinceDate() - Method in class hudson.plugins.analysis.core.BuildResult
Returns the time since we are successful.
getSummary() - Method in class hudson.plugins.analysis.core.BuildResult
Returns a summary message for the summary.jelly file.
getSummaryIconUrl() - Method in class hudson.plugins.analysis.core.PluginDescriptor
Returns the URL of the build summary icon (48x48 image).
getTail() - Method in class hudson.plugins.analysis.util.Pair
Returns the tail object of the pair.
getTarget() - Method in class hudson.plugins.analysis.core.AbstractResultAction
getTarget() - Method in class hudson.plugins.analysis.core.MavenResultAction
 
getTargetPath(MavenProject) - Method in class hudson.plugins.analysis.core.HealthAwareMavenReporter
Deprecated. Returns the path to the target folder.
getTargetPath(MavenProject) - Method in class hudson.plugins.analysis.core.HealthAwareReporter
Returns the path to the target folder.
getTempName(AbstractBuild<?, ?>) - Method in class hudson.plugins.analysis.util.model.AbstractAnnotation
Returns a file name for a temporary file that will hold the contents of the source.
getTempName(AbstractBuild<?, ?>) - Method in interface hudson.plugins.analysis.util.model.FileAnnotation
Returns a file name for a temporary file that will hold the contents of the source.
getTempName() - Method in class hudson.plugins.analysis.util.model.WorkspaceFile
Returns a file name for a temporary file that will hold the contents of the source.
getThreshold() - Method in class hudson.plugins.analysis.core.HealthAwareMavenReporter
Deprecated. Returns the threshold of all annotations to be reached if a build should be considered as unstable.
getThresholdLimit() - Method in class hudson.plugins.analysis.core.HealthAwareMavenReporter
Deprecated. Returns the threshold limit.
getThresholdLimit() - Method in class hudson.plugins.analysis.core.HealthAwareRecorder
Returns the threshold limit.
getThresholdLimit() - Method in class hudson.plugins.analysis.core.HealthAwareReporter
Returns the threshold limit.
getThresholds() - Method in class hudson.plugins.analysis.core.AbstractHealthDescriptor
Returns the threshold of all annotations to be reached if a build should be considered as unstable or failed, resp.
getThresholds() - Method in class hudson.plugins.analysis.core.BuildResult
Returns the thresholds used to compute the build health.
getThresholds() - Method in class hudson.plugins.analysis.core.HealthAwareMavenReporter
Deprecated. Returns the threshold of all annotations to be reached if a build should be considered as unstable or failed, resp.
getThresholds() - Method in class hudson.plugins.analysis.core.HealthAwareRecorder
Returns the threshold of all annotations to be reached if a build should be considered as unstable or failed, resp.
getThresholds() - Method in class hudson.plugins.analysis.core.HealthAwareReporter
Returns the threshold of all annotations to be reached if a build should be considered as unstable or failed, resp.
getThresholds() - Method in interface hudson.plugins.analysis.core.HealthDescriptor
Returns the threshold of all annotations to be reached if a build should be considered as unstable or failed, resp.
getTimestamp() - Method in class hudson.plugins.analysis.core.BuildHistory
Returns the time of the baseline build.
getTimestamp() - Method in class hudson.plugins.analysis.core.NullBuildHistory
 
getTimestamp() - Method in class hudson.plugins.analysis.graph.GraphConfigurationView
Returns the time stamp of the associated build.
getTooltip(int) - Method in class hudson.plugins.analysis.core.AbstractResultAction
Returns the tooltip for the specified number of items.
getTooltip(int) - Method in class hudson.plugins.analysis.core.MavenResultAction
Returns the tooltip for the specified number of items.
getToolTip() - Method in class hudson.plugins.analysis.util.model.AnnotationContainer
Returns a tooltip showing the distribution of priorities for this container.
getToolTip() - Method in interface hudson.plugins.analysis.util.model.FileAnnotation
Returns the a detailed description that will be used as tooltip.
getTooltip(int) - Method in interface hudson.plugins.analysis.util.ToolTipProvider
Returns the tooltip for the specified number of items.
getToolTip(String) - Method in class hudson.plugins.analysis.views.ModuleDetail
Returns a tooltip showing the distribution of priorities for the selected package.
getToolTipProvider() - Method in class hudson.plugins.analysis.core.AbstractResultAction
Returns the associated tool tip provider.
getToolTipProvider() - Method in class hudson.plugins.analysis.core.MavenResultAction
 
getToolTipProvider() - Method in interface hudson.plugins.analysis.core.ResultAction
Returns the associated tool tip provider.
getTrendDetails() - Method in class hudson.plugins.analysis.core.AbstractProjectAction
Returns the trend graph details.
getTrendDetails(StaplerRequest, StaplerResponse) - Method in class hudson.plugins.analysis.core.AbstractProjectAction
Returns the trend graph details.
getTrendGraph() - Method in class hudson.plugins.analysis.core.AbstractProjectAction
Returns the trend graph.
getTrendGraph(StaplerRequest, StaplerResponse) - Method in class hudson.plugins.analysis.core.AbstractProjectAction
Returns the configured trend graph.
getTrendGraph(StaplerRequest) - Method in class hudson.plugins.analysis.graph.TrendDetails
Returns the trend graph.
getTrendName() - Method in class hudson.plugins.analysis.core.AbstractProjectAction
Returns the title of the trend graph.
getType() - Method in class hudson.plugins.analysis.util.model.AbstractAnnotation
Returns the annotation type.
getType(String) - Method in class hudson.plugins.analysis.util.model.AnnotationContainer
Gets the type with the given name.
getType(int) - Method in class hudson.plugins.analysis.util.model.AnnotationContainer
Gets the type with the given hash code.
getType() - Method in interface hudson.plugins.analysis.util.model.FileAnnotation
Returns the annotation type.
getTypes() - Method in class hudson.plugins.analysis.util.model.AnnotationContainer
Gets the types of this container that have annotations.
getUnHealthy() - Method in class hudson.plugins.analysis.core.AbstractHealthDescriptor
Returns the unhealthy threshold, i.e.
getUnHealthy() - Method in class hudson.plugins.analysis.core.HealthAwareMavenReporter
Deprecated. Returns the unhealthy threshold, i.e.
getUnHealthy() - Method in class hudson.plugins.analysis.core.HealthAwareRecorder
Returns the unhealthy threshold, i.e.
getUnHealthy() - Method in class hudson.plugins.analysis.core.HealthAwareReporter
Returns the unhealthy threshold, i.e.
getUnHealthy() - Method in interface hudson.plugins.analysis.core.HealthDescriptor
Returns the unhealthy threshold, i.e.
getUnHealthyAnnotations() - Method in class hudson.plugins.analysis.core.AbstractHealthDescriptor
Returns the unhealthy threshold of annotations, i.e.
getUpperBound(Collection<? extends AnnotationContainer>) - Method in class hudson.plugins.analysis.util.model.AnnotationContainer
Gets the maximum number of annotations within the specified containers.
getUrl() - Method in class hudson.plugins.analysis.graph.DefaultGraphConfigurationView
Returns the URL of this object.
getUrl() - Method in class hudson.plugins.analysis.graph.UserGraphConfigurationView
Returns the URL of this object.
getUrl() - Method in class hudson.plugins.analysis.views.TabDetail
Returns the URL that renders the content of this tab.
getUrlName() - Method in class hudson.plugins.analysis.core.AbstractProjectAction
getUrlName() - Method in class hudson.plugins.analysis.core.AbstractResultAction
getUrlName() - Method in class hudson.plugins.analysis.core.MavenResultAction
getUseBuildDateAsDomain() - Method in class hudson.plugins.analysis.graph.GraphConfigurationView
Returns whether the build date or the build number should be used as domain.
getUseDeltaValues() - Method in class hudson.plugins.analysis.core.HealthAwareRecorder
Returns whether absolute annotations delta or the actual annotations set difference should be used to evaluate the build stability.
getUseDeltaValues() - Method in class hudson.plugins.analysis.core.HealthAwareReporter
Returns whether absolute annotations delta or the actual annotations set difference should be used to evaluate the build stability.
getValue(Cookie[]) - Method in class hudson.plugins.analysis.util.CookieHandler
Selects the correct cookie from the specified cookies and returns its value.
getWarnings(Collection<Job<?, ?>>) - Method in class hudson.plugins.analysis.dashboard.AbstractWarningsTablePortlet
Returns the number of compiler warnings for the specified jobs.
getWarnings(Collection<Job<?, ?>>, String) - Method in class hudson.plugins.analysis.dashboard.AbstractWarningsTablePortlet
Returns the number of compiler warnings for the specified jobs.
getWarnings(Job<?, ?>) - Method in class hudson.plugins.analysis.dashboard.AbstractWarningsTablePortlet
Returns the total number of warnings for the specified job.
getWarnings(Job<?, ?>, String) - Method in class hudson.plugins.analysis.dashboard.AbstractWarningsTablePortlet
Returns the total number of warnings for the specified job.
getWarnings() - Method in class hudson.plugins.analysis.views.TabDetail
Returns the jelly script the will render the warnings table.
getWarningsDelta() - Method in class hudson.plugins.analysis.core.BuildResult
Returns the delta between two builds.
getWarningsGraph() - Method in class hudson.plugins.analysis.dashboard.AbstractWarningsGraphPortlet
Returns the trend graph for specified jobs.
getWidth() - Method in class hudson.plugins.analysis.dashboard.AbstractWarningsGraphPortlet
Returns the width.
getWidth() - Method in class hudson.plugins.analysis.graph.GraphConfiguration
Returns the width.
getWidth() - Method in class hudson.plugins.analysis.graph.GraphConfigurationView
Returns the width.
getWorkspacePath() - Method in class hudson.plugins.analysis.util.model.JavaProject
Returns the root path of the workspace files.
getZeroWarningsHighScore() - Method in class hudson.plugins.analysis.core.BuildResult
Returns the maximum period with zero warnings in a build.
getZeroWarningsSinceBuild() - Method in class hudson.plugins.analysis.core.BuildResult
Returns the build since we have zero warnings.
getZeroWarningsSinceDate() - Method in class hudson.plugins.analysis.core.BuildResult
Returns the time since we have zero warnings.
GraphConfiguration - Class in hudson.plugins.analysis.graph
Configuration properties of a trend graph.
GraphConfiguration(Collection<? extends BuildResultGraph>) - Constructor for class hudson.plugins.analysis.graph.GraphConfiguration
Creates a new instance of GraphConfiguration.
GraphConfiguration(BuildResultGraph...) - Constructor for class hudson.plugins.analysis.graph.GraphConfiguration
Creates a new instance of GraphConfiguration.
GraphConfiguration(BuildResultGraph) - Constructor for class hudson.plugins.analysis.graph.GraphConfiguration
Creates a new instance of GraphConfiguration.
GraphConfigurationView - Class in hudson.plugins.analysis.graph
Configuration properties of a trend graph.
GraphConfigurationView(GraphConfiguration, AbstractProject<?, ?>, String, BuildHistory) - Constructor for class hudson.plugins.analysis.graph.GraphConfigurationView
Creates a new instance of GraphConfigurationView.
GREY - Static variable in class hudson.plugins.analysis.graph.ColorPalette
 
guessModuleName(String) - Method in class hudson.plugins.analysis.util.ModuleDetector
Uses the path prefixes of pom.xml or build.xml files to guess a module name for the specified file.
guessModuleName(String) - Method in class hudson.plugins.analysis.util.NullModuleDetector
 

H

hasAnnotations(Priority) - Method in class hudson.plugins.analysis.core.BuildResult
Returns whether this objects has annotations with the specified priority.
hasAnnotations(String) - Method in class hudson.plugins.analysis.core.BuildResult
Returns whether this objects has annotations with the specified priority.
hasAnnotations() - Method in class hudson.plugins.analysis.core.BuildResult
Returns whether this objects has annotations.
hasAnnotations() - Method in class hudson.plugins.analysis.core.ParserResult
Returns whether this objects has annotations.
hasAnnotations(Priority) - Method in class hudson.plugins.analysis.core.ParserResult
Returns whether this objects has annotations with the specified priority.
hasAnnotations() - Method in class hudson.plugins.analysis.util.model.AnnotationContainer
Returns whether this objects has annotations.
hasAnnotations(Priority) - Method in class hudson.plugins.analysis.util.model.AnnotationContainer
Returns whether this objects has annotations with the specified priority.
hasAnnotations(String) - Method in class hudson.plugins.analysis.util.model.AnnotationContainer
Returns whether this objects has annotations with the specified priority.
hasAnnotations() - Method in interface hudson.plugins.analysis.util.model.AnnotationProvider
Returns whether this objects has annotations.
hasAnnotations(Priority) - Method in interface hudson.plugins.analysis.util.model.AnnotationProvider
Returns whether this objects has annotations with the specified priority.
hasAnnotations(String) - Method in interface hudson.plugins.analysis.util.model.AnnotationProvider
Returns whether this objects has annotations with the specified priority.
hasError() - Method in class hudson.plugins.analysis.core.BuildResult
Returns whether a module with an error is part of this project.
hasError() - Method in class hudson.plugins.analysis.util.model.JavaProject
Returns whether a module with an error is part of this project.
hasError() - Method in class hudson.plugins.analysis.util.model.MavenModule
Return whether this module has an error message stored.
hashCode() - Method in class hudson.plugins.analysis.graph.GraphConfiguration
 
hashCode() - Method in class hudson.plugins.analysis.graph.LocalDateLabel
 
hashCode() - Method in class hudson.plugins.analysis.util.model.AbstractAnnotation
 
hashCode() - Method in class hudson.plugins.analysis.util.model.AnnotationContainer
 
hashCode() - Method in class hudson.plugins.analysis.util.model.LineRange
 
hashCode() - Method in class hudson.plugins.analysis.util.Pair
 
hashCode() - Method in class hudson.plugins.analysis.util.TreeString
 
hasLargeImage() - Method in class hudson.plugins.analysis.core.AbstractResultAction
Returns whether a large image is defined.
hasLargeImage() - Method in class hudson.plugins.analysis.core.MavenResultAction
Returns whether a large image is defined.
hasMeaningfulGraph() - Method in class hudson.plugins.analysis.graph.GraphConfigurationView
Checks whether a meaningful graph is available.
hasNoAnnotations() - Method in class hudson.plugins.analysis.core.BuildResult
Returns whether this objects has no annotations.
hasNoAnnotations(Priority) - Method in class hudson.plugins.analysis.core.BuildResult
Returns whether this objects has no annotations with the specified priority.
hasNoAnnotations(String) - Method in class hudson.plugins.analysis.core.BuildResult
Returns whether this objects has no annotations with the specified priority.
hasNoAnnotations() - Method in class hudson.plugins.analysis.core.ParserResult
Returns whether this objects has no annotations.
hasNoAnnotations(Priority) - Method in class hudson.plugins.analysis.core.ParserResult
Returns whether this objects has no annotations with the specified priority.
hasNoAnnotations() - Method in class hudson.plugins.analysis.util.model.AnnotationContainer
Returns whether this objects has no annotations.
hasNoAnnotations(Priority) - Method in class hudson.plugins.analysis.util.model.AnnotationContainer
Returns whether this objects has no annotations with the specified priority.
hasNoAnnotations(String) - Method in class hudson.plugins.analysis.util.model.AnnotationContainer
Returns whether this objects has no annotations with the specified priority.
hasNoAnnotations() - Method in interface hudson.plugins.analysis.util.model.AnnotationProvider
Returns whether this objects has no annotations.
hasNoAnnotations(Priority) - Method in interface hudson.plugins.analysis.util.model.AnnotationProvider
Returns whether this objects has no annotations with the specified priority.
hasNoAnnotations(String) - Method in interface hudson.plugins.analysis.util.model.AnnotationProvider
Returns whether this objects has no annotations with the specified priority.
hasPackageName() - Method in class hudson.plugins.analysis.util.model.AbstractAnnotation
Returns whether a package name is defined for this annotation.
hasPackageName() - Method in interface hudson.plugins.analysis.util.model.FileAnnotation
Returns whether a package name is defined for this annotation.
hasPreviousResult() - Method in class hudson.plugins.analysis.core.BuildHistory
Returns whether a previous build result exists.
hasPreviousResult() - Method in class hudson.plugins.analysis.core.BuildResult
Returns whether there is a previous result available.
hasPreviousResult() - Method in class hudson.plugins.analysis.core.NullBuildHistory
 
hasReferenceBuild() - Method in class hudson.plugins.analysis.core.BuildHistory
Returns whether a reference build is available to compare the results with.
hasReferenceBuild() - Method in class hudson.plugins.analysis.core.NullBuildHistory
 
hasResult(MatrixRun) - Method in class hudson.plugins.analysis.core.AnnotationsAggregator
Returns whether the specified run has a result to aggregate.
hasValidResults() - Method in class hudson.plugins.analysis.core.AbstractProjectAction
Returns whether this project has a valid result action attached.
HealthAwareMavenReporter - Class in hudson.plugins.analysis.core
Deprecated. use HealthAwareReporter
HealthAwareMavenReporter(String, String, String, String, String, String, String, String, String, String, String, String, String, String, String, String, String, String, String, boolean, String) - Constructor for class hudson.plugins.analysis.core.HealthAwareMavenReporter
Deprecated. Creates a new instance of HealthReportingMavenReporter.
HealthAwareMavenReporter(String, String, String, String, String, String, String, boolean, String) - Constructor for class hudson.plugins.analysis.core.HealthAwareMavenReporter
Deprecated. replaced by HealthAwareMavenReporter.HealthAwareMavenReporter(String, String, String, String, String, String, String, String, String, String, String, String, String, String, String, String, String, String, String, boolean, String)
HealthAwareMavenReporter(String, String, String, String, String, String, String, String) - Constructor for class hudson.plugins.analysis.core.HealthAwareMavenReporter
Deprecated. replaced by HealthAwareMavenReporter.HealthAwareMavenReporter(String, String, String, String, String, String, String, String, String, String, String, String, String, String, String, String, String, String, String, boolean, String)
HealthAwarePublisher - Class in hudson.plugins.analysis.core
A base class for publishers with the following two characteristics: It provides a unstable threshold, that could be enabled and set in the configuration screen.
HealthAwarePublisher(String, String, String, String, boolean, String, String, String, String, String, String, String, String, String, String, String, String, String, String, String, String, boolean, boolean, boolean, boolean, String) - Constructor for class hudson.plugins.analysis.core.HealthAwarePublisher
Creates a new instance of HealthAwarePublisher.
HealthAwarePublisher(String, String, String, String, boolean, String, String, String, String, String, String, String, String, String, String, String, String, String, String, String, String, boolean, boolean, boolean, String) - Constructor for class hudson.plugins.analysis.core.HealthAwarePublisher
Creates a new instance of HealthAwarePublisher.
HealthAwarePublisher(String, String, String, String, boolean, String, String, String, String, String, String, String, String, String, String, String, String, String, String, String, String, boolean, boolean, String) - Constructor for class hudson.plugins.analysis.core.HealthAwarePublisher
Deprecated. 
HealthAwarePublisher(String, String, String, String, boolean, String, String, String, String, String, String, String, String, String, String, String, String, String, String, String, String, boolean, String) - Constructor for class hudson.plugins.analysis.core.HealthAwarePublisher
Deprecated. 
HealthAwarePublisher(String, String, String, String, String, String, String, String, boolean, boolean, String) - Constructor for class hudson.plugins.analysis.core.HealthAwarePublisher
Deprecated. 
HealthAwareRecorder - Class in hudson.plugins.analysis.core
A base class for publishers with the following two characteristics: It provides a unstable threshold, that could be enabled and set in the configuration screen.
HealthAwareRecorder(String, String, String, String, boolean, String, String, String, String, String, String, String, String, String, String, String, String, String, String, String, String, boolean, boolean, boolean, boolean, String) - Constructor for class hudson.plugins.analysis.core.HealthAwareRecorder
Creates a new instance of HealthAwareRecorder.
HealthAwareRecorder(String, String, String, String, String, String, String, String, boolean, boolean, String) - Constructor for class hudson.plugins.analysis.core.HealthAwareRecorder
Deprecated. 
HealthAwareReporter<T extends BuildResult> - Class in hudson.plugins.analysis.core
A base class for Maven reporters with the following two characteristics: It provides a unstable threshold, that could be enabled and set in the configuration screen.
HealthAwareReporter(String, String, String, boolean, String, String, String, String, String, String, String, String, String, String, String, String, String, String, String, String, boolean, boolean, String) - Constructor for class hudson.plugins.analysis.core.HealthAwareReporter
Creates a new instance of HealthReportingMavenReporter.
HealthAwareReporter(String, String, String, boolean, String, String, String, String, String, String, String, String, String, String, String, String, String, String, String, String, boolean, String) - Constructor for class hudson.plugins.analysis.core.HealthAwareReporter
Deprecated. 
HealthDescriptor - Interface in hudson.plugins.analysis.core
A health descriptor defines the parameters to create the build health.
HealthGraph - Class in hudson.plugins.analysis.graph
Builds a graph showing all warnings by health descriptor.
HealthGraph(AbstractHealthDescriptor) - Constructor for class hudson.plugins.analysis.graph.HealthGraph
Creates a new instance of HealthGraph.
HealthReportBuilder - Class in hudson.plugins.analysis.core
Creates a health report for integer values based on healthy and unhealthy thresholds.
HealthReportBuilder(AbstractHealthDescriptor) - Constructor for class hudson.plugins.analysis.core.HealthReportBuilder
Creates a new instance of HealthReportBuilder.
high - Variable in class hudson.plugins.analysis.core.BuildResult
Deprecated. 
highlightSource(InputStream) - Method in class hudson.plugins.analysis.views.SourceDetail
Highlights the specified source and returns the result as an HTML string.
HighPriority() - Static method in class hudson.plugins.analysis.Messages
High Priority
HtmlPrinter - Class in hudson.plugins.analysis.util
Simple wrapper of a StringBuffer that is capable of writing HTML sequences used in Jelly scripts.
HtmlPrinter() - Constructor for class hudson.plugins.analysis.util.HtmlPrinter
 
hudson.plugins.analysis - package hudson.plugins.analysis
 
hudson.plugins.analysis.core - package hudson.plugins.analysis.core
 
hudson.plugins.analysis.dashboard - package hudson.plugins.analysis.dashboard
 
hudson.plugins.analysis.graph - package hudson.plugins.analysis.graph
 
hudson.plugins.analysis.tokens - package hudson.plugins.analysis.tokens
 
hudson.plugins.analysis.util - package hudson.plugins.analysis.util
 
hudson.plugins.analysis.util.model - package hudson.plugins.analysis.util.model
 
hudson.plugins.analysis.views - package hudson.plugins.analysis.views
 

I

initialize() - Static method in class hudson.plugins.analysis.dashboard.DefaultGraph
Provides a default graph configuration for portlets.
initializeFrom(String) - Method in class hudson.plugins.analysis.graph.GraphConfiguration
Parses the provided string and initializes the members.
initializeFrom(int, int) - Method in class hudson.plugins.analysis.graph.GraphConfiguration
Initializes this configuration with the specified values.
initializeFrom(int, int, int) - Method in class hudson.plugins.analysis.graph.GraphConfiguration
Initializes this configuration with the specified values.
initializeFrom(String, String, String) - Method in class hudson.plugins.analysis.graph.GraphConfiguration
Initializes this configuration with the specified values.
initializeFrom(JSONObject) - Method in class hudson.plugins.analysis.graph.GraphConfiguration
Parses the provided JSON object and initializes the members.
initializeFromFile(File) - Method in class hudson.plugins.analysis.graph.GraphConfiguration
Reads the specified file, parses the content and initializes the members.
initializeLocal(String[]) - Method in class hudson.plugins.analysis.graph.GraphConfiguration
Parses the provided array of string values and initializes the members of the local configuration.
initializeLocal(JSONObject) - Method in class hudson.plugins.analysis.graph.GraphConfiguration
Parses the provided JSON object and initializes the members of the local configuration.
intern(Collection<FileAnnotation>) - Method in class hudson.plugins.analysis.core.AbstractAnnotationParser
Let FileAnnotations share some of their internal data structure to reduce memory footprint.
intern(TreeStringBuilder) - Method in class hudson.plugins.analysis.util.model.AbstractAnnotation
AbstractAnnotationParser can call this method to let AbstractAnnotations to reduce their memory footprint by sharing what they can share with other AbstractAnnotations.
intern(Collection<FileAnnotation>) - Static method in class hudson.plugins.analysis.util.model.AbstractAnnotation
Let FileAnnotations share some of their internal data structure to reduce memory footprint.
intern(String) - Method in class hudson.plugins.analysis.util.TreeStringBuilder
Interns a string.
intern(TreeString) - Method in class hudson.plugins.analysis.util.TreeStringBuilder
Interns a TreeString created elsewhere.
invoke(File, VirtualChannel) - Method in class hudson.plugins.analysis.core.AnnotationsClassifier
invoke(File, VirtualChannel) - Method in class hudson.plugins.analysis.core.FilesParser
invoke(File, VirtualChannel) - Method in class hudson.plugins.analysis.util.FileFinder
Returns an array with the filenames of the specified file pattern that have been found in the workspace.
isAnnotationCountExceeded(int, String) - Method in class hudson.plugins.analysis.core.BuildResultEvaluator
Returns whether the new annotation count exceeds the user defined threshold and the build should be set to unstable.
isAntBuild(AbstractBuild<?, ?>) - Method in class hudson.plugins.analysis.core.HealthAwareRecorder
Returns whether the current build uses ant.
isApplicable(Class<? extends AbstractProject>) - Method in class hudson.plugins.analysis.core.PluginDescriptor
 
isBlank() - Method in class hudson.plugins.analysis.util.TreeString
 
isBuildCountDefined() - Method in class hudson.plugins.analysis.graph.GraphConfiguration
Returns whether a valid build count is defined.
isBuildTooOld(GraphConfiguration, BuildResult) - Method in class hudson.plugins.analysis.graph.BuildResultGraph
Returns whether the specified build result is too old in order to be considered for the trend graph.
isCurrent() - Method in class hudson.plugins.analysis.core.BuildResult
Returns whether this result belongs to the last build.
isCurrent() - Method in class hudson.plugins.analysis.views.AbstractAnnotationsDetail
Returns whether this build is the last available build.
isDayCountDefined() - Method in class hudson.plugins.analysis.graph.GraphConfiguration
Returns whether a valid day count is defined.
isDeactivated() - Method in class hudson.plugins.analysis.graph.BuildResultGraph
Returns whether the graph is deactivated.
isDeactivated() - Method in class hudson.plugins.analysis.graph.GraphConfigurationView
Returns whether the trend graph completely is deactivated.
isDeactivated() - Method in class hudson.plugins.analysis.graph.NullGraph
 
isDefault() - Method in class hudson.plugins.analysis.graph.GraphConfiguration
Returns whether this instance is initialized with its default values.
isEmpty() - Method in class hudson.plugins.analysis.core.BuildHistory
Returns whether there is no history available, i.e.
isEmpty() - Method in class hudson.plugins.analysis.core.NullBuildHistory
 
isEmpty() - Method in class hudson.plugins.analysis.dashboard.AbstractWarningsGraphPortlet
Checks if the results are empty.
isEnabled() - Method in class hudson.plugins.analysis.core.AbstractHealthDescriptor
Returns whether this health report build is enabled, i.e.
isHealthGraphAvailable() - Method in class hudson.plugins.analysis.graph.GraphConfigurationView
Checks if the health graph is available.
isHealthyReportEnabled() - Method in class hudson.plugins.analysis.core.AbstractHealthDescriptor
Determines whether a health report should be created.
isMavenBuild(AbstractBuild<?, ?>) - Method in class hudson.plugins.analysis.core.HealthAwareRecorder
Returns whether the current build uses maven.
isNewSuccessfulHighScore() - Method in class hudson.plugins.analysis.core.BuildResult
Returns if the current result reached the old successful highscore.
isNewZeroWarningsHighScore() - Method in class hudson.plugins.analysis.core.BuildResult
Returns if the current result reached the old zero warnings highscore.
isPluginInstalled(String) - Static method in class hudson.plugins.analysis.core.PluginDescriptor
Returns whether the specified plug-in is installed.
isPriority(String) - Method in class hudson.plugins.analysis.views.PriorityDetailFactory
Returns whether the provided value is a valid priority.
isSelectable() - Method in class hudson.plugins.analysis.graph.BuildResultGraph
Returns whether this graph is selectable.
isSelectable() - Method in class hudson.plugins.analysis.graph.HealthGraph
 
isSelectable() - Method in class hudson.plugins.analysis.graph.NullGraph
 
isSuccessful() - Method in class hudson.plugins.analysis.core.AbstractResultAction
Returns whether this build is successful with respect to the HealthDescriptor of this action.
isSuccessful() - Method in class hudson.plugins.analysis.core.BuildResult
Returns whether this build is successful with respect to the HealthDescriptor of this result.
isSuccessful() - Method in class hudson.plugins.analysis.core.MavenResultAction
 
isSuccessful() - Method in interface hudson.plugins.analysis.core.ResultAction
Returns whether this build is successful with respect to the HealthDescriptor of this action.
isSuccessfulTouched() - Method in class hudson.plugins.analysis.core.BuildResult
Returns whether the successful state has been touched.
isThresholdEnabled() - Method in class hudson.plugins.analysis.core.AbstractHealthDescriptor
Determines whether a threshold has been defined.
isThresholdEnabled() - Method in class hudson.plugins.analysis.core.HealthAwareRecorder
Returns whether there is a health threshold enabled.
isTrendDeactivated(StaplerRequest) - Method in class hudson.plugins.analysis.core.AbstractProjectAction
Returns whether the trend graph is deactivated.
isTrendVisible(StaplerRequest) - Method in class hudson.plugins.analysis.core.AbstractProjectAction
Returns whether the trend graph is visible.
isValid() - Method in class hudson.plugins.analysis.core.Thresholds
Returns whether at least one of the thresholds is set.
isValid(String) - Static method in class hudson.plugins.analysis.core.Thresholds
Returns whether the provided threshold string parameter is a valid threshold number, i.e.
isValid(int, int, int, int, BuildResultGraph) - Static method in class hudson.plugins.analysis.graph.GraphConfiguration
Returns whether the configuration parameters are valid.
isValid(String) - Static method in class hudson.plugins.analysis.util.ThresholdValidator
Returns whether the provided threshold string parameter is a valid threshold number, i.e.
isValidBuildCount(int) - Static method in class hudson.plugins.analysis.graph.GraphConfiguration
Returns if the build count is valid.
isValidHeight(int) - Static method in class hudson.plugins.analysis.graph.GraphConfiguration
Returns whether the width is valid.
isValidWidth(int) - Static method in class hudson.plugins.analysis.graph.GraphConfiguration
Returns whether the width is valid.
isVisible() - Method in class hudson.plugins.analysis.graph.BuildResultGraph
Returns whether this graph is visible.
isVisible() - Method in class hudson.plugins.analysis.graph.EmptyGraph
 
isVisible() - Method in class hudson.plugins.analysis.graph.GraphConfiguration
Returns whether the trend graph is visible or not.
isVisible() - Method in class hudson.plugins.analysis.graph.GraphConfigurationView
Returns whether the trend graph is visible or not.
isVisibleJob(Job<?, ?>) - Method in class hudson.plugins.analysis.dashboard.AbstractWarningsTablePortlet
Returns whether the specified job is visible.
item(String) - Method in class hudson.plugins.analysis.util.HtmlPrinter
Adds a list item.
iterator() - Method in class hudson.plugins.analysis.util.model.LineRangeList
 

J

JavaPackage - Class in hudson.plugins.analysis.util.model
A serializable Java Bean class representing a Java package.
JavaPackage(String) - Constructor for class hudson.plugins.analysis.util.model.JavaPackage
Creates a new instance of JavaPackage.
JavaPackageDetector - Class in hudson.plugins.analysis.util
Detects the package name of a Java file.
JavaPackageDetector() - Constructor for class hudson.plugins.analysis.util.JavaPackageDetector
Creates a new instance of JavaPackageDetector.
JavaProject - Class in hudson.plugins.analysis.util.model
A serializable Java Bean class representing a project that has been built by Hudson.
JavaProject() - Constructor for class hudson.plugins.analysis.util.model.JavaProject
Creates a new instance of JavaProject.

L

LINE_GRAPH - Static variable in class hudson.plugins.analysis.graph.ColorPalette
Color list usable for generating line charts.
LineRange - Class in hudson.plugins.analysis.util.model
A line range in a source file is defined by its first and last line.
LineRange(int) - Constructor for class hudson.plugins.analysis.util.model.LineRange
Creates a new instance of LineRange.
LineRange(int, int) - Constructor for class hudson.plugins.analysis.util.model.LineRange
Creates a new instance of LineRange.
LineRangeList - Class in hudson.plugins.analysis.util.model
List of LineRange that stores values more efficiently at runtime.
LineRangeList() - Constructor for class hudson.plugins.analysis.util.model.LineRangeList
 
LineRangeList(int) - Constructor for class hudson.plugins.analysis.util.model.LineRangeList
 
LineRangeList(Collection<LineRange>) - Constructor for class hudson.plugins.analysis.util.model.LineRangeList
 
LineRangeList.ConverterImpl - Class in hudson.plugins.analysis.util.model
Converter implementation for XStream.
LineRangeList.ConverterImpl(XStream) - Constructor for class hudson.plugins.analysis.util.model.LineRangeList.ConverterImpl
 
link(String, String) - Method in class hudson.plugins.analysis.util.HtmlPrinter
Adds a hyperlink.
listIterator() - Method in class hudson.plugins.analysis.util.model.LineRangeList
 
listIterator(int) - Method in class hudson.plugins.analysis.util.model.LineRangeList
 
LocalDateLabel - Class in hudson.plugins.analysis.graph
Graph label showing the build date.
LocalDateLabel(LocalDate) - Constructor for class hudson.plugins.analysis.graph.LocalDateLabel
Creates a new instance of LocalDateLabel.
log(String) - Method in class hudson.plugins.analysis.core.FilesParser
Logs the specified message.
log(String) - Method in class hudson.plugins.analysis.util.NullLogger
 
log(Throwable) - Method in class hudson.plugins.analysis.util.NullLogger
 
log(String) - Method in class hudson.plugins.analysis.util.PluginLogger
Logs the specified message.
log(Throwable) - Method in class hudson.plugins.analysis.util.PluginLogger
Logs the specified throwable.
logLines(String) - Method in class hudson.plugins.analysis.util.NullLogger
 
logLines(String) - Method in class hudson.plugins.analysis.util.PluginLogger
Logs several lines that already contain a prefix.
low - Variable in class hudson.plugins.analysis.core.BuildResult
Deprecated. 
LowPriority() - Static method in class hudson.plugins.analysis.Messages
Low Priority

M

marshal(Object, HierarchicalStreamWriter, MarshallingContext) - Method in class hudson.plugins.analysis.util.TreeString.ConverterImpl
 
MavenModule - Class in hudson.plugins.analysis.util.model
A serializable Java Bean class representing a maven module.
MavenModule() - Constructor for class hudson.plugins.analysis.util.model.MavenModule
Creates a new instance of MavenModule.
MavenModule(String) - Constructor for class hudson.plugins.analysis.util.model.MavenModule
Creates a new instance of MavenModule.
MavenResultAction<T extends BuildResult> - Class in hudson.plugins.analysis.core
Base class for Maven aggregated build reports.
MavenResultAction(AbstractResultAction<T>, String, String) - Constructor for class hudson.plugins.analysis.core.MavenResultAction
Creates a new instance of MavenResultAction.
Messages - Class in hudson.plugins.analysis
 
Messages() - Constructor for class hudson.plugins.analysis.Messages
 
ModuleDetail - Class in hudson.plugins.analysis.views
Result object to visualize the package statistics of a module.
ModuleDetail(AbstractBuild<?, ?>, DetailFactory, MavenModule, String, String) - Constructor for class hudson.plugins.analysis.views.ModuleDetail
Creates a new instance of ModuleDetail.
ModuleDetail_header() - Static method in class hudson.plugins.analysis.Messages
Module
ModuleDetector - Class in hudson.plugins.analysis.util
Detects module names by parsing the name of a source file, the Maven pom.xml file or the ANT build.xml file.
ModuleDetector() - Constructor for class hudson.plugins.analysis.util.ModuleDetector
Creates a new instance of ModuleDetector.
ModuleDetector(File) - Constructor for class hudson.plugins.analysis.util.ModuleDetector
Creates a new instance of ModuleDetector.

N

NamespaceDetail_header() - Static method in class hudson.plugins.analysis.Messages
Namespace
NamespaceDetail_title() - Static method in class hudson.plugins.analysis.Messages
Namespaces
newInstance(StaplerRequest, JSONObject) - Method in class hudson.plugins.analysis.core.PluginDescriptor
 
newInstance(StaplerRequest, JSONObject) - Method in class hudson.plugins.analysis.core.ReporterDescriptor
 
NewVersusFixedGraph - Class in hudson.plugins.analysis.graph
Builds a new versus fixed warnings graph for a specified result action.
NewVersusFixedGraph() - Constructor for class hudson.plugins.analysis.graph.NewVersusFixedGraph
 
NewWarningsDetail - Class in hudson.plugins.analysis.views
Result object to visualize the new warnings in a build.
NewWarningsDetail(AbstractBuild<?, ?>, DetailFactory, Collection<FileAnnotation>, String, String) - Constructor for class hudson.plugins.analysis.views.NewWarningsDetail
Creates a new instance of NewWarningsDetail.
NewWarningsDetail_Name() - Static method in class hudson.plugins.analysis.Messages
New Warnings
normal - Variable in class hudson.plugins.analysis.core.BuildResult
Deprecated. 
NormalPriority() - Static method in class hudson.plugins.analysis.Messages
Normal Priority
NULL_HEALTH_DESCRIPTOR - Static variable in class hudson.plugins.analysis.core.NullHealthDescriptor
Shared null health descriptor.
NullBuildHistory - Class in hudson.plugins.analysis.core
Empty build history.
NullBuildHistory() - Constructor for class hudson.plugins.analysis.core.NullBuildHistory
Creates a new instance of NullBuildHistory.
NullGraph - Class in hudson.plugins.analysis.graph
Empty graph.
NullGraph() - Constructor for class hudson.plugins.analysis.graph.NullGraph
 
NullHealthDescriptor - Class in hudson.plugins.analysis.core
A HealthDescriptor that neither has the failure threshold nor the health report enabled.
NullHealthDescriptor() - Constructor for class hudson.plugins.analysis.core.NullHealthDescriptor
Creates a new instance of NullHealthDescriptor.
NullHealthDescriptor(HealthDescriptor) - Constructor for class hudson.plugins.analysis.core.NullHealthDescriptor
Creates a new instance of NullHealthDescriptor.
NullLogger - Class in hudson.plugins.analysis.util
Null logger.
NullLogger() - Constructor for class hudson.plugins.analysis.util.NullLogger
Creates a new instance of NullLogger.
NullModuleDetector - Class in hudson.plugins.analysis.util
Null object that always returns the empty string as module name.
NullModuleDetector() - Constructor for class hudson.plugins.analysis.util.NullModuleDetector
 

O

of(String) - Static method in class hudson.plugins.analysis.util.TreeString
Creates a TreeString.

P

PackageDetail - Class in hudson.plugins.analysis.views
Result object to visualize the package statistics of a module.
PackageDetail(AbstractBuild<?, ?>, DetailFactory, JavaPackage, String, String) - Constructor for class hudson.plugins.analysis.views.PackageDetail
Creates a new instance of ModuleDetail.
PackageDetail_header() - Static method in class hudson.plugins.analysis.Messages
Package
PackageDetail_title() - Static method in class hudson.plugins.analysis.Messages
Packages
PackageDetector - Interface in hudson.plugins.analysis.util
Detects the package or namespace name of a file.
PackageDetectors - Class in hudson.plugins.analysis.util
Provides convenient methods to determine the package or namespace names of a file.
Pair<H,T> - Class in hudson.plugins.analysis.util
Pair is a helper class for the frequent case, when two objects must be combined for a collection entry or even a key.
Pair(H, T) - Constructor for class hudson.plugins.analysis.util.Pair
Constructs a Pair using the two given objects as head and tail.
parse(File, String) - Method in class hudson.plugins.analysis.core.AbstractAnnotationParser
Returns the annotations found in the specified file.
parse(InputStream, String) - Method in class hudson.plugins.analysis.core.AbstractAnnotationParser
Returns the annotations found in the specified file.
parse(File, String) - Method in interface hudson.plugins.analysis.core.AnnotationParser
Returns the annotations found in the specified file.
ParserResult - Class in hudson.plugins.analysis.core
Stores the collection of parsed annotations and associated error messages.
ParserResult() - Constructor for class hudson.plugins.analysis.core.ParserResult
Creates a new instance of ParserResult.
ParserResult(FilePath) - Constructor for class hudson.plugins.analysis.core.ParserResult
Creates a new instance of ParserResult.
ParserResult(ParserResult.Workspace) - Constructor for class hudson.plugins.analysis.core.ParserResult
Creates a new instance of ParserResult.
ParserResult(Collection<? extends FileAnnotation>) - Constructor for class hudson.plugins.analysis.core.ParserResult
Creates a new instance of ParserResult.
PathDetail_header() - Static method in class hudson.plugins.analysis.Messages
Source Folder
PathDetail_title() - Static method in class hudson.plugins.analysis.Messages
Folders
perform(MavenBuildProxy, MavenProject, MojoInfo, PluginLogger) - Method in class hudson.plugins.analysis.core.HealthAwareMavenReporter
Deprecated. Performs the publishing of the results of this plug-in.
perform(AbstractBuild<?, ?>, Launcher, PluginLogger) - Method in class hudson.plugins.analysis.core.HealthAwarePublisher
Callback method that is invoked after the build where this recorder can collect the results.
perform(AbstractBuild<?, ?>, PluginLogger) - Method in class hudson.plugins.analysis.core.HealthAwarePublisher
Performs the publishing of the results of this plug-in.
perform(AbstractBuild<?, ?>, Launcher, BuildListener) - Method in class hudson.plugins.analysis.core.HealthAwareRecorder
perform(AbstractBuild<?, ?>, Launcher, PluginLogger) - Method in class hudson.plugins.analysis.core.HealthAwareRecorder
Callback method that is invoked after the build where this recorder can collect the results.
perform(MavenBuildProxy, MavenProject, MojoInfo, PluginLogger) - Method in class hudson.plugins.analysis.core.HealthAwareReporter
Performs the publishing of the results of this plug-in.
persistResult(ParserResult, MavenBuild) - Method in class hudson.plugins.analysis.core.HealthAwareMavenReporter
Deprecated. Persists the result in the build (on the master).
persistValue(String, String, StaplerRequest, StaplerResponse) - Method in class hudson.plugins.analysis.graph.DefaultGraphConfigurationView
 
persistValue(String, String, StaplerRequest, StaplerResponse) - Method in class hudson.plugins.analysis.graph.GraphConfigurationView
Persists the configured values.
persistValue(String, String, StaplerRequest, StaplerResponse) - Method in class hudson.plugins.analysis.graph.UserGraphConfigurationView
 
PluginDescriptor - Class in hudson.plugins.analysis.core
Base class for a Jankins plug-in descriptor.
PluginDescriptor(Class<? extends Publisher>) - Constructor for class hudson.plugins.analysis.core.PluginDescriptor
Creates a new instance of PluginDescriptor.
PluginLogger - Class in hudson.plugins.analysis.util
A simple logger that prefixes each message with the plug-in name.
PluginLogger(PrintStream, String) - Constructor for class hudson.plugins.analysis.util.PluginLogger
Creates a new instance of PluginLogger.
PluginLogger(String) - Constructor for class hudson.plugins.analysis.util.PluginLogger
Creates a new instance of PluginLogger.
populateCollection(HierarchicalStreamReader, UnmarshallingContext, Collection) - Method in class hudson.plugins.analysis.util.model.LineRangeList.ConverterImpl
 
postExecute(MavenBuildProxy, MavenProject, MojoInfo, BuildListener, Throwable) - Method in class hudson.plugins.analysis.core.HealthAwareMavenReporter
Deprecated. 
postExecute(MavenBuildProxy, MavenProject, MojoInfo, BuildListener, Throwable) - Method in class hudson.plugins.analysis.core.HealthAwareReporter
printStackTrace(Throwable) - Method in class hudson.plugins.analysis.util.NullLogger
 
printStackTrace(Throwable) - Method in class hudson.plugins.analysis.util.PluginLogger
Logs the stack trace of the throwable.
PrioritiesDetail - Class in hudson.plugins.analysis.views
Result object to visualize the priorities statistics of an annotation container.
PrioritiesDetail(AbstractBuild<?, ?>, DetailFactory, Collection<FileAnnotation>, Priority, String, String) - Constructor for class hudson.plugins.analysis.views.PrioritiesDetail
Creates a new instance of ModuleDetail.
Priority - Enum in hudson.plugins.analysis.util.model
Defines the priority of an annotation.
Priority.PriorityConverter - Class in hudson.plugins.analysis.util.model
Converts priorities for XStream deserialization.
Priority.PriorityConverter() - Constructor for class hudson.plugins.analysis.util.model.Priority.PriorityConverter
 
Priority_High() - Static method in class hudson.plugins.analysis.Messages
High
Priority_Low() - Static method in class hudson.plugins.analysis.Messages
Low
Priority_Normal() - Static method in class hudson.plugins.analysis.Messages
Normal
PriorityDetailFactory - Class in hudson.plugins.analysis.views
Creates priority detail objects.
PriorityDetailFactory(DetailFactory) - Constructor for class hudson.plugins.analysis.views.PriorityDetailFactory
Creates a new instance of PriorityDetailFactory.
PriorityGraph - Class in hudson.plugins.analysis.graph
Builds a graph showing all warnings by priority.
PriorityGraph() - Constructor for class hudson.plugins.analysis.graph.PriorityGraph
 

R

readFile(String, String) - Static method in class hudson.plugins.analysis.util.EncodingValidator
Reads the specified file with the given encoding.
readResolve() - Method in class hudson.plugins.analysis.core.AbstractHealthDescriptor
Initializes new fields that are not serialized yet.
readResolve() - Method in class hudson.plugins.analysis.core.BuildResult
Initializes members that were not present in previous versions of the associated plug-in.
readResolve() - Method in class hudson.plugins.analysis.core.HealthAwareRecorder
Initializes new fields that are not serialized yet.
rebuildMappings() - Method in class hudson.plugins.analysis.util.model.AnnotationContainer
Rebuilds the priorities and files after deserialization.
RED - Static variable in class hudson.plugins.analysis.graph.ColorPalette
 
ReferenceBuild() - Static method in class hudson.plugins.analysis.Messages
Reference build
remove(int) - Method in class hudson.plugins.analysis.util.model.LineRangeList
 
Reporter_Error_NoEncoding(Object) - Static method in class hudson.plugins.analysis.Messages
File encoding has not been set in pom.xml, using platform encoding {0}, i.e.
ReporterDescriptor - Class in hudson.plugins.analysis.core
A maven reporter descriptor that uses a publisher descriptor as delegate to obtain the relevant configuration data.
ReporterDescriptor(Class<? extends MavenReporter>, PluginDescriptor) - Constructor for class hudson.plugins.analysis.core.ReporterDescriptor
Creates a new instance of ReporterDescriptor.
Result_Error_ModuleErrorMessage(Object, Object) - Static method in class hudson.plugins.analysis.Messages
Module {0}: {1}
RESULT_URL_SUFFIX - Static variable in class hudson.plugins.analysis.core.PluginDescriptor
Suffix of the URL of the plug-in result.
ResultAction<T extends BuildResult> - Interface in hudson.plugins.analysis.core
Defines an action that is responsible for handling results of the given type T.
ResultAction_MultipleFiles(Object) - Static method in class hudson.plugins.analysis.Messages
from {0} analyses.
ResultAction_MultipleFixedWarnings(Object) - Static method in class hudson.plugins.analysis.Messages
{0} fixed warnings
ResultAction_MultipleHighScore(Object) - Static method in class hudson.plugins.analysis.Messages
New zero warnings highscore: no warnings for {0} days!
ResultAction_MultipleNewWarnings(Object) - Static method in class hudson.plugins.analysis.Messages
{0} new warnings
ResultAction_MultipleNoHighScore(Object) - Static method in class hudson.plugins.analysis.Messages
Still {0} days before reaching the previous zero warnings highscore.
ResultAction_MultipleWarnings(Object) - Static method in class hudson.plugins.analysis.Messages
{0} warnings
ResultAction_NoWarningsSince(Object) - Static method in class hudson.plugins.analysis.Messages
No warnings since build {0}.
ResultAction_OneFile() - Static method in class hudson.plugins.analysis.Messages
from one analysis.
ResultAction_OneFixedWarning() - Static method in class hudson.plugins.analysis.Messages
1 fixed warning
ResultAction_OneHighScore() - Static method in class hudson.plugins.analysis.Messages
New zero warnings highscore: no warnings since yesterday!
ResultAction_OneNewWarning() - Static method in class hudson.plugins.analysis.Messages
1 new warning
ResultAction_OneNoHighScore() - Static method in class hudson.plugins.analysis.Messages
Still one day before reaching the previous zero warnings highscore.
ResultAction_OneWarning() - Static method in class hudson.plugins.analysis.Messages
1 warning
ResultAction_Status() - Static method in class hudson.plugins.analysis.Messages
Plug-in Result:
ResultAction_SuccessfulMultipleHighScore(Object) - Static method in class hudson.plugins.analysis.Messages
New highscore: only successful builds for {0} days!
ResultAction_SuccessfulMultipleNoHighScore(Object) - Static method in class hudson.plugins.analysis.Messages
Still {0} days before reaching the previous successful builds highscore.
ResultAction_SuccessfulOneHighScore() - Static method in class hudson.plugins.analysis.Messages
New highscore: only successful builds since yesterday!
ResultAction_SuccessfulOneNoHighScore() - Static method in class hudson.plugins.analysis.Messages
Still one day before reaching the previous successful builds highscore.

S

selectAction(Job<?, ?>) - Method in class hudson.plugins.analysis.dashboard.AbstractWarningsGraphPortlet
Selects the action to show the results from.
selectAction(Job<?, ?>) - Method in class hudson.plugins.analysis.dashboard.AbstractWarningsTablePortlet
Selects the action to show the results from.
SEPARATOR - Static variable in class hudson.plugins.analysis.graph.GraphConfiguration
Separator of cookie values.
SerializableToolTipGenerator - Interface in hudson.plugins.analysis.util
A serializable CategoryToolTipGenerator.
SerializableUrlGenerator - Interface in hudson.plugins.analysis.util
A serializable CategoryURLGenerator.
serializeAnnotations(Collection<FileAnnotation>) - Method in class hudson.plugins.analysis.core.BuildResult
Serializes the annotations of the specified project and writes them to the file specified by method BuildResult.getDataFile().
serializeBoolean(boolean) - Method in class hudson.plugins.analysis.graph.GraphConfiguration
Serializes a boolean.
serializeToString() - Method in class hudson.plugins.analysis.graph.GraphConfiguration
Serializes the values of this configuration.
set(int, LineRange) - Method in class hudson.plugins.analysis.util.model.LineRangeList
 
setCategoryPlotProperties(CategoryPlot) - Method in class hudson.plugins.analysis.graph.CategoryBuildResultGraph
Sets properties common to all category graphs of this plug-in.
setColors(JFreeChart, Color[]) - Method in class hudson.plugins.analysis.graph.CategoryBuildResultGraph
Sets the series colors for the specified chart.
setColumnPosition(int, int) - Method in class hudson.plugins.analysis.util.model.AbstractAnnotation
Sets the column position of this warning.
setContextHashCode(long) - Method in class hudson.plugins.analysis.util.model.AbstractAnnotation
Sets the context hash code to the specified value.
setContextHashCode(long) - Method in interface hudson.plugins.analysis.util.model.FileAnnotation
Sets the context hash code to the specified value.
setError(String) - Method in class hudson.plugins.analysis.util.model.JavaProject
Sets the error message that denotes that why project creation has been failed.
setError(String) - Method in class hudson.plugins.analysis.util.model.MavenModule
Sets an error message that denotes that the creation of the module has been failed.
setFileName(String) - Method in class hudson.plugins.analysis.util.model.AbstractAnnotation
Sets the file name to the specified value.
setFileName(String) - Method in interface hudson.plugins.analysis.util.model.FileAnnotation
Sets the file name to the specified value.
setHead(H) - Method in class hudson.plugins.analysis.util.Pair
Modifies the head object of the pair.
setHierarchy(AnnotationContainer.Hierarchy) - Method in class hudson.plugins.analysis.util.model.AnnotationContainer
Sets the hierarchy to the specified value.
setHighWarnings(int) - Method in class hudson.plugins.analysis.core.BuildResult
Sets the number of high warnings to the specified value.
setLog(String) - Method in class hudson.plugins.analysis.core.ParserResult
Sets the log messages of the parsing process.
setLogger(PrintStream) - Method in class hudson.plugins.analysis.util.PluginLogger
Sets the logger to the specified value.
setLowWarnings(int) - Method in class hudson.plugins.analysis.core.BuildResult
Sets the number of low warnings to the specified value.
setModuleName(String) - Method in class hudson.plugins.analysis.util.model.AbstractAnnotation
Sets the module name to the specified value.
setModuleName(String) - Method in interface hudson.plugins.analysis.util.model.FileAnnotation
Sets the name of the maven or ant module that contains this annotation.
setName(String) - Method in class hudson.plugins.analysis.util.model.AnnotationContainer
Sets the name of this container.
setNormalWarnings(int) - Method in class hudson.plugins.analysis.core.BuildResult
Sets the number of normal warnings to the specified value.
setOrigin(String) - Method in class hudson.plugins.analysis.util.model.AbstractAnnotation
Sets the origin of this annotation to the specified value.
setPackageName(String) - Method in class hudson.plugins.analysis.util.model.AbstractAnnotation
Sets the package name to the specified value.
setPathName(String) - Method in class hudson.plugins.analysis.util.model.AbstractAnnotation
Sets the pathname for this warning.
setPathName(String) - Method in interface hudson.plugins.analysis.util.model.FileAnnotation
Sets the pathname for this warning.
setPlotProperties(Plot) - Method in class hudson.plugins.analysis.graph.BuildResultGraph
Sets properties common to all plots of this plug-in.
setPriority(Priority) - Method in class hudson.plugins.analysis.util.model.AbstractAnnotation
Sets the priority to the specified value.
setResult(T) - Method in class hudson.plugins.analysis.core.AbstractResultAction
Sets the result for this build.
setResult(Result) - Method in class hudson.plugins.analysis.core.BuildResult
Deprecated. use #evaluateStatus(Thresholds, boolean, PluginLogger)
setResult(T) - Method in class hudson.plugins.analysis.core.MavenResultAction
 
setResult(T) - Method in interface hudson.plugins.analysis.core.ResultAction
Sets the result for this build.
setRootUrl(String) - Method in class hudson.plugins.analysis.graph.BuildResultGraph
Sets the root URL to the specified value.
setTail(T) - Method in class hudson.plugins.analysis.util.Pair
Modifies the tail object of the pair.
setWarnings(int) - Method in class hudson.plugins.analysis.core.BuildResult
Sets the number of warnings to the specified value.
setWorkspacePath(String) - Method in class hudson.plugins.analysis.util.model.JavaProject
Sets the root path of the workspace files.
shouldDetectModules() - Method in class hudson.plugins.analysis.core.HealthAwareRecorder
Returns whether module names should be derived from Maven POM or Ant build files.
size() - Method in class hudson.plugins.analysis.util.model.LineRangeList
 
SOURCE_GENERATOR_OFFSET - Static variable in class hudson.plugins.analysis.views.SourceDetail
Offset of the source code generator.
SourceDetail - Class in hudson.plugins.analysis.views
Renders a source file containing an annotation for the whole file or a specific line number.
SourceDetail(AbstractBuild<?, ?>, FileAnnotation, String) - Constructor for class hudson.plugins.analysis.views.SourceDetail
Creates a new instance of this source code object.
splitSourceFile(String) - Method in class hudson.plugins.analysis.views.SourceDetail
Splits the source code into three blocks: the line to highlight and the source code before and after this line.
StringPluginLogger - Class in hudson.plugins.analysis.util
A logger that prints to a string buffer.
StringPluginLogger(String) - Constructor for class hudson.plugins.analysis.util.StringPluginLogger
Creates a new instance of StringPluginLogger.
superReadResolve() - Method in class hudson.plugins.analysis.util.model.AbstractAnnotation
Simply calls AbstractAnnotation.readResolve().

T

TabDetail - Class in hudson.plugins.analysis.views
Result object representing a dynamic tab.
TabDetail(AbstractBuild<?, ?>, DetailFactory, Collection<FileAnnotation>, String, String) - Constructor for class hudson.plugins.analysis.views.TabDetail
Creates a new instance of TabDetail.
Thresholds - Class in hudson.plugins.analysis.core
Data object that simply stores the thresholds.
Thresholds() - Constructor for class hudson.plugins.analysis.core.Thresholds
 
ThresholdValidator - Class in hudson.plugins.analysis.util
Validates and converts threshold parameters.
ThresholdValidator() - Constructor for class hudson.plugins.analysis.util.ThresholdValidator
 
toInt(String) - Method in class hudson.plugins.analysis.dashboard.AbstractWarningsTablePortlet
Converts the string to an integer.
ToolTipAreaRenderer - Class in hudson.plugins.analysis.util
StackedAreaRenderer that delegates tooltip generation to a separate object.
ToolTipAreaRenderer(SerializableToolTipGenerator) - Constructor for class hudson.plugins.analysis.util.ToolTipAreaRenderer
Creates a new instance of ToolTipAreaRenderer.
ToolTipBoxRenderer - Class in hudson.plugins.analysis.util
StackedBarRenderer that delegates tooltip and URL generation to separate objects.
ToolTipBoxRenderer(SerializableToolTipGenerator) - Constructor for class hudson.plugins.analysis.util.ToolTipBoxRenderer
Creates a new instance of ToolTipBoxRenderer.
ToolTipBuilder - Class in hudson.plugins.analysis.util
Builds tooltips for items.
ToolTipBuilder(ToolTipProvider) - Constructor for class hudson.plugins.analysis.util.ToolTipBuilder
Creates a new instance of ToolTipBuilder.
ToolTipProvider - Interface in hudson.plugins.analysis.util
Provides tooltips for single or multiple items.
toString() - Method in class hudson.plugins.analysis.core.BuildResult
 
toString() - Method in class hudson.plugins.analysis.core.ParserResult
 
toString() - Method in class hudson.plugins.analysis.graph.GraphConfiguration
 
toString() - Method in class hudson.plugins.analysis.graph.GraphConfigurationView
 
toString() - Method in class hudson.plugins.analysis.graph.LocalDateLabel
 
toString() - Method in class hudson.plugins.analysis.util.HtmlPrinter
 
toString() - Method in class hudson.plugins.analysis.util.model.AbstractAnnotation
 
toString() - Method in class hudson.plugins.analysis.util.model.AnnotationContainer
 
toString() - Method in class hudson.plugins.analysis.util.Pair
 
toString() - Method in class hudson.plugins.analysis.util.StringPluginLogger
 
toString() - Method in class hudson.plugins.analysis.util.TreeString
Returns the full string representation.
toString(TreeString) - Static method in class hudson.plugins.analysis.util.TreeString
 
TotalsGraph - Class in hudson.plugins.analysis.graph
Builds a graph showing the total of warnings in a scaled line graph.
TotalsGraph() - Constructor for class hudson.plugins.analysis.graph.TotalsGraph
 
TreeString - Class in hudson.plugins.analysis.util
TreeString is an alternative string representation that saves the memory when you have a large number of strings that share common prefixes (such as various file names.)
TreeString.ConverterImpl - Class in hudson.plugins.analysis.util
Default Converter implementation for XStream that does interning scoped to one unmarshalling.
TreeString.ConverterImpl(XStream) - Constructor for class hudson.plugins.analysis.util.TreeString.ConverterImpl
 
TreeStringBuilder - Class in hudson.plugins.analysis.util
Builds TreeStrings that share common prefixes.
TreeStringBuilder() - Constructor for class hudson.plugins.analysis.util.TreeStringBuilder
 
Trend_Fixed() - Static method in class hudson.plugins.analysis.Messages
(fixed)
Trend_New() - Static method in class hudson.plugins.analysis.Messages
(new)
Trend_PriorityHigh() - Static method in class hudson.plugins.analysis.Messages
(high priority)
Trend_PriorityLow() - Static method in class hudson.plugins.analysis.Messages
(low priority)
Trend_PriorityNormal() - Static method in class hudson.plugins.analysis.Messages
(normal priority)
Trend_type_difference() - Static method in class hudson.plugins.analysis.Messages
Difference between new and fixed warnings (cumulative)
Trend_type_fixed() - Static method in class hudson.plugins.analysis.Messages
Distribution of new and fixed warnings
Trend_type_health() - Static method in class hudson.plugins.analysis.Messages
Number of warnings colored according to the health report thresholds
Trend_type_none() - Static method in class hudson.plugins.analysis.Messages
No trend graph
Trend_type_priority() - Static method in class hudson.plugins.analysis.Messages
Priority distribution of all warnings
Trend_type_totals() - Static method in class hudson.plugins.analysis.Messages
Total number of warnings
TrendDetails - Class in hudson.plugins.analysis.graph
Details trend graph.
TrendDetails(AbstractProject<?, ?>, Graph) - Constructor for class hudson.plugins.analysis.graph.TrendDetails
Creates a new instance of TrendDetails.
TrendReportHeightValidator - Class in hudson.plugins.analysis.util
Controls the size of a trend report.
TrendReportHeightValidator() - Constructor for class hudson.plugins.analysis.util.TrendReportHeightValidator
 
trim() - Method in class hudson.plugins.analysis.util.model.LineRangeList
Minimizes the memory waste by throwing away excess capacity.
TypeDetail_header() - Static method in class hudson.plugins.analysis.Messages
Type

U

UNDEFINED_PACKAGE - Static variable in class hudson.plugins.analysis.util.PackageDetectors
If no package could be assigned this value is used as package name.
UNKNOWN_PACKAGE - Static variable in class hudson.plugins.analysis.util.AbstractPackageDetector
Identifies an unknown package.
unmarshal(HierarchicalStreamReader, UnmarshallingContext) - Method in class hudson.plugins.analysis.util.TreeString.ConverterImpl
 
unstableNewAll - Variable in class hudson.plugins.analysis.core.Thresholds
 
unstableNewHigh - Variable in class hudson.plugins.analysis.core.Thresholds
 
unstableNewLow - Variable in class hudson.plugins.analysis.core.Thresholds
 
unstableNewNormal - Variable in class hudson.plugins.analysis.core.Thresholds
 
unstableTotalAll - Variable in class hudson.plugins.analysis.core.Thresholds
 
unstableTotalHigh - Variable in class hudson.plugins.analysis.core.Thresholds
 
unstableTotalLow - Variable in class hudson.plugins.analysis.core.Thresholds
 
unstableTotalNormal - Variable in class hudson.plugins.analysis.core.Thresholds
 
update(Map<MavenModule, List<MavenBuild>>, MavenBuild) - Method in class hudson.plugins.analysis.core.MavenResultAction
Called whenever a new module build is completed, to update the aggregated report.
updateBuildHealth(MavenBuild, BuildResult) - Method in class hudson.plugins.analysis.core.AbstractResultAction
Deprecated. replaced by MavenResultAction
updateBuildResult(BuildResult, PluginLogger) - Method in class hudson.plugins.analysis.core.HealthAwarePublisher
Will be invoked after the build result has been evaluated.
useBuildDateAsDomain() - Method in class hudson.plugins.analysis.graph.GraphConfiguration
Returns whether the build date or the build number should be used as domain.
UserGraphConfiguration_Description() - Static method in class hudson.plugins.analysis.Messages
Configure the trend graph of this plug-in for the current job and user.
UserGraphConfiguration_Name() - Static method in class hudson.plugins.analysis.Messages
Configure User Trend Graph
UserGraphConfigurationView - Class in hudson.plugins.analysis.graph
Configures the trend graph of this plug-in for the current user and job using a cookie.
UserGraphConfigurationView(GraphConfiguration, AbstractProject<?, ?>, String, String, Cookie[], BuildHistory) - Constructor for class hudson.plugins.analysis.graph.UserGraphConfigurationView
Creates a new instance of UserGraphConfigurationView.
UserGraphConfigurationView(GraphConfiguration, AbstractProject<?, ?>, String, Cookie[], BuildHistory) - Constructor for class hudson.plugins.analysis.graph.UserGraphConfigurationView
Creates a new instance of UserGraphConfigurationView.

V

Validator - Interface in hudson.plugins.analysis.util
Validator for string values.
valueOf(String) - Static method in enum hudson.plugins.analysis.util.model.AnnotationContainer.Hierarchy
Returns the enum constant of this type with the specified name.
valueOf(String) - Static method in enum hudson.plugins.analysis.util.model.Priority
Returns the enum constant of this type with the specified name.
values() - Static method in enum hudson.plugins.analysis.util.model.AnnotationContainer.Hierarchy
Returns an array containing the constants of this enum type, in the order they are declared.
values() - Static method in enum hudson.plugins.analysis.util.model.Priority
Returns an array containing the constants of this enum type, in the order they are declared.

W

WORKSPACE_FILES - Static variable in class hudson.plugins.analysis.util.model.AbstractAnnotation
Temporary directory holding the workspace files.
WorkspaceFile - Class in hudson.plugins.analysis.util.model
A serializable Java Bean class representing a file in the Hudson workspace.
WorkspaceFile(String) - Constructor for class hudson.plugins.analysis.util.model.WorkspaceFile
Creates a new instance of WorkspaceFile.

Y

YELLOW - Static variable in class hudson.plugins.analysis.graph.ColorPalette
 

_

_BuildResultEvaluator_success() - Static method in class hudson.plugins.analysis.Messages
no threshold has been exceeded
_BuildResultEvaluator_unstable_all(Object, Object, Object, Object) - Static method in class hudson.plugins.analysis.Messages
<a href="{3}">{0} warnings</a> exceed the threshold of {1} by {2}
_BuildResultEvaluator_unstable_all_priority(Object, Object, Object, Object, Object, Object) - Static method in class hudson.plugins.analysis.Messages
<a href="{4}">{0} warnings</a> of <a href="{5}">priority {3}</a> exceed the threshold of {1} by {2}
_BuildResultEvaluator_unstable_new(Object, Object, Object, Object) - Static method in class hudson.plugins.analysis.Messages
<a href="{3}">{0} new warnings</a> exceed the threshold of {1} by {2}
_BuildResultEvaluator_unstable_new_priority(Object, Object, Object, Object, Object, Object) - Static method in class hudson.plugins.analysis.Messages
<a href="{4}">{0} new warnings</a> of <a href="{5}">priority {3}</a> exceed the threshold of {1} by {2}
_BuildResultEvaluator_unstable_one_all(Object, Object, Object) - Static method in class hudson.plugins.analysis.Messages
<a href="{2}">1 warning</a> exceeds the threshold of {0} by {1}
_BuildResultEvaluator_unstable_one_all_priority(Object, Object, Object, Object, Object) - Static method in class hudson.plugins.analysis.Messages
<a href="{3}">1 warning</a> of <a href="{4}">priority {2}</a> exceeds the threshold of {0} by {1}
_BuildResultEvaluator_unstable_one_new(Object, Object, Object) - Static method in class hudson.plugins.analysis.Messages
<a href="{2}">1 new warning</a> exceeds the threshold of {0} by {1}
_BuildResultEvaluator_unstable_one_new_priority(Object, Object, Object, Object, Object) - Static method in class hudson.plugins.analysis.Messages
<a href="{3}">1 new warning</a> of <a href="{4}">priority {2}</a> exceeds the threshold of {0} by {1}
_CategoryDetail_header() - Static method in class hudson.plugins.analysis.Messages
Category
_DefaultGraphConfiguration_Description() - Static method in class hudson.plugins.analysis.Messages
Configure the trend graph of this plug-in.
_DefaultGraphConfiguration_Name() - Static method in class hudson.plugins.analysis.Messages
Configure Default Trend Graph
_Errors() - Static method in class hudson.plugins.analysis.Messages
Errors
_FieldValidator_Error_DefaultEncoding() - Static method in class hudson.plugins.analysis.Messages
Encoding must be a supported encoding of the Java platform (see java.nio.charset.Charset).
_FieldValidator_Error_Threshold() - Static method in class hudson.plugins.analysis.Messages
Threshold must be an integer value greater or equal 0.
_FieldValidator_Error_TrendHeight(Object) - Static method in class hudson.plugins.analysis.Messages
Trend graph height must be an integer value greater or equal {0}.
_FilesParser_Error_EmptyFile(Object, Object) - Static method in class hudson.plugins.analysis.Messages
Skipping file {0} of module {1} because it''s empty.
_FilesParser_Error_Exception(Object) - Static method in class hudson.plugins.analysis.Messages
Parsing of file {0} failed due to an exception:
_FilesParser_Error_NoFiles() - Static method in class hudson.plugins.analysis.Messages
No report files were found.
_FilesParser_Error_NoPermission(Object, Object) - Static method in class hudson.plugins.analysis.Messages
Skipping file {0} of module {1} because Jenkins has no permission to read the file.
_FixedWarningsDetail_Name() - Static method in class hudson.plugins.analysis.Messages
Fixed Warnings
_HighPriority() - Static method in class hudson.plugins.analysis.Messages
High Priority
_LowPriority() - Static method in class hudson.plugins.analysis.Messages
Low Priority
_ModuleDetail_header() - Static method in class hudson.plugins.analysis.Messages
Module
_NamespaceDetail_header() - Static method in class hudson.plugins.analysis.Messages
Namespace
_NamespaceDetail_title() - Static method in class hudson.plugins.analysis.Messages
Namespaces
_NewWarningsDetail_Name() - Static method in class hudson.plugins.analysis.Messages
New Warnings
_NormalPriority() - Static method in class hudson.plugins.analysis.Messages
Normal Priority
_PackageDetail_header() - Static method in class hudson.plugins.analysis.Messages
Package
_PackageDetail_title() - Static method in class hudson.plugins.analysis.Messages
Packages
_PathDetail_header() - Static method in class hudson.plugins.analysis.Messages
Source Folder
_PathDetail_title() - Static method in class hudson.plugins.analysis.Messages
Folders
_Priority_High() - Static method in class hudson.plugins.analysis.Messages
High
_Priority_Low() - Static method in class hudson.plugins.analysis.Messages
Low
_Priority_Normal() - Static method in class hudson.plugins.analysis.Messages
Normal
_ReferenceBuild() - Static method in class hudson.plugins.analysis.Messages
Reference build
_Reporter_Error_NoEncoding(Object) - Static method in class hudson.plugins.analysis.Messages
File encoding has not been set in pom.xml, using platform encoding {0}, i.e.
_Result_Error_ModuleErrorMessage(Object, Object) - Static method in class hudson.plugins.analysis.Messages
Module {0}: {1}
_ResultAction_MultipleFiles(Object) - Static method in class hudson.plugins.analysis.Messages
from {0} analyses.
_ResultAction_MultipleFixedWarnings(Object) - Static method in class hudson.plugins.analysis.Messages
{0} fixed warnings
_ResultAction_MultipleHighScore(Object) - Static method in class hudson.plugins.analysis.Messages
New zero warnings highscore: no warnings for {0} days!
_ResultAction_MultipleNewWarnings(Object) - Static method in class hudson.plugins.analysis.Messages
{0} new warnings
_ResultAction_MultipleNoHighScore(Object) - Static method in class hudson.plugins.analysis.Messages
Still {0} days before reaching the previous zero warnings highscore.
_ResultAction_MultipleWarnings(Object) - Static method in class hudson.plugins.analysis.Messages
{0} warnings
_ResultAction_NoWarningsSince(Object) - Static method in class hudson.plugins.analysis.Messages
No warnings since build {0}.
_ResultAction_OneFile() - Static method in class hudson.plugins.analysis.Messages
from one analysis.
_ResultAction_OneFixedWarning() - Static method in class hudson.plugins.analysis.Messages
1 fixed warning
_ResultAction_OneHighScore() - Static method in class hudson.plugins.analysis.Messages
New zero warnings highscore: no warnings since yesterday!
_ResultAction_OneNewWarning() - Static method in class hudson.plugins.analysis.Messages
1 new warning
_ResultAction_OneNoHighScore() - Static method in class hudson.plugins.analysis.Messages
Still one day before reaching the previous zero warnings highscore.
_ResultAction_OneWarning() - Static method in class hudson.plugins.analysis.Messages
1 warning
_ResultAction_Status() - Static method in class hudson.plugins.analysis.Messages
Plug-in Result:
_ResultAction_SuccessfulMultipleHighScore(Object) - Static method in class hudson.plugins.analysis.Messages
New highscore: only successful builds for {0} days!
_ResultAction_SuccessfulMultipleNoHighScore(Object) - Static method in class hudson.plugins.analysis.Messages
Still {0} days before reaching the previous successful builds highscore.
_ResultAction_SuccessfulOneHighScore() - Static method in class hudson.plugins.analysis.Messages
New highscore: only successful builds since yesterday!
_ResultAction_SuccessfulOneNoHighScore() - Static method in class hudson.plugins.analysis.Messages
Still one day before reaching the previous successful builds highscore.
_Trend_Fixed() - Static method in class hudson.plugins.analysis.Messages
(fixed)
_Trend_New() - Static method in class hudson.plugins.analysis.Messages
(new)
_Trend_PriorityHigh() - Static method in class hudson.plugins.analysis.Messages
(high priority)
_Trend_PriorityLow() - Static method in class hudson.plugins.analysis.Messages
(low priority)
_Trend_PriorityNormal() - Static method in class hudson.plugins.analysis.Messages
(normal priority)
_Trend_type_difference() - Static method in class hudson.plugins.analysis.Messages
Difference between new and fixed warnings (cumulative)
_Trend_type_fixed() - Static method in class hudson.plugins.analysis.Messages
Distribution of new and fixed warnings
_Trend_type_health() - Static method in class hudson.plugins.analysis.Messages
Number of warnings colored according to the health report thresholds
_Trend_type_none() - Static method in class hudson.plugins.analysis.Messages
No trend graph
_Trend_type_priority() - Static method in class hudson.plugins.analysis.Messages
Priority distribution of all warnings
_Trend_type_totals() - Static method in class hudson.plugins.analysis.Messages
Total number of warnings
_TypeDetail_header() - Static method in class hudson.plugins.analysis.Messages
Type
_UserGraphConfiguration_Description() - Static method in class hudson.plugins.analysis.Messages
Configure the trend graph of this plug-in for the current job and user.
_UserGraphConfiguration_Name() - Static method in class hudson.plugins.analysis.Messages
Configure User Trend Graph

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

Copyright © 2004-2012 Hudson. All Rights Reserved.