Uses of Class
jetbrains.buildServer.serverSide.RestrictedOperation
-
Packages that use RestrictedOperation Package Description jetbrains.buildServer.serverSide jetbrains.buildServer.serverSide.impl -
-
Uses of RestrictedOperation in jetbrains.buildServer.serverSide
Methods in jetbrains.buildServer.serverSide that return RestrictedOperation Modifier and Type Method Description static RestrictedOperation
RestrictedOperation. valueOf(String name)
Returns the enum constant of this type with the specified name.static RestrictedOperation[]
RestrictedOperation. values()
Returns an array containing the constants of this enum type, in the order they are declared. -
Uses of RestrictedOperation in jetbrains.buildServer.serverSide.impl
Methods in jetbrains.buildServer.serverSide.impl with parameters of type RestrictedOperation Modifier and Type Method Description static void
SecondaryNodeSecurityManager. addAllowedClassNamePrefix(RestrictedOperation operation, String classNamePrefix)
Allows granting access to classes with a specified class name prefix.Method parameters in jetbrains.buildServer.serverSide.impl with type arguments of type RestrictedOperation Modifier and Type Method Description static <E extends Throwable>
voidSecondaryNodeSecurityManager. executeSafe(ActionThrow<E> actionThrow, Set<RestrictedOperation> operations)
Code that wants to run safe but restricted operation on read-only node should be wrapped in this method.static <R,E extends Throwable>
RSecondaryNodeSecurityManager. executeSafe(FuncThrow<R,E> funcThrow, Set<RestrictedOperation> operations)
Code that wants to run safe but restricted operation on read-only node should be wrapped in this method.
-