Interface FileUpdate
-
- All Known Implementing Classes:
ImmutableFileUpdate
@Immutable public interface FileUpdateRequest to update file content.
-
-
Method Summary
All Methods Instance Methods Abstract Methods Modifier and Type Method Description Stringbranch()The branch name.Stringcontent()The new file content, using Base64 encodingStringmessage()The commit messageStringsha()The SHA of the file being replaced.
-