Uses of Class
jetbrains.buildServer.serverSide.oauth.space.pojo.SpaceRight
-
Packages that use SpaceRight Package Description jetbrains.buildServer.serverSide.oauth.space jetbrains.buildServer.serverSide.oauth.space.pojo -
-
Uses of SpaceRight in jetbrains.buildServer.serverSide.oauth.space
Fields in jetbrains.buildServer.serverSide.oauth.space with type parameters of type SpaceRight Modifier and Type Field Description static Set<SpaceRight>
SpaceConstants. RIGHTS_COMMIT_STATUS
static Set<SpaceRight>
SpaceConstants. RIGHTS_INSTANCE_CONNECTION
static Set<SpaceRight>
SpaceConstants. RIGHTS_PROJECT_CONNECTION
static Set<SpaceRight>
SpaceConstants. RIGHTS_PULL_REQUEST
Method parameters in jetbrains.buildServer.serverSide.oauth.space with type arguments of type SpaceRight Modifier and Type Method Description void
SpaceClient. requestApplicationRights(String accssToken, String contextIdentifier, Set<SpaceRight> rights)
-
Uses of SpaceRight in jetbrains.buildServer.serverSide.oauth.space.pojo
Methods in jetbrains.buildServer.serverSide.oauth.space.pojo that return SpaceRight Modifier and Type Method Description static SpaceRight
SpaceRight. valueOf(String name)
Returns the enum constant of this type with the specified name.static SpaceRight[]
SpaceRight. values()
Returns an array containing the constants of this enum type, in the order they are declared.Methods in jetbrains.buildServer.serverSide.oauth.space.pojo that return types with arguments of type SpaceRight Modifier and Type Method Description Map<SpaceRight,SpaceRightStatus>
SpaceApplicationRights. getRightStatuses()
static Optional<SpaceRight>
SpaceRight. ofCode(String code)
Methods in jetbrains.buildServer.serverSide.oauth.space.pojo with parameters of type SpaceRight Modifier and Type Method Description boolean
SpaceApplicationRights. isGranted(SpaceRight right)
boolean
SpaceApplicationRights. isRequested(SpaceRight right)
Method parameters in jetbrains.buildServer.serverSide.oauth.space.pojo with type arguments of type SpaceRight Modifier and Type Method Description boolean
SpaceApplicationRights. areGranted(Set<SpaceRight> rights)
Constructor parameters in jetbrains.buildServer.serverSide.oauth.space.pojo with type arguments of type SpaceRight Constructor Description SpaceApplicationRights(String contextIdentifier, Map<SpaceRight,SpaceRightStatus> rightStatuses)
-