Class UserGroupEntity
- java.lang.Object
-
- io.jenkins.plugins.tuleap_api.client.internals.entities.UserGroupEntity
-
-
Constructor Summary
Constructors Constructor Description UserGroupEntity(String shortName, ProjectEntity project)
-
Method Summary
All Methods Instance Methods Concrete Methods Modifier and Type Method Description String
getGroupName()
String
getProjectName()
-
-
-
Constructor Detail
-
UserGroupEntity
public UserGroupEntity(String shortName, ProjectEntity project)
-
-
Method Detail
-
getGroupName
public String getGroupName()
- Specified by:
getGroupName
in interfaceUserGroup
-
getProjectName
public String getProjectName()
- Specified by:
getProjectName
in interfaceUserGroup
-
-