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 int
getId()
String
getLabel()
String
getShortname()
String
getUri()
void
setId(int id)
void
setLabel(String label)
void
setShortname(String shortname)
void
setUri(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)
-
-