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 String
describe(boolean verbose)
boolean
equals(Object o)
String
getProjectId()
static RoleScope
globalScope()
int
hashCode()
boolean
isGlobal()
static RoleScope
projectScope(String projectId)
String
toString()
-
-
-
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
-
-