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 StringdoGetLog4jDescription(HealthStatusItem item)protected StringdoGetObjectExternalId(T object)protected StringdoGetObjectId(HealthStatusItem item)protected StringdoGetObjectName(HealthStatusItem item)StringgetLog4jDescription(Object object)TgetObject(Object object)StringgetObjectExternalId(Object object)StringgetObjectId(Object object)StringgetObjectName(Object object)protected booleanmustAddQuotesToName()booleanobjectWasRenamed(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:
getLog4jDescriptionin interfaceObjectTypeHelper
-
getObjectId
@NotNull public String getObjectId(@NotNull Object object)
- Specified by:
getObjectIdin interfaceObjectTypeHelper
-
getObjectExternalId
@NotNull public String getObjectExternalId(@NotNull Object object)
- Specified by:
getObjectExternalIdin interfaceObjectTypeHelper
-
getObjectName
@NotNull public String getObjectName(@NotNull Object object)
- Specified by:
getObjectNamein interfaceObjectTypeHelper
-
mustAddQuotesToName
protected boolean mustAddQuotesToName()
-
objectWasRenamed
public boolean objectWasRenamed(@NotNull Object object, @NotNull String oldName)- Specified by:
objectWasRenamedin interfaceObjectTypeHelper
-
getObject
@NotNull public T getObject(@NotNull Object object)
-
doGetObjectExternalId
@NotNull protected String doGetObjectExternalId(@NotNull T object)
-
-