Class GitFileContentEntity
- java.lang.Object
-
- io.jenkins.plugins.tuleap_api.client.internals.entities.GitFileContentEntity
-
- All Implemented Interfaces:
GitFileContent
public class GitFileContentEntity extends Object implements GitFileContent
-
-
Method Summary
All Methods Instance Methods Concrete Methods Modifier and Type Method Description String
getContent()
String
getEncoding()
String
getName()
String
getPath()
Integer
getSize()
-
-
-
Method Detail
-
getEncoding
public String getEncoding()
- Specified by:
getEncoding
in interfaceGitFileContent
-
getSize
public Integer getSize()
- Specified by:
getSize
in interfaceGitFileContent
-
getName
public String getName()
- Specified by:
getName
in interfaceGitFileContent
-
getPath
public String getPath()
- Specified by:
getPath
in interfaceGitFileContent
-
getContent
public String getContent()
- Specified by:
getContent
in interfaceGitFileContent
-
-