Class AuditUtil
- java.lang.Object
-
- jetbrains.buildServer.serverSide.impl.audit.AuditUtil
-
public class AuditUtil extends Object
- Author:
- Maxim.Manuylov Date: 29.12.2009
-
-
Constructor Summary
Constructors Constructor Description AuditUtil()
-
Method Summary
All Methods Static Methods Concrete Methods Modifier and Type Method Description static String
formatAdditionalObjects(String source, ActionType actionType, Object[] additionalObjects)
static Object
roleScope2Project(ProjectManager projectManager, RoleScope scope)
-
-
-
Method Detail
-
formatAdditionalObjects
@NotNull public static String formatAdditionalObjects(@NotNull String source, @NotNull ActionType actionType, @NotNull Object[] additionalObjects)
-
roleScope2Project
@Nullable public static Object roleScope2Project(@NotNull ProjectManager projectManager, @NotNull RoleScope scope)
-
-