Package jetbrains.buildServer.serverSide
Class ReadOnlyRestrictor
- java.lang.Object
-
- jetbrains.buildServer.serverSide.ReadOnlyRestrictor
-
@Deprecated public class ReadOnlyRestrictor extends Object
Deprecated.useIOGuard
-
-
Constructor Summary
Constructors Constructor Description ReadOnlyRestrictor()
Deprecated.
-
Method Summary
All Methods Static Methods Concrete Methods Deprecated Methods Modifier and Type Method Description static <E extends Throwable>
voiddoReadOnlyCommandLine(ActionThrow<E> actionThrow)
Deprecated.static <R,E extends Throwable>
RdoReadOnlyCommandLine(FuncThrow<R,E> actionThrow)
Deprecated.static <E extends Throwable>
voiddoReadOnlyNetworkOperation(ActionThrow<E> actionThrow)
Deprecated.static <R,E extends Throwable>
RdoReadOnlyNetworkOperation(FuncThrow<R,E> actionThrow)
Deprecated.
-
-
-
Method Detail
-
doReadOnlyNetworkOperation
public static <E extends Throwable> void doReadOnlyNetworkOperation(@NotNull ActionThrow<E> actionThrow) throws E extends Throwable
Deprecated.- Throws:
E extends Throwable
-
doReadOnlyNetworkOperation
public static <R,E extends Throwable> R doReadOnlyNetworkOperation(@NotNull FuncThrow<R,E> actionThrow) throws E extends Throwable
Deprecated.- Throws:
E extends Throwable
-
doReadOnlyCommandLine
public static <E extends Throwable> void doReadOnlyCommandLine(@NotNull ActionThrow<E> actionThrow) throws E extends Throwable
Deprecated.- Throws:
E extends Throwable
-
-