Uses of Class
jetbrains.buildServer.serverSide.oauth.space.SpaceScope
-
Packages that use SpaceScope Package Description jetbrains.buildServer.serverSide.oauth.space -
-
Uses of SpaceScope in jetbrains.buildServer.serverSide.oauth.space
Fields in jetbrains.buildServer.serverSide.oauth.space with type parameters of type SpaceScope Modifier and Type Field Description static Set<SpaceScope>SpaceConstants. SCOPES_REPO_FULLstatic Set<SpaceScope>SpaceConstants. SCOPES_REPO_GROUPS_READMethods in jetbrains.buildServer.serverSide.oauth.space that return SpaceScope Modifier and Type Method Description static SpaceScopeSpaceScope. valueOf(String name)Returns the enum constant of this type with the specified name.static SpaceScope[]SpaceScope. values()Returns an array containing the constants of this enum type, in the order they are declared.Methods in jetbrains.buildServer.serverSide.oauth.space that return types with arguments of type SpaceScope Modifier and Type Method Description static Optional<SpaceScope>SpaceScope. find(String value)Method parameters in jetbrains.buildServer.serverSide.oauth.space with type arguments of type SpaceScope Modifier and Type Method Description static StringSpaceScope. toScopeList(Set<SpaceScope> scopes)
-