A B C D E F G H I L M N P R S T V _

A

AbstractResultAction<T extends EntriesProvider> - Class in hudson.plugins.serenitec.util
Controls the live cycle of Hudson results.
AbstractResultAction(AbstractBuild<?, ?>, HealthReportBuilder) - Constructor for class hudson.plugins.serenitec.util.AbstractResultAction
Creates a new instance of AbstractResultAction.
AbstractResultAction(AbstractBuild<?, ?>, HealthReportBuilder, T) - Constructor for class hudson.plugins.serenitec.util.AbstractResultAction
Creates a new instance of AbstractResultAction.
addEntries(Collection<? extends ReportEntry>) - Method in class hudson.plugins.serenitec.util.model.EntriesContainer
Adds the specified annotations to this container.
addEntries(Collection<? extends ReportEntry>, AbstractBuild<?, ?>) - Method in class hudson.plugins.serenitec.util.model.EntriesContainer
 
addEntries(ReportEntry[]) - Method in class hudson.plugins.serenitec.util.model.EntriesContainer
Adds the specified annotations to this container.
addEntry(ReportEntry) - Method in class hudson.plugins.serenitec.util.model.EntriesContainer
Adds the specified annotation to this container.
addError(String) - Method in class hudson.plugins.serenitec.util.Project
Appends the error message to the project error messages.
addModule(MavenModule) - Method in class hudson.plugins.serenitec.util.Project
Adds the specified module with its annotations to this project.
addModules(Collection<MavenModule>) - Method in class hudson.plugins.serenitec.util.Project
Adds the specified modules with their annotations to this project.

B

build(AbstractBuild<?, ?>, Project) - Method in class hudson.plugins.serenitec.SerenitecResultBuilder
Creates a result that persists the serenitec information for the specified build.
build_script(boolean[], int, boolean[], int) - Method in interface hudson.plugins.serenitec.util.Diff.ScriptBuilder
Scan the tables of which lines are inserted and deleted, producing an edit script.
buildDataSet(boolean) - Method in class hudson.plugins.serenitec.util.AbstractResultAction
Returns the data set that represents the result.
buildDetailsDataSet(boolean, String) - Method in class hudson.plugins.serenitec.util.AbstractResultAction
 

C

canContinue(Result) - Method in class hudson.plugins.serenitec.SerenitecPublisher
 
canContinue(Result) - Method in class hudson.plugins.serenitec.util.HealthAwarePublisher
Returns whether the publisher can continue processing.
canConvert(Class) - Method in class hudson.plugins.serenitec.util.model.Priority.PriorityConverter
CategoryDetail_header() - Static method in class hudson.plugins.serenitec.util.Messages
Category
ChartBuilder - Class in hudson.plugins.serenitec.util
Creates various charts.
check() - Method in class hudson.plugins.serenitec.util.ThresholdValidator
compareTo(ReportEntry) - Method in class hudson.plugins.serenitec.parseur.ReportEntry
 
computeHealth(int) - Method in class hudson.plugins.serenitec.util.HealthReportBuilder
Computes the healthiness of a build based on the specified counter.
containsModule(String) - Method in class hudson.plugins.serenitec.util.model.EntriesContainer
Returns whether the maven module with the given name exists.
containsPackage(String) - Method in class hudson.plugins.serenitec.util.model.EntriesContainer
Returns whether the package with the given name exists.
createChart(CategoryDataset, StackedAreaRenderer, int, boolean) - Static method in class hudson.plugins.serenitec.util.ChartBuilder
Creates a colored graph displaying the specified data set.
createChart(CategoryDataset) - Static method in class hudson.plugins.serenitec.util.ChartBuilder
Creates a standard graph from the specified data set.
createGraph(boolean, String, CategoryDataset, ToolTipProvider) - Method in class hudson.plugins.serenitec.util.HealthReportBuilder
Creates a trend graph for the corresponding action using the thresholds of this health builder.
createGraphLine(boolean, String, CategoryDataset, ToolTipProvider) - Method in class hudson.plugins.serenitec.util.HealthReportBuilder
 
createHealthReporter(String, String) - Method in class hudson.plugins.serenitec.util.HealthAwarePublisher
Creates a new instance of HealthReportBuilder.
createHighNormalLowChart(int, int, int, int) - Static method in class hudson.plugins.serenitec.util.ChartBuilder
Creates a standard bar graph from the specified priority values.

D

deleted - Variable in class hudson.plugins.serenitec.util.Diff.change
# lines of file 0 changed here.
Diff - Class in hudson.plugins.serenitec.util
A class to compare vectors of objects.
Diff(Object[], Object[]) - Constructor for class hudson.plugins.serenitec.util.Diff
Prepare to find differences between two arrays.
diff(Diff.ScriptBuilder) - Method in class hudson.plugins.serenitec.util.Diff
Get the results of comparison as an edit script.
Diff.change - Class in hudson.plugins.serenitec.util
The result of comparison is an "edit script": a chain of change objects.
Diff.change(int, int, int, int, Diff.change) - Constructor for class hudson.plugins.serenitec.util.Diff.change
Cons an additional entry onto the front of an edit script OLD.
Diff.ScriptBuilder - Interface in hudson.plugins.serenitec.util
 
diff_2(boolean) - Method in class hudson.plugins.serenitec.util.Diff
 
doCheckPattern(StaplerRequest, StaplerResponse) - Method in class hudson.plugins.serenitec.SerenitecDescriptor
Check Patterns.
doCheckPattern(StaplerRequest, StaplerResponse) - Method in class hudson.plugins.serenitec.SerenitecDescriptorBuilder
Check Patterns
doCheckThreshold(StaplerRequest, StaplerResponse) - Method in class hudson.plugins.serenitec.SerenitecDescriptor
Check Threshold
doCheckThreshold(StaplerRequest, StaplerResponse) - Method in class hudson.plugins.serenitec.SerenitecDescriptorBuilder
Check Threshold
doDetailsGraph(StaplerRequest, StaplerResponse, String) - Method in class hudson.plugins.serenitec.util.AbstractResultAction
Generates a PNG image for the repository trend
doErrorBySeverityTrend(StaplerRequest, StaplerResponse) - Method in class hudson.plugins.serenitec.SerenitecResult
Display the trend graph.
doFlipTrend(StaplerRequest, StaplerResponse) - Method in class hudson.plugins.serenitec.SerenitecProjectAction
Changes the trend graph display mode.
doGraph(StaplerRequest, StaplerResponse, int) - Method in class hudson.plugins.serenitec.util.AbstractResultAction
Generates a PNG image for the result trend.
doGraph(StaplerRequest, StaplerResponse, int) - Method in interface hudson.plugins.serenitec.util.ResultAction
Generates a PNG image showing the trend graph for this result action.
doGraphMap(StaplerRequest, StaplerResponse, int) - Method in class hudson.plugins.serenitec.util.AbstractResultAction
Generates a PNG image for the result trend.
doGraphMap(StaplerRequest, StaplerResponse, int) - Method in interface hudson.plugins.serenitec.util.ResultAction
Generates a clickable map for the trend graph of this result action.
doIndex(StaplerRequest, StaplerResponse) - Method in class hudson.plugins.serenitec.SerenitecProjectAction
Redirects the index page to the last result.
doPatternsBySeverityTrend(StaplerRequest, StaplerResponse) - Method in class hudson.plugins.serenitec.SerenitecResult
Display the trend graph.
doPercentage(float, float) - Static method in class hudson.plugins.serenitec.SerenitecResult
Compute the percentage ratio between two numbers.
doPersonalGraph(StaplerRequest, StaplerResponse, int, String) - Method in class hudson.plugins.serenitec.util.AbstractResultAction
Generates a PNG image for the result personal trend.
doPersonalGraph(StaplerRequest, StaplerResponse, int, String) - Method in interface hudson.plugins.serenitec.util.ResultAction
Generates a PNG image showing personnal graph for this result action.
doRepartitionPie(StaplerRequest, StaplerResponse) - Method in class hudson.plugins.serenitec.util.ErrorDetails
Display the trend graph.
doRulesRepartitionPie(StaplerRequest, StaplerResponse, int, int, int, String) - Method in class hudson.plugins.serenitec.util.AbstractResultAction
Generates a PNG image for the result personal trend.
doRulesRepartitionPie(StaplerRequest, StaplerResponse, int, int, int, String) - Method in interface hudson.plugins.serenitec.util.ResultAction
 
doTopFiveTrend(StaplerRequest, StaplerResponse) - Method in class hudson.plugins.serenitec.SerenitecResult
Display the trend graph.
doTrend(StaplerRequest, StaplerResponse) - Method in class hudson.plugins.serenitec.SerenitecProjectAction
Display the trend graph.
doTrend(StaplerRequest, StaplerResponse) - Method in class hudson.plugins.serenitec.util.ProjectDetails
 
doTrendMap(StaplerRequest, StaplerResponse) - Method in class hudson.plugins.serenitec.SerenitecProjectAction
Display the trend map.

E

EntriesContainer - Class in hudson.plugins.serenitec.util.model
A container for annotations.
EntriesContainer(EntriesContainer.Hierarchy) - Constructor for class hudson.plugins.serenitec.util.model.EntriesContainer
Creates a new instance of AnnotationContainer.
EntriesContainer(String, EntriesContainer.Hierarchy) - Constructor for class hudson.plugins.serenitec.util.model.EntriesContainer
Creates a new instance of AnnotationContainer.
EntriesContainer.Hierarchy - Enum in hudson.plugins.serenitec.util.model
The hierarchy of a container.
EntriesProvider - Interface in hudson.plugins.serenitec.util.model
Provides an entry counter for a model object.
EntryStream - Class in hudson.plugins.serenitec.util.model
An XStream for annotations.
EntryStream() - Constructor for class hudson.plugins.serenitec.util.model.EntryStream
Creates a new instance of AnnotationStream.
equals(ReportEntry) - Method in class hudson.plugins.serenitec.parseur.ReportEntry
 
equals(ReportPointeur) - Method in class hudson.plugins.serenitec.parseur.ReportPointeur
 
ErrorDetails - Class in hudson.plugins.serenitec.util
 
ErrorDetails(AbstractBuild<?, ?>, Project, String) - Constructor for class hudson.plugins.serenitec.util.ErrorDetails
 

F

FilesParser_Error_EmptyFile(Object) - Static method in class hudson.plugins.serenitec.util.Messages
Skipping file {0} because it''s empty.
FilesParser_Error_Exception(Object) - Static method in class hudson.plugins.serenitec.util.Messages
Parsing of file {0} failed due to an exception:
FilesParser_Error_NoFiles() - Static method in class hudson.plugins.serenitec.util.Messages
No report files were found.
FilesParser_Error_NoPermission(Object) - Static method in class hudson.plugins.serenitec.util.Messages
Skipping file {0} because we have no permission to read the file.
FixedWarningsDetail_Name() - Static method in class hudson.plugins.serenitec.util.Messages
Fixed Warnings
forwardScript - Static variable in class hudson.plugins.serenitec.util.Diff
Standard ScriptBuilders.
fromString(String) - Static method in enum hudson.plugins.serenitec.util.model.Priority
Converts a String priority to an actual enumeration value.
fromString(String) - Method in class hudson.plugins.serenitec.util.model.Priority.PriorityConverter

G

generateToolTip(CategoryDataset, int, int) - Method in class hudson.plugins.serenitec.util.PrioritiesAreaRenderer
generateToolTip(CategoryDataset, int, int) - Method in class hudson.plugins.serenitec.util.ResultAreaRenderer
generateURL(CategoryDataset, int, int) - Method in class hudson.plugins.serenitec.util.PrioritiesAreaRenderer
 
generateURL(CategoryDataset, int, int) - Method in class hudson.plugins.serenitec.util.ResultAreaRenderer
 
getActiveEntry() - Method in class hudson.plugins.serenitec.SerenitecResult
 
getAnnotationBound() - Method in class hudson.plugins.serenitec.util.model.EntriesContainer
Gets the maximum number of annotations within the elements of the child hierarchy.
getAnnotations() - Method in class hudson.plugins.serenitec.util.model.EntriesContainer
getBuildHealth() - Method in class hudson.plugins.serenitec.util.AbstractResultAction
getChildren() - Method in class hudson.plugins.serenitec.util.model.EntriesContainer
Returns the children containers of this container.
getChildren() - Method in class hudson.plugins.serenitec.util.model.MavenModule
Returns the children containers of this container.
getChildren() - Method in class hudson.plugins.serenitec.util.model.Package
 
getChildren() - Method in class hudson.plugins.serenitec.util.Project
Returns the children containers of this container.
getContainer() - Method in class hudson.plugins.serenitec.SerenitecResult
 
getContainer() - Method in class hudson.plugins.serenitec.util.model.EntriesContainer
Returns this container.
getCookieName() - Method in class hudson.plugins.serenitec.SerenitecProjectAction
Return the cookie name
getData() - Method in class hudson.plugins.serenitec.util.ProjectDetails
 
getData() - Method in class hudson.plugins.serenitec.util.SeverityDetails
 
getDelta() - Method in class hudson.plugins.serenitec.SerenitecResult
 
getDescription() - Method in class hudson.plugins.serenitec.parseur.ReportDescription
 
getDescriptions() - Method in class hudson.plugins.serenitec.parseur.ReportEntry
 
getDescriptor() - Method in class hudson.plugins.serenitec.SerenitecBuilder
get Descriptor
getDescriptor() - Method in class hudson.plugins.serenitec.SerenitecPublisher
 
getDescriptor() - Method in class hudson.plugins.serenitec.SerenitecResultAction
Returns the descriptor of the associated plug-in.
getDescriptor() - Method in class hudson.plugins.serenitec.util.AbstractResultAction
Returns the descriptor of the associated plug-in.
getDetails() - Method in class hudson.plugins.serenitec.SerenitecResult
Returns the detail messages for the summary.jelly file.
getDisplayName() - Method in class hudson.plugins.serenitec.SerenitecDescriptor
getDisplayName() - Method in class hudson.plugins.serenitec.SerenitecDescriptorBuilder
 
getDisplayName() - Method in class hudson.plugins.serenitec.SerenitecProjectAction
return the Display name
getDisplayName() - Method in class hudson.plugins.serenitec.SerenitecResult
getDisplayName() - Method in class hudson.plugins.serenitec.SerenitecResultAction
getDisplayName() - Method in class hudson.plugins.serenitec.util.ErrorDetails
 
getDisplayName() - Method in class hudson.plugins.serenitec.util.ProjectDetails
Title of the page in the navigation anchor bar
getDisplayName() - Method in class hudson.plugins.serenitec.util.SeverityDetails
Return the title of the page
getDisplayName() - Method in class hudson.plugins.serenitec.util.SourceDetail
 
getDynamic(String, StaplerRequest, StaplerResponse) - Method in class hudson.plugins.serenitec.SerenitecResult
Returns the dynamic result of the warnings analysis (a detail page for a module, package or warnings file or a detail object for new or fixed warnings).
getEntries() - Method in class hudson.plugins.serenitec.SerenitecResult
 
getEntries() - Method in class hudson.plugins.serenitec.util.model.EntriesContainer
 
getEntries() - Method in interface hudson.plugins.serenitec.util.model.EntriesProvider
return entries
getEntriesByName() - Method in class hudson.plugins.serenitec.util.model.EntriesContainer
 
getEntriesBySeverity() - Method in class hudson.plugins.serenitec.util.model.EntriesContainer
 
getEntriesFixed() - Method in class hudson.plugins.serenitec.SerenitecResult
 
getEntriesFixed() - Method in class hudson.plugins.serenitec.util.model.EntriesContainer
 
getEntriesFixed() - Method in interface hudson.plugins.serenitec.util.model.EntriesProvider
 
getEntriesNotFixed() - Method in class hudson.plugins.serenitec.SerenitecResult
 
getEntriesNotFixed() - Method in class hudson.plugins.serenitec.util.model.EntriesContainer
 
getEntriesNotFixed() - Method in interface hudson.plugins.serenitec.util.model.EntriesProvider
 
getEntry() - Method in class hudson.plugins.serenitec.util.ErrorDetails
 
getError() - Method in class hudson.plugins.serenitec.util.model.MavenModule
Returns the error message for this module.
getError() - Method in class hudson.plugins.serenitec.util.Project
Returns the error message that denotes that why project creation has been failed.
getFilename() - Method in class hudson.plugins.serenitec.parseur.ReportPointeur
 
getFullpath() - Method in class hudson.plugins.serenitec.parseur.ReportPointeur
 
getHealthReportBuilder() - Method in class hudson.plugins.serenitec.util.AbstractResultAction
Returns the associated health report builder.
getHealthReportBuilder() - Method in interface hudson.plugins.serenitec.util.ResultAction
Returns the associated health report builder.
getHealthy() - Method in class hudson.plugins.serenitec.util.HealthAwarePublisher
Returns the healthy threshold, i.e. when health is reported as 100%.
getHealthy() - Method in class hudson.plugins.serenitec.util.HealthReportBuilder
Returns the healthy.
getHealthyPatterns() - Method in class hudson.plugins.serenitec.util.HealthAwarePublisher
Returns the healthy threshold for annotations, i.e. when health is reported as 100%.
getHeight() - Method in class hudson.plugins.serenitec.util.HealthAwarePublisher
Returns the height of the trend graph.
getHeight() - Method in class hudson.plugins.serenitec.util.TrendReportSize
Returns the height of the trend graph.
getHelpFile() - Method in class hudson.plugins.serenitec.SerenitecDescriptor
getHelpFile() - Method in class hudson.plugins.serenitec.SerenitecDescriptorBuilder
 
getHelpreference() - Method in class hudson.plugins.serenitec.parseur.ReportDescription
 
getIconFileName() - Method in class hudson.plugins.serenitec.SerenitecProjectAction
Returns the icon URL for the side-panel in the project screen.
getIconFileName() - Method in class hudson.plugins.serenitec.util.AbstractResultAction
getIconUrl() - Method in class hudson.plugins.serenitec.SerenitecDescriptor
Getter for Action icon
getIconUrl() - Method in class hudson.plugins.serenitec.SerenitecDescriptorBuilder
 
getItemName() - Method in class hudson.plugins.serenitec.util.HealthReportBuilder
Returns the itemName.
getKey() - Method in class hudson.plugins.serenitec.parseur.ReportPointeur
 
getLanguage() - Method in class hudson.plugins.serenitec.parseur.ReportDescription
 
getLastAction() - Method in class hudson.plugins.serenitec.SerenitecProjectAction
Returns the last valid result action.
getLastAction() - Method in class hudson.plugins.serenitec.SerenitecResult
Returns the last valid result action.
getLastAction() - Method in class hudson.plugins.serenitec.util.ErrorDetails
Returns the last valid result action.
getLastAction() - Method in class hudson.plugins.serenitec.util.ProjectDetails
Returns the last valid result action.
getLastFinishedBuild() - Method in class hudson.plugins.serenitec.SerenitecProjectAction
Returns the last finished build.
getLastFinishedBuild() - Method in class hudson.plugins.serenitec.SerenitecResult
Returns the last finished build.
getLastFinishedBuild() - Method in class hudson.plugins.serenitec.util.ErrorDetails
Returns the last finished build.
getLastFinishedBuild() - Method in class hudson.plugins.serenitec.util.ProjectDetails
Returns the last finished build.
getLineFromFile() - Method in class hudson.plugins.serenitec.parseur.ReportPointeur
Return the txt line form the file
getLinenumber() - Method in class hudson.plugins.serenitec.parseur.ReportPointeur
 
getLocalizedString() - Method in enum hudson.plugins.serenitec.util.model.Priority
Returns a localized description of this priority.
getLongLocalizedString() - Method in enum hudson.plugins.serenitec.util.model.Priority
Returns a long localized description of this priority.
getMaxSeverityDiscovered() - Method in class hudson.plugins.serenitec.SerenitecResult
 
getMaxSeverityDiscovered() - Method in class hudson.plugins.serenitec.util.model.EntriesContainer
 
getMaxSeverityDiscovered() - Method in interface hudson.plugins.serenitec.util.model.EntriesProvider
 
getMinimumAnnotations() - Method in class hudson.plugins.serenitec.util.HealthAwarePublisher
Returns the threshold to be reached if a build should be considered as unstable.
getModifiedFiles() - Method in class hudson.plugins.serenitec.SerenitecResult
 
getModifiedFiles() - Method in class hudson.plugins.serenitec.util.model.EntriesContainer
 
getModule(String) - Method in class hudson.plugins.serenitec.util.model.EntriesContainer
Gets the module with the given name.
getModules() - Method in class hudson.plugins.serenitec.util.model.EntriesContainer
Gets the modules of this container that have annotations.
getModulesByName() - Method in class hudson.plugins.serenitec.util.model.EntriesContainer
 
getMultipleItemsTooltip(int) - Method in class hudson.plugins.serenitec.SerenitecResultAction
Returns the tooltip for several items.
getMultipleItemsTooltip(int) - Method in interface hudson.plugins.serenitec.util.ToolTipProvider
Returns the tooltip for several items.
getName() - Method in class hudson.plugins.serenitec.parseur.ReportEntry
 
getName() - Method in class hudson.plugins.serenitec.util.model.EntriesContainer
Returns the name of this container.
getNewEntries() - Method in class hudson.plugins.serenitec.SerenitecResult
 
getNumberMoyenneOfPointeursPerEntry() - Method in class hudson.plugins.serenitec.SerenitecResult
 
getNumberOfEntry() - Method in class hudson.plugins.serenitec.SerenitecResult
 
getNumberOfEntry() - Method in class hudson.plugins.serenitec.util.model.EntriesContainer
 
getNumberOfEntry() - Method in interface hudson.plugins.serenitec.util.model.EntriesProvider
 
getNumberOfEntryBefore() - Method in class hudson.plugins.serenitec.SerenitecResult
 
getNumberOfFixedEntry() - Method in class hudson.plugins.serenitec.SerenitecResult
 
getNumberOfFixedEntry() - Method in class hudson.plugins.serenitec.util.model.EntriesContainer
 
getNumberOfFixedEntry() - Method in interface hudson.plugins.serenitec.util.model.EntriesProvider
 
getNumberOfFixedEntryBefore() - Method in class hudson.plugins.serenitec.SerenitecResult
 
getNumberOfFixedEntryPercent() - Method in class hudson.plugins.serenitec.SerenitecResult
 
getNumberOfModules() - Method in class hudson.plugins.serenitec.SerenitecResult
Returns the number of modules in this project.
getNumberOfNewEntry() - Method in class hudson.plugins.serenitec.SerenitecResult
 
getNumberOfNewEntry() - Method in class hudson.plugins.serenitec.util.model.EntriesContainer
 
getNumberOfNewEntry() - Method in interface hudson.plugins.serenitec.util.model.EntriesProvider
 
getNumberOfNewEntryBefore() - Method in class hudson.plugins.serenitec.SerenitecResult
 
getNumberOfNewEntryPercent() - Method in class hudson.plugins.serenitec.SerenitecResult
 
getNumberOfNotFixedEntry() - Method in class hudson.plugins.serenitec.SerenitecResult
 
getNumberOfNotFixedEntry() - Method in class hudson.plugins.serenitec.util.model.EntriesContainer
 
getNumberOfNotFixedEntry() - Method in interface hudson.plugins.serenitec.util.model.EntriesProvider
 
getNumberOfNotFixedEntryBefore() - Method in class hudson.plugins.serenitec.SerenitecResult
 
getNumberOfNotFixedEntryPercent() - Method in class hudson.plugins.serenitec.SerenitecResult
 
getNumberOfPointeurs() - Method in class hudson.plugins.serenitec.parseur.ReportEntry
 
getNumberOfPointeurs() - Method in class hudson.plugins.serenitec.SerenitecResult
 
getNumberOfPointeurs() - Method in class hudson.plugins.serenitec.util.model.EntriesContainer
 
getNumberOfPointeurs() - Method in interface hudson.plugins.serenitec.util.model.EntriesProvider
 
getNumberOfPointeursBefore() - Method in class hudson.plugins.serenitec.SerenitecResult
 
getNumberOfRules() - Method in class hudson.plugins.serenitec.SerenitecResult
 
getNumberOfRules() - Method in class hudson.plugins.serenitec.util.model.EntriesContainer
 
getNumberOfRules() - Method in interface hudson.plugins.serenitec.util.model.EntriesProvider
 
getNumberOfRulesBefore() - Method in class hudson.plugins.serenitec.SerenitecResult
 
getNumberOfSeverityDesign() - Method in class hudson.plugins.serenitec.SerenitecResult
 
getNumberOfSeverityDesign() - Method in class hudson.plugins.serenitec.util.model.EntriesContainer
 
getNumberOfSeverityDesign() - Method in interface hudson.plugins.serenitec.util.model.EntriesProvider
 
getNumberOfSeverityDesignBefore() - Method in class hudson.plugins.serenitec.SerenitecResult
 
getNumberOfSeverityDesignPatterns() - Method in class hudson.plugins.serenitec.SerenitecResult
 
getNumberOfSeverityDesignPatterns() - Method in class hudson.plugins.serenitec.util.model.EntriesContainer
 
getNumberOfSeverityDesignPatterns() - Method in interface hudson.plugins.serenitec.util.model.EntriesProvider
 
getNumberOfSeverityDesignPercent() - Method in class hudson.plugins.serenitec.SerenitecResult
 
getNumberOfSeverityFormatage() - Method in class hudson.plugins.serenitec.SerenitecResult
 
getNumberOfSeverityFormatage() - Method in class hudson.plugins.serenitec.util.model.EntriesContainer
 
getNumberOfSeverityFormatage() - Method in interface hudson.plugins.serenitec.util.model.EntriesProvider
 
getNumberOfSeverityFormatageBefore() - Method in class hudson.plugins.serenitec.SerenitecResult
 
getNumberOfSeverityFormatagePatterns() - Method in class hudson.plugins.serenitec.SerenitecResult
 
getNumberOfSeverityFormatagePatterns() - Method in class hudson.plugins.serenitec.util.model.EntriesContainer
 
getNumberOfSeverityFormatagePatterns() - Method in interface hudson.plugins.serenitec.util.model.EntriesProvider
 
getNumberOfSeverityFormatagePercent() - Method in class hudson.plugins.serenitec.SerenitecResult
 
getNumberOfSeverityHighSecurity() - Method in class hudson.plugins.serenitec.SerenitecResult
 
getNumberOfSeverityHighSecurity() - Method in class hudson.plugins.serenitec.util.model.EntriesContainer
 
getNumberOfSeverityHighSecurity() - Method in interface hudson.plugins.serenitec.util.model.EntriesProvider
 
getNumberOfSeverityHighSecurityBefore() - Method in class hudson.plugins.serenitec.SerenitecResult
 
getNumberOfSeverityHighSecurityPatterns() - Method in class hudson.plugins.serenitec.SerenitecResult
 
getNumberOfSeverityHighSecurityPatterns() - Method in class hudson.plugins.serenitec.util.model.EntriesContainer
 
getNumberOfSeverityHighSecurityPatterns() - Method in interface hudson.plugins.serenitec.util.model.EntriesProvider
 
getNumberOfSeverityHighSecurityPercent() - Method in class hudson.plugins.serenitec.SerenitecResult
 
getNumberOfSeverityLowSecurity() - Method in class hudson.plugins.serenitec.SerenitecResult
 
getNumberOfSeverityLowSecurity() - Method in class hudson.plugins.serenitec.util.model.EntriesContainer
 
getNumberOfSeverityLowSecurity() - Method in interface hudson.plugins.serenitec.util.model.EntriesProvider
 
getNumberOfSeverityLowSecurityBefore() - Method in class hudson.plugins.serenitec.SerenitecResult
 
getNumberOfSeverityLowSecurityPatterns() - Method in class hudson.plugins.serenitec.SerenitecResult
 
getNumberOfSeverityLowSecurityPatterns() - Method in class hudson.plugins.serenitec.util.model.EntriesContainer
 
getNumberOfSeverityLowSecurityPatterns() - Method in interface hudson.plugins.serenitec.util.model.EntriesProvider
 
getNumberOfSeverityLowSecurityPercent() - Method in class hudson.plugins.serenitec.SerenitecResult
 
getNumberOfSeverityPerformance() - Method in class hudson.plugins.serenitec.SerenitecResult
 
getNumberOfSeverityPerformance() - Method in class hudson.plugins.serenitec.util.model.EntriesContainer
 
getNumberOfSeverityPerformance() - Method in interface hudson.plugins.serenitec.util.model.EntriesProvider
 
getNumberOfSeverityPerformanceBefore() - Method in class hudson.plugins.serenitec.SerenitecResult
 
getNumberOfSeverityPerformancePatterns() - Method in class hudson.plugins.serenitec.SerenitecResult
 
getNumberOfSeverityPerformancePatterns() - Method in class hudson.plugins.serenitec.util.model.EntriesContainer
 
getNumberOfSeverityPerformancePatterns() - Method in interface hudson.plugins.serenitec.util.model.EntriesProvider
 
getNumberOfSeverityPerformancePercent() - Method in class hudson.plugins.serenitec.SerenitecResult
 
getOwner() - Method in class hudson.plugins.serenitec.SerenitecResult
Returns the build as owner of this action.
getOwner() - Method in class hudson.plugins.serenitec.util.AbstractResultAction
Returns the associated build of this action.
getOwner() - Method in class hudson.plugins.serenitec.util.ErrorDetails
Getter for owner
getOwner() - Method in class hudson.plugins.serenitec.util.ProjectDetails
Getter for owner
getOwner() - Method in class hudson.plugins.serenitec.util.SeverityDetails
Getter for owner
getOwner() - Method in class hudson.plugins.serenitec.util.SourceDetail
 
getPackage(String) - Method in class hudson.plugins.serenitec.util.model.EntriesContainer
Gets the package with the given name.
getPackageCategoryName() - Method in class hudson.plugins.serenitec.util.model.EntriesContainer
Returns the package category name for the scanned files.
getPackages() - Method in class hudson.plugins.serenitec.util.model.EntriesContainer
Gets the packages of this container that have annotations.
getPattern(int) - Method in class hudson.plugins.serenitec.parseur.ReportEntry
Return the patern having this ID key
getPluginName() - Method in class hudson.plugins.serenitec.SerenitecDescriptor
Getter of the Plugin Name.
getPluginName() - Method in class hudson.plugins.serenitec.SerenitecDescriptorBuilder
 
getPluginResultUrlName() - Method in class hudson.plugins.serenitec.SerenitecDescriptor
Getter for results url
getPluginResultUrlName() - Method in class hudson.plugins.serenitec.SerenitecDescriptorBuilder
 
getPointeur(int) - Method in class hudson.plugins.serenitec.util.model.EntriesContainer
Returns the pointeur identified by its key number
getPointeurs() - Method in class hudson.plugins.serenitec.parseur.ReportEntry
 
getPointeurs() - Method in class hudson.plugins.serenitec.util.model.EntriesContainer
 
getPreviousBuild() - Method in class hudson.plugins.serenitec.util.AbstractResultAction
Gets the result of a previous build if it's recorded, or null if not.
getPreviousNumberOfWarnings(String) - Method in class hudson.plugins.serenitec.SerenitecResult
Returns the number of warnings of the specified package in the previous build.
getPreviousResult() - Method in class hudson.plugins.serenitec.SerenitecResult
Returns the results of the previous build.
getPreviousResultAction() - Method in class hudson.plugins.serenitec.SerenitecResultAction
Gets the warnings result of the previous build.
getPreviousResultAction() - Method in interface hudson.plugins.serenitec.util.ResultAction
Returns the result action from the previous build.
getProject() - Method in class hudson.plugins.serenitec.SerenitecProjectAction
Returns the project.
getProject() - Method in class hudson.plugins.serenitec.SerenitecResult
Returns the associated project of this result.
getProjectAction(AbstractProject<?, ?>) - Method in class hudson.plugins.serenitec.SerenitecPublisher
 
getProjectSerenitec() - Method in class hudson.plugins.serenitec.SerenitecResult
 
getReportName() - Method in class hudson.plugins.serenitec.util.HealthReportBuilder
Returns the reportName.
getResult() - Method in class hudson.plugins.serenitec.util.AbstractResultAction
Returns the current result of this action.
getResult() - Method in interface hudson.plugins.serenitec.util.ResultAction
Returns the current result of this action.
getRules() - Method in class hudson.plugins.serenitec.SerenitecResult
 
getRules() - Method in class hudson.plugins.serenitec.util.model.EntriesContainer
 
getRules() - Method in interface hudson.plugins.serenitec.util.model.EntriesProvider
 
getSeverity() - Method in class hudson.plugins.serenitec.parseur.ReportEntry
 
getseverityMax() - Method in class hudson.plugins.serenitec.util.HealthAwarePublisher
Returns the annotation threshold to be reached if a build should be considered as unstable.
getSingleItemTooltip() - Method in class hudson.plugins.serenitec.SerenitecResultAction
Returns the tooltip for exactly one item.
getSingleItemTooltip() - Method in interface hudson.plugins.serenitec.util.ToolTipProvider
Returns the tooltip for exactly one item.
getSourceCode() - Method in class hudson.plugins.serenitec.util.SourceDetail
 
getTarget() - Method in class hudson.plugins.serenitec.util.AbstractResultAction
getThreshold() - Method in class hudson.plugins.serenitec.util.HealthReportBuilder
Returns the threshold.
Gettingxml - Class in hudson.plugins.serenitec.parseur
 
Gettingxml(String) - Constructor for class hudson.plugins.serenitec.parseur.Gettingxml
 
getToolTip() - Method in class hudson.plugins.serenitec.util.model.EntriesContainer
Returns a tooltip showing the distribution of priorities for this container.
getTooltip(int) - Method in class hudson.plugins.serenitec.util.ToolTipBuilder
Returns the tooltip for the specified number of items.
getToolTipBuilder() - Method in class hudson.plugins.serenitec.util.PrioritiesAreaRenderer
Gets the tool tip builder.
getToolTipBuilder() - Method in class hudson.plugins.serenitec.util.ResultAreaRenderer
Gets the tool tip builder.
getTopFiveEntries() - Method in class hudson.plugins.serenitec.SerenitecResult
 
getTopFiveEntries() - Method in class hudson.plugins.serenitec.util.model.EntriesContainer
 
getTopFiveEntries() - Method in interface hudson.plugins.serenitec.util.model.EntriesProvider
 
getTopFiveEntriesBefore() - Method in class hudson.plugins.serenitec.SerenitecResult
 
getTrendHeight() - Method in class hudson.plugins.serenitec.util.HealthAwarePublisher
Returns the height of the trend graph.
getUnHealthy() - Method in class hudson.plugins.serenitec.util.HealthAwarePublisher
Returns the unhealthy threshold, i.e. when health is reported as 0%.
getUnHealthy() - Method in class hudson.plugins.serenitec.util.HealthReportBuilder
Returns the unHealthy.
getUnHealthyPatterns() - Method in class hudson.plugins.serenitec.util.HealthAwarePublisher
Returns the unhealthy threshold of annotations, i.e. when health is reported as 0%.
getUrlName() - Method in class hudson.plugins.serenitec.SerenitecProjectAction
getUrlName() - Method in class hudson.plugins.serenitec.util.AbstractResultAction
getWorkspacePath() - Method in class hudson.plugins.serenitec.util.Project
Returns the root path of the workspace files.

H

hasAnnotations() - Method in class hudson.plugins.serenitec.util.model.EntriesContainer
hasEntries() - Method in class hudson.plugins.serenitec.SerenitecResult
 
hasError() - Method in class hudson.plugins.serenitec.SerenitecResult
Returns whether a module with an error is part of this project.
hasError() - Method in class hudson.plugins.serenitec.util.model.MavenModule
Return whether this module has an error message stored.
hasError() - Method in class hudson.plugins.serenitec.util.Project
Returns whether a module with an error is part of this project.
hasPreviousResult() - Method in class hudson.plugins.serenitec.SerenitecResult
Returns whether a previous build result exists.
hasPreviousResultAction() - Method in class hudson.plugins.serenitec.util.AbstractResultAction
Returns whether a previous build already has a result action of this type attached.
hasPreviousResultAction() - Method in interface hudson.plugins.serenitec.util.ResultAction
Returns whether a previous build already has a result action of this type attached.
hasRules() - Method in class hudson.plugins.serenitec.SerenitecResult
 
hasValidResults() - Method in class hudson.plugins.serenitec.SerenitecProjectAction
Returns whether we have enough valid results in order to draw a meaningful graph.
HealthAwarePublisher - Class in hudson.plugins.serenitec.util
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, String) - Constructor for class hudson.plugins.serenitec.util.HealthAwarePublisher
Creates a new instance of HealthAwarePublisher.
HealthReportBuilder - Class in hudson.plugins.serenitec.util
Creates a health report for integer values based on healthy and unhealthy thresholds.
HealthReportBuilder() - Constructor for class hudson.plugins.serenitec.util.HealthReportBuilder
Creates a new dummy instance of HealthReportBuilder.
HealthReportBuilder(boolean, int, boolean, int, int, String, String) - Constructor for class hudson.plugins.serenitec.util.HealthReportBuilder
Creates a new instance of HealthReportBuilder.
heuristic - Variable in class hudson.plugins.serenitec.util.Diff
When set to true, the comparison uses a heuristic to speed it up.
HighPriority() - Static method in class hudson.plugins.serenitec.util.Messages
High Priority
hudson.plugins.serenitec - package hudson.plugins.serenitec
 
hudson.plugins.serenitec.parseur - package hudson.plugins.serenitec.parseur
 
hudson.plugins.serenitec.util - package hudson.plugins.serenitec.util
 
hudson.plugins.serenitec.util.model - package hudson.plugins.serenitec.util.model
 

I

initialize(AbstractBuild<?, ?>, Project, EntriesContainer) - Method in class hudson.plugins.serenitec.SerenitecResult
 
inserted - Variable in class hudson.plugins.serenitec.util.Diff.change
# lines of file 1 changed here.
isActive() - Method in class hudson.plugins.serenitec.parseur.ReportEntry
 
isApplicable(Class<? extends AbstractProject>) - Method in class hudson.plugins.serenitec.SerenitecDescriptor
isApplicable(Class<? extends AbstractProject>) - Method in class hudson.plugins.serenitec.SerenitecDescriptorBuilder
 
isCurrent() - Method in class hudson.plugins.serenitec.SerenitecResult
Returns whether this result belongs to the last build.
isEnabled() - Method in class hudson.plugins.serenitec.util.HealthReportBuilder
Returns whether this health report build is enabled, i.e. at least one of the health or failed thresholds are provided.
isEntry() - Method in class hudson.plugins.serenitec.util.ProjectDetails
 
isErrors() - Method in class hudson.plugins.serenitec.util.ProjectDetails
 
isFailureThresholdEnabled() - Method in class hudson.plugins.serenitec.util.HealthReportBuilder
Returns the isThresholdEnabled.
isFixed() - Method in class hudson.plugins.serenitec.parseur.ReportEntry
Return if all the patterns are fixed
IsFixed() - Method in class hudson.plugins.serenitec.util.model.EntriesContainer
Return true if all the patterns have been fixed
isFixedErrors() - Method in class hudson.plugins.serenitec.util.ProjectDetails
 
isHealthinessEnabled() - Method in class hudson.plugins.serenitec.SerenitecProjectAction
Returns whether we should display the toggle graph type links.
isHealthyReportEnabled() - Method in class hudson.plugins.serenitec.util.HealthAwarePublisher
Returns the isHealthyReportEnabled.
isHealthyReportEnabled() - Method in class hudson.plugins.serenitec.util.HealthReportBuilder
Returns the isHealthyReportEnabled.
isIsfixed() - Method in class hudson.plugins.serenitec.parseur.ReportPointeur
 
isNewErrors() - Method in class hudson.plugins.serenitec.util.ProjectDetails
 
isNotFixedErrors() - Method in class hudson.plugins.serenitec.util.ProjectDetails
 
isPatterns() - Method in class hudson.plugins.serenitec.util.ProjectDetails
 
isTestedRules() - Method in class hudson.plugins.serenitec.util.ProjectDetails
 
isThresholdEnabled() - Method in class hudson.plugins.serenitec.util.HealthAwarePublisher
Determines whether a threshold has been defined.

L

line0 - Variable in class hudson.plugins.serenitec.util.Diff.change
Line number of 1st deleted line.
line1 - Variable in class hudson.plugins.serenitec.util.Diff.change
Line number of 1st inserted line.
link - Variable in class hudson.plugins.serenitec.util.Diff.change
Previous or next edit command.
log(PrintStream, String) - Method in class hudson.plugins.serenitec.util.HealthAwarePublisher
Logs the specified message.
LowPriority() - Static method in class hudson.plugins.serenitec.util.Messages
Low Priority

M

MavenModule - Class in hudson.plugins.serenitec.util.model
A serializable Java Bean class representing a maven module.
MavenModule() - Constructor for class hudson.plugins.serenitec.util.model.MavenModule
Creates a new instance of MavenModule.
MavenModule(String) - Constructor for class hudson.plugins.serenitec.util.model.MavenModule
Creates a new instance of MavenModule.
Messages - Class in hudson.plugins.serenitec.util
 
Messages() - Constructor for class hudson.plugins.serenitec.util.Messages
 
ModuleDetail_header() - Static method in class hudson.plugins.serenitec.util.Messages
Module

N

NamespaceDetail_header() - Static method in class hudson.plugins.serenitec.util.Messages
Namespace
newInstance(StaplerRequest, JSONObject) - Method in class hudson.plugins.serenitec.SerenitecDescriptor
newInstance(StaplerRequest, JSONObject) - Method in class hudson.plugins.serenitec.SerenitecDescriptorBuilder
 
NewWarningsDetail_Name() - Static method in class hudson.plugins.serenitec.util.Messages
New Warnings
no_discards - Variable in class hudson.plugins.serenitec.util.Diff
When set to true, the algorithm returns a guarranteed minimal set of changes.
NormalPriority() - Static method in class hudson.plugins.serenitec.util.Messages
Normal Priority

P

Package - Class in hudson.plugins.serenitec.util.model
A serializable Java Bean class representing a Java package.
Package(String) - Constructor for class hudson.plugins.serenitec.util.model.Package
Creates a new instance of JavaPackage.
PackageDetail_header() - Static method in class hudson.plugins.serenitec.util.Messages
Package
parse() - Method in class hudson.plugins.serenitec.parseur.Gettingxml
 
perform(AbstractBuild<?, ?>, PrintStream) - Method in class hudson.plugins.serenitec.SerenitecPublisher
 
perform(AbstractBuild<?, ?>, Launcher, BuildListener) - Method in class hudson.plugins.serenitec.util.HealthAwarePublisher
perform(AbstractBuild<?, ?>, PrintStream) - Method in class hudson.plugins.serenitec.util.HealthAwarePublisher
Performs the publishing of the results of this plug-in.
prebuild(Build, BuildListener) - Method in class hudson.plugins.serenitec.SerenitecBuilder
PrioritiesAreaRenderer - Class in hudson.plugins.serenitec.util
Renderer that provides direct access to the individual results of a build via links.
PrioritiesAreaRenderer(String, ToolTipProvider) - Constructor for class hudson.plugins.serenitec.util.PrioritiesAreaRenderer
Creates a new instance of PrioritiesAreaRenderer.
Priority - Enum in hudson.plugins.serenitec.util.model
Defines the priority of an annotation.
Priority.PriorityConverter - Class in hudson.plugins.serenitec.util.model
Converts priorities for XStream deserialization.
Priority.PriorityConverter() - Constructor for class hudson.plugins.serenitec.util.model.Priority.PriorityConverter
 
Priority_High() - Static method in class hudson.plugins.serenitec.util.Messages
High
Priority_Low() - Static method in class hudson.plugins.serenitec.util.Messages
Low
Priority_Normal() - Static method in class hudson.plugins.serenitec.util.Messages
Normal
Project - Class in hudson.plugins.serenitec.util
 
Project() - Constructor for class hudson.plugins.serenitec.util.Project
Creates a new instance of JavaProject.
ProjectDetails - Class in hudson.plugins.serenitec.util
Renders details of the project specific line number.
ProjectDetails(AbstractBuild<?, ?>, String, List<?>) - Constructor for class hudson.plugins.serenitec.util.ProjectDetails
 

R

rebuildMappings() - Method in class hudson.plugins.serenitec.util.model.EntriesContainer
Rebuilds the priorities and files after deserialization.
ReportDescription - Class in hudson.plugins.serenitec.parseur
 
ReportDescription() - Constructor for class hudson.plugins.serenitec.parseur.ReportDescription
 
ReportEntry - Class in hudson.plugins.serenitec.parseur
 
ReportEntry() - Constructor for class hudson.plugins.serenitec.parseur.ReportEntry
 
ReportPointeur - Class in hudson.plugins.serenitec.parseur
 
ReportPointeur() - Constructor for class hudson.plugins.serenitec.parseur.ReportPointeur
 
result() - Method in class hudson.plugins.serenitec.parseur.Gettingxml
 
ResultAction<T> - Interface in hudson.plugins.serenitec.util
Defines an action that is responsible for handling results of the given type T.
ResultAreaRenderer - Class in hudson.plugins.serenitec.util
Renderer that provides direct access to the individual results of a build via links.
ResultAreaRenderer(String, ToolTipProvider) - Constructor for class hudson.plugins.serenitec.util.ResultAreaRenderer
Creates a new instance of ResultAreaRenderer.
reverseScript - Static variable in class hudson.plugins.serenitec.util.Diff
Standard ScriptBuilders.

S

SERENITEC_DESCRIPTOR - Static variable in class hudson.plugins.serenitec.SerenitecBuilder
Serenitec descriptor.
SERENITEC_DESCRIPTOR - Static variable in class hudson.plugins.serenitec.SerenitecPublisher
 
SerenitecBuilder - Class in hudson.plugins.serenitec
SerenitecBuilder.
SerenitecBuilder() - Constructor for class hudson.plugins.serenitec.SerenitecBuilder
Contructor.
SerenitecDescriptor - Class in hudson.plugins.serenitec
The class SerenitecDescriptor declares the methods in charge of the maven plugin.
SerenitecDescriptor() - Constructor for class hudson.plugins.serenitec.SerenitecDescriptor
Constructor.
SerenitecDescriptorBuilder - Class in hudson.plugins.serenitec
The class SerenitecDescriptor declares the methods in charge of the maven plugin.
SerenitecDescriptorBuilder() - Constructor for class hudson.plugins.serenitec.SerenitecDescriptorBuilder
Constructor.
SerenitecPlugin - Class in hudson.plugins.serenitec
Registers the warnings plug-in publisher and reporter.
SerenitecPlugin() - Constructor for class hudson.plugins.serenitec.SerenitecPlugin
 
SerenitecProjectAction - Class in hudson.plugins.serenitec
The class SerenitecProjectAction.
SerenitecProjectAction(AbstractProject<?, ?>, int) - Constructor for class hudson.plugins.serenitec.SerenitecProjectAction
Instantiates a new find bugs project action.
SerenitecProjectAction(AbstractProject<?, ?>, SerenitecDescriptor, int) - Constructor for class hudson.plugins.serenitec.SerenitecProjectAction
Creates a new instance of SerenitecProjectAction.
SerenitecPublisher - Class in hudson.plugins.serenitec
The class SerenitecPublisher declares the methods SerenitecPublisher
SerenitecPublisher(String, String, String, String) - Constructor for class hudson.plugins.serenitec.SerenitecPublisher
Creates a new instance of WarningPublisher.
SerenitecResult - Class in hudson.plugins.serenitec
Represents the results of the warning analysis.
SerenitecResult(AbstractBuild<?, ?>, Project) - Constructor for class hudson.plugins.serenitec.SerenitecResult
Creates a new instance of WarningsResult.
SerenitecResult(AbstractBuild<?, ?>, Project, SerenitecResult) - Constructor for class hudson.plugins.serenitec.SerenitecResult
Creates a new instance of SerenitecResult.
SerenitecResult(AbstractBuild<?, ?>, Project, EntriesContainer) - Constructor for class hudson.plugins.serenitec.SerenitecResult
Creates a new instance of SerenitecResult.
SerenitecResultAction - Class in hudson.plugins.serenitec
Controls the live cycle of the warnings results.
SerenitecResultAction(AbstractBuild<?, ?>, HealthReportBuilder) - Constructor for class hudson.plugins.serenitec.SerenitecResultAction
Creates a new instance of WarningsResultAction.
SerenitecResultAction(AbstractBuild<?, ?>, HealthReportBuilder, SerenitecResult) - Constructor for class hudson.plugins.serenitec.SerenitecResultAction
Creates a new instance of WarningsResultAction.
SerenitecResultBuilder - Class in hudson.plugins.serenitec
Creates a new warnings result based on the values of a previous build and the current project.
SerenitecResultBuilder() - Constructor for class hudson.plugins.serenitec.SerenitecResultBuilder
 
setData(List<?>) - Method in class hudson.plugins.serenitec.util.ProjectDetails
 
setDescription(String) - Method in class hudson.plugins.serenitec.parseur.ReportDescription
 
setDescriptions(ArrayList<ReportDescription>) - Method in class hudson.plugins.serenitec.parseur.ReportEntry
 
setError(String) - Method in class hudson.plugins.serenitec.util.model.MavenModule
Sets an error message that denotes that the creation of the module has been failed.
setError(String) - Method in class hudson.plugins.serenitec.util.Project
Sets the error message that denotes that why project creation has been failed.
setFailureThresholdEnabled(boolean) - Method in class hudson.plugins.serenitec.util.HealthReportBuilder
Sets the isThresholdEnabled to the specified value.
setFilename(String) - Method in class hudson.plugins.serenitec.parseur.ReportPointeur
 
setFullpath(String) - Method in class hudson.plugins.serenitec.parseur.ReportPointeur
 
setHealthy(int) - Method in class hudson.plugins.serenitec.util.HealthReportBuilder
Sets the healthy to the specified value.
setHealthyReportEnabled(boolean) - Method in class hudson.plugins.serenitec.util.HealthReportBuilder
Sets the isHealthyReportEnabled to the specified value.
setHelpreference(String) - Method in class hudson.plugins.serenitec.parseur.ReportDescription
 
setHierarchy(EntriesContainer.Hierarchy) - Method in class hudson.plugins.serenitec.util.model.EntriesContainer
Sets the hierarchy to the specified value.
setIsfixed(boolean) - Method in class hudson.plugins.serenitec.parseur.ReportPointeur
 
setItemName(String) - Method in class hudson.plugins.serenitec.util.HealthReportBuilder
Sets the itemName to the specified value.
setLanguage(String) - Method in class hudson.plugins.serenitec.parseur.ReportDescription
 
setLinenumber(int) - Method in class hudson.plugins.serenitec.parseur.ReportPointeur
 
setName(String) - Method in class hudson.plugins.serenitec.parseur.ReportEntry
 
setName(String) - Method in class hudson.plugins.serenitec.util.model.EntriesContainer
Sets the name of this container.
setPointeurs(ArrayList<ReportPointeur>) - Method in class hudson.plugins.serenitec.parseur.ReportEntry
 
setReportName(String) - Method in class hudson.plugins.serenitec.util.HealthReportBuilder
Sets the reportName to the specified value.
setResult(T) - Method in class hudson.plugins.serenitec.util.AbstractResultAction
Sets the result for this build.
setResult(T) - Method in interface hudson.plugins.serenitec.util.ResultAction
Sets the result for this build.
setSeverity(int) - Method in class hudson.plugins.serenitec.parseur.ReportEntry
 
setThreshold(int) - Method in class hudson.plugins.serenitec.util.HealthReportBuilder
Sets the threshold to the specified value.
setUnHealthy(int) - Method in class hudson.plugins.serenitec.util.HealthReportBuilder
Sets the unHealthy to the specified value.
setWorkspacePath(String) - Method in class hudson.plugins.serenitec.util.Project
Sets the root path of the workspace files.
SeverityDetails - Class in hudson.plugins.serenitec.util
 
SeverityDetails(AbstractBuild<?, ?>, Project, int) - Constructor for class hudson.plugins.serenitec.util.SeverityDetails
Generates DATA for Severity Details
SourceDetail - Class in hudson.plugins.serenitec.util
Renders a source file containing an annotation for the whole file or a specific line number.
SourceDetail(AbstractBuild<?, ?>, ReportPointeur) - Constructor for class hudson.plugins.serenitec.util.SourceDetail
 
start() - Method in class hudson.plugins.serenitec.SerenitecPlugin

T

ThresholdValidator - Class in hudson.plugins.serenitec.util
Validates a threshold parameter.
ThresholdValidator(StaplerRequest, StaplerResponse) - Constructor for class hudson.plugins.serenitec.util.ThresholdValidator
Creates a new instance of NumberValidator.
ToolTipBuilder - Class in hudson.plugins.serenitec.util
Builds tooltips for items.
ToolTipBuilder(ToolTipProvider) - Constructor for class hudson.plugins.serenitec.util.ToolTipBuilder
Creates a new instance of ToolTipBuilder.
ToolTipProvider - Interface in hudson.plugins.serenitec.util
Provides tooltips for single or multiple items.
Trend_PriorityHigh() - Static method in class hudson.plugins.serenitec.util.Messages
(high priority)
Trend_PriorityLow() - Static method in class hudson.plugins.serenitec.util.Messages
(low priority)
Trend_PriorityNormal() - Static method in class hudson.plugins.serenitec.util.Messages
(normal priority)
TrendReportSize - Class in hudson.plugins.serenitec.util
Controls the size of a trend report.
TrendReportSize(String) - Constructor for class hudson.plugins.serenitec.util.TrendReportSize
Creates a new instance of TrendReportSize.
TypeDetail_header() - Static method in class hudson.plugins.serenitec.util.Messages
Type

V

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

_

_CategoryDetail_header() - Static method in class hudson.plugins.serenitec.util.Messages
Category
_FilesParser_Error_EmptyFile(Object) - Static method in class hudson.plugins.serenitec.util.Messages
Skipping file {0} because it''s empty.
_FilesParser_Error_Exception(Object) - Static method in class hudson.plugins.serenitec.util.Messages
Parsing of file {0} failed due to an exception:
_FilesParser_Error_NoFiles() - Static method in class hudson.plugins.serenitec.util.Messages
No report files were found.
_FilesParser_Error_NoPermission(Object) - Static method in class hudson.plugins.serenitec.util.Messages
Skipping file {0} because we have no permission to read the file.
_FixedWarningsDetail_Name() - Static method in class hudson.plugins.serenitec.util.Messages
Fixed Warnings
_HighPriority() - Static method in class hudson.plugins.serenitec.util.Messages
High Priority
_LowPriority() - Static method in class hudson.plugins.serenitec.util.Messages
Low Priority
_ModuleDetail_header() - Static method in class hudson.plugins.serenitec.util.Messages
Module
_NamespaceDetail_header() - Static method in class hudson.plugins.serenitec.util.Messages
Namespace
_NewWarningsDetail_Name() - Static method in class hudson.plugins.serenitec.util.Messages
New Warnings
_NormalPriority() - Static method in class hudson.plugins.serenitec.util.Messages
Normal Priority
_PackageDetail_header() - Static method in class hudson.plugins.serenitec.util.Messages
Package
_Priority_High() - Static method in class hudson.plugins.serenitec.util.Messages
High
_Priority_Low() - Static method in class hudson.plugins.serenitec.util.Messages
Low
_Priority_Normal() - Static method in class hudson.plugins.serenitec.util.Messages
Normal
_Trend_PriorityHigh() - Static method in class hudson.plugins.serenitec.util.Messages
(high priority)
_Trend_PriorityLow() - Static method in class hudson.plugins.serenitec.util.Messages
(low priority)
_Trend_PriorityNormal() - Static method in class hudson.plugins.serenitec.util.Messages
(normal priority)
_TypeDetail_header() - Static method in class hudson.plugins.serenitec.util.Messages
Type

A B C D E F G H I L M N P R S T V _

Copyright © 2008. All Rights Reserved.