Class GitTreeContentEntity
- java.lang.Object
-
- io.jenkins.plugins.tuleap_api.client.internals.entities.GitTreeContentEntity
-
- All Implemented Interfaces:
GitTreeContent
public class GitTreeContentEntity extends Object implements GitTreeContent
-
-
Nested Class Summary
-
Nested classes/interfaces inherited from interface io.jenkins.plugins.tuleap_api.client.GitTreeContent
GitTreeContent.ContentType
-
-
Method Summary
All Methods Instance Methods Concrete Methods Modifier and Type Method Description String
getId()
String
getMode()
String
getName()
String
getPath()
GitTreeContent.ContentType
getType()
-
-
-
Method Detail
-
getId
public String getId()
- Specified by:
getId
in interfaceGitTreeContent
-
getName
public String getName()
- Specified by:
getName
in interfaceGitTreeContent
-
getPath
public String getPath()
- Specified by:
getPath
in interfaceGitTreeContent
-
getType
public GitTreeContent.ContentType getType()
- Specified by:
getType
in interfaceGitTreeContent
-
getMode
public String getMode()
- Specified by:
getMode
in interfaceGitTreeContent
-
-