Uses of Interface
io.jenkins.plugins.tuleap_api.client.UserGroup
-
Packages that use UserGroup Package Description io.jenkins.plugins.tuleap_api.client io.jenkins.plugins.tuleap_api.client.internals io.jenkins.plugins.tuleap_api.client.internals.entities -
-
Uses of UserGroup in io.jenkins.plugins.tuleap_api.client
Methods in io.jenkins.plugins.tuleap_api.client that return UserGroup Modifier and Type Method Description UserGroup
UserGroupsApi. getUserGroup(String groupId, AccessToken accessToken)
Methods in io.jenkins.plugins.tuleap_api.client that return types with arguments of type UserGroup Modifier and Type Method Description List<UserGroup>
ProjectApi. getProjectUserGroups(Integer projectId, AccessToken token)
List<UserGroup>
UserApi. getUserMembership(AccessToken accessToken)
List<UserGroup>
UserApi. getUserMembershipName(AccessToken accessToken)
Deprecated. -
Uses of UserGroup in io.jenkins.plugins.tuleap_api.client.internals
Methods in io.jenkins.plugins.tuleap_api.client.internals that return UserGroup Modifier and Type Method Description UserGroup
TuleapApiClient. getUserGroup(String groupId, AccessToken accessToken)
Methods in io.jenkins.plugins.tuleap_api.client.internals that return types with arguments of type UserGroup Modifier and Type Method Description List<UserGroup>
TuleapApiClient. getProjectUserGroups(Integer projectId, AccessToken token)
List<UserGroup>
TuleapApiClient. getUserMembership(AccessToken accessToken)
List<UserGroup>
TuleapApiClient. getUserMembershipName(AccessToken accessToken)
Deprecated.Use getUserMembership() instead. -
Uses of UserGroup in io.jenkins.plugins.tuleap_api.client.internals.entities
Classes in io.jenkins.plugins.tuleap_api.client.internals.entities that implement UserGroup Modifier and Type Class Description class
MinimalUserGroupEntity
class
UserGroupEntity
-