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 StringgetContent()StringgetEncoding()StringgetName()StringgetPath()IntegergetSize()
-
-
-
Method Detail
-
getEncoding
public String getEncoding()
- Specified by:
getEncodingin interfaceGitFileContent
-
getSize
public Integer getSize()
- Specified by:
getSizein interfaceGitFileContent
-
getName
public String getName()
- Specified by:
getNamein interfaceGitFileContent
-
getPath
public String getPath()
- Specified by:
getPathin interfaceGitFileContent
-
getContent
public String getContent()
- Specified by:
getContentin interfaceGitFileContent
-
-