Class TuleapProject
- java.lang.Object
-
- io.jenkins.plugins.tuleap_api.deprecated_client.api.TuleapProject
-
public class TuleapProject extends Object
Translate a ProjectRepresentation
-
-
Constructor Summary
Constructors Constructor Description TuleapProject()
-
Method Summary
All Methods Instance Methods Concrete Methods Modifier and Type Method Description intgetId()StringgetLabel()StringgetShortname()StringgetUri()voidsetId(int id)voidsetLabel(String label)voidsetShortname(String shortname)voidsetUri(String uri)
-
-
-
Method Detail
-
getId
public int getId()
-
setId
public void setId(int id)
-
getUri
public String getUri()
-
setUri
public void setUri(String uri)
-
getLabel
public String getLabel()
-
setLabel
public void setLabel(String label)
-
getShortname
public String getShortname()
-
setShortname
public void setShortname(String shortname)
-
-