Class RoleScope
- java.lang.Object
-
- jetbrains.buildServer.serverSide.auth.RoleScope
-
-
Method Summary
All Methods Static Methods Instance Methods Concrete Methods Modifier and Type Method Description Stringdescribe(boolean verbose)booleanequals(Object o)StringgetProjectId()static RoleScopeglobalScope()inthashCode()booleanisGlobal()static RoleScopeprojectScope(String projectId)StringtoString()
-
-
-
Method Detail
-
getProjectId
public String getProjectId()
- Returns:
- internal id of the associated project
-
isGlobal
public boolean isGlobal()
-
globalScope
public static RoleScope globalScope()
-
projectScope
public static RoleScope projectScope(@NotNull String projectId)
- Parameters:
projectId- project internal id
-
-