Enum IssuesStatistics.StatisticProperties
java.lang.Object
java.lang.Enum<IssuesStatistics.StatisticProperties>
io.jenkins.plugins.analysis.core.util.IssuesStatistics.StatisticProperties
- Alle implementierten Schnittstellen:
Serializable
,Comparable<IssuesStatistics.StatisticProperties>
- Umschließende Klasse:
IssuesStatistics
public static enum IssuesStatistics.StatisticProperties
extends Enum<IssuesStatistics.StatisticProperties>
Available report statistics.
-
Enum-Konstanten - Übersicht
Enum-KonstanteBeschreibung -
Methodenübersicht
Modifizierer und TypMethodeBeschreibungint
get
(IssuesStatistics statistics) Returns the selected number of issues in the build.Returns the localized human-readable name of this instance.Returns the method that should be used to determine the selected number of issues in the build.Returns the relative url of this statistics.Gibt die Enumerationskonstante dieses Typs mit dem angegebenen Namen zurück.static IssuesStatistics.StatisticProperties[]
values()
Gibt ein Array mit den Konstanten dieses Enum-Typs in der Reihenfolge ihrer Deklaration zurück.
-
Enum-Konstanten - Details
-
TOTAL
-
TOTAL_ERROR
-
TOTAL_HIGH
-
TOTAL_NORMAL
-
TOTAL_LOW
-
TOTAL_MODIFIED
-
NEW
-
NEW_ERROR
-
NEW_HIGH
-
NEW_NORMAL
-
NEW_LOW
-
NEW_MODIFIED
-
DELTA
-
DELTA_ERROR
-
DELTA_HIGH
-
DELTA_NORMAL
-
DELTA_LOW
-
FIXED
-
-
Methodendetails
-
values
Gibt ein Array mit den Konstanten dieses Enum-Typs in der Reihenfolge ihrer Deklaration zurück.- Gibt zurück:
- ein Array mit den Konstanten dieses Enumerationstyps in der Reihenfolge ihrer Deklaration
-
valueOf
Gibt die Enumerationskonstante dieses Typs mit dem angegebenen Namen zurück. Die Zeichenfolge muss exakt mit einer ID übereinstimmen, mit der eine Enumerationskonstante in diesem Typ deklariert wird. (Zusätzliche Leerzeichen sind nicht zulässig.)- Parameter:
name
- Name der zurückzugebenden Enumerationskonstante.- Gibt zurück:
- Enumerationskonstante mit dem angegebenen Namen
- Löst aus:
IllegalArgumentException
- wenn dieser Enumerationstyp keine Konstante mit dem angegebenen Namen enthältNullPointerException
- wenn das Argument nicht angegeben wird
-
getDisplayName
Returns the localized human-readable name of this instance.- Gibt zurück:
- human-readable name
-
getSizeGetter
Returns the method that should be used to determine the selected number of issues in the build.- Gibt zurück:
- the threshold getter
-
getUrl
Returns the relative url of this statistics.- Parameter:
prefix
- the prefix added to the url- Gibt zurück:
- the relative url
-
get
Returns the selected number of issues in the build.- Parameter:
statistics
- the statistics to get the value from- Gibt zurück:
- the threshold getter
-