Package jetbrains.buildServer.util
Class NamedThreadUtil.ThreadNameCookie
- java.lang.Object
-
- jetbrains.buildServer.util.NamedThreadUtil.ThreadNameCookie
-
- All Implemented Interfaces:
Disposable
- Enclosing class:
- NamedThreadUtil
public static final class NamedThreadUtil.ThreadNameCookie extends Object implements Disposable
-
-
Method Summary
All Methods Instance Methods Concrete Methods Modifier and Type Method Description void
dispose()
String
getOldName()
NamedThreadUtil.ThreadNameCookie
setNewName(String newDetails)
-
-
-
Method Detail
-
getOldName
@NotNull public String getOldName()
-
setNewName
@NotNull public NamedThreadUtil.ThreadNameCookie setNewName(@NotNull String newDetails)
-
dispose
public void dispose()
- Specified by:
dispose
in interfaceDisposable
-
-