Uses of Class
jetbrains.buildServer.tests.TestCurrentMuteData.TestContextMuteData.Scope
-
Packages that use TestCurrentMuteData.TestContextMuteData.Scope Package Description jetbrains.buildServer.tests -
-
Uses of TestCurrentMuteData.TestContextMuteData.Scope in jetbrains.buildServer.tests
Methods in jetbrains.buildServer.tests that return TestCurrentMuteData.TestContextMuteData.Scope Modifier and Type Method Description TestCurrentMuteData.TestContextMuteData.Scope
TestCurrentMuteData.TestContextMuteData. getScope()
static TestCurrentMuteData.TestContextMuteData.Scope
TestCurrentMuteData.TestContextMuteData.Scope. valueOf(String name)
Returns the enum constant of this type with the specified name.static TestCurrentMuteData.TestContextMuteData.Scope[]
TestCurrentMuteData.TestContextMuteData.Scope. values()
Returns an array containing the constants of this enum type, in the order they are declared.
-