Class AuditLogObject
- java.lang.Object
-
- jetbrains.buildServer.serverSide.audit.AuditLogObject
-
public class AuditLogObject extends Object
- Author:
- Maxim.Manuylov Date: 19.10.12
-
-
Constructor Summary
Constructors Constructor Description AuditLogObject(ObjectType objectType, String objectId)
-
Method Summary
All Methods Instance Methods Concrete Methods Modifier and Type Method Description String
getObjectId()
ObjectType
getObjectType()
-
-
-
Constructor Detail
-
AuditLogObject
public AuditLogObject(@NotNull ObjectType objectType, @NotNull String objectId)
-
-
Method Detail
-
getObjectType
@NotNull public ObjectType getObjectType()
-
getObjectId
@NotNull public String getObjectId()
-
-