Class ProjectEntity
- java.lang.Object
-
- io.jenkins.plugins.tuleap_api.client.internals.entities.ProjectEntity
-
-
Constructor Summary
Constructors Constructor Description ProjectEntity(String shortname, Integer id, String uri, String label)
-
Method Summary
All Methods Instance Methods Concrete Methods Modifier and Type Method Description Integer
getId()
String
getLabel()
String
getShortname()
String
getUri()
-
-
-
Method Detail
-
getShortname
public String getShortname()
- Specified by:
getShortname
in interfaceProject
-
-