Class HealthStatusItemHelper
- java.lang.Object
-
- jetbrains.buildServer.serverSide.audit.helpers.HealthStatusItemHelper
-
- All Implemented Interfaces:
ObjectTypeHelper
public class HealthStatusItemHelper extends Object
Created by IntelliJ IDEA. User: Evgeniy.Koshkin Date: 30.04.13 Time: 13:27
-
-
Constructor Summary
Constructors Constructor Description HealthStatusItemHelper()
-
Method Summary
All Methods Instance Methods Concrete Methods Modifier and Type Method Description protected String
doGetLog4jDescription(HealthStatusItem item)
protected String
doGetObjectExternalId(T object)
protected String
doGetObjectId(HealthStatusItem item)
protected String
doGetObjectName(HealthStatusItem item)
String
getLog4jDescription(Object object)
T
getObject(Object object)
String
getObjectExternalId(Object object)
String
getObjectId(Object object)
String
getObjectName(Object object)
protected boolean
mustAddQuotesToName()
boolean
objectWasRenamed(Object object, String oldName)
-
-
-
Method Detail
-
doGetObjectName
@NotNull protected String doGetObjectName(@NotNull HealthStatusItem item)
-
doGetLog4jDescription
@NotNull protected String doGetLog4jDescription(@NotNull HealthStatusItem item)
-
doGetObjectId
@NotNull protected String doGetObjectId(@NotNull HealthStatusItem item)
-
getLog4jDescription
@NotNull public String getLog4jDescription(@NotNull Object object)
- Specified by:
getLog4jDescription
in interfaceObjectTypeHelper
-
getObjectId
@NotNull public String getObjectId(@NotNull Object object)
- Specified by:
getObjectId
in interfaceObjectTypeHelper
-
getObjectExternalId
@NotNull public String getObjectExternalId(@NotNull Object object)
- Specified by:
getObjectExternalId
in interfaceObjectTypeHelper
-
getObjectName
@NotNull public String getObjectName(@NotNull Object object)
- Specified by:
getObjectName
in interfaceObjectTypeHelper
-
mustAddQuotesToName
protected boolean mustAddQuotesToName()
-
objectWasRenamed
public boolean objectWasRenamed(@NotNull Object object, @NotNull String oldName)
- Specified by:
objectWasRenamed
in interfaceObjectTypeHelper
-
getObject
@NotNull public T getObject(@NotNull Object object)
-
doGetObjectExternalId
@NotNull protected String doGetObjectExternalId(@NotNull T object)
-
-