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 int
compareTo(ExtensionError other)
boolean
equals(Object o)
String
getErrorMessage()
String
getExtensionName()
int
hashCode()
String
toString()
-
-
-
Method Detail
-
getExtensionName
@NotNull public String getExtensionName()
-
getErrorMessage
@NotNull public String getErrorMessage()
-
compareTo
public int compareTo(@NotNull ExtensionError other)
- Specified by:
compareTo
in interfaceComparable<ExtensionError>
-
-