Class ExtensionError
- java.lang.Object
-
- jetbrains.buildServer.serverSide.impl.cleanup.ExtensionError
-
- All Implemented Interfaces:
Comparable<ExtensionError>
@Immutable public class ExtensionError extends Object implements Comparable<ExtensionError>
- Since:
- 2020.2.3
-
-
Method Summary
All Methods Instance Methods Concrete Methods Modifier and Type Method Description intcompareTo(ExtensionError other)booleanequals(Object o)StringgetErrorMessage()StringgetExtensionName()inthashCode()StringtoString()
-
-
-
Method Detail
-
getExtensionName
@NotNull public String getExtensionName()
-
getErrorMessage
@NotNull public String getErrorMessage()
-
compareTo
public int compareTo(@NotNull ExtensionError other)- Specified by:
compareToin interfaceComparable<ExtensionError>
-
-