Package io.resys.hdes.client.spi.git
Class GitFiles
java.lang.Object
io.resys.hdes.client.spi.git.GitFiles
public class GitFiles extends Object
-
Nested Class Summary
Nested Classes Modifier and Type Class Description static classGitFiles.Builder -
Constructor Summary
-
Method Summary
Modifier and Type Method Description static GitFiles.Builderbuilder()GitConfig.GitFilecreate(AstBody.AstBodyType bodyType, List<AstCommand> body)List<GitConfig.GitFileReload>delete(List<GitConfig.GitEntry> gitFiles)List<GitConfig.GitFileReload>push(GitConfig.GitFile gitFile)List<GitConfig.GitFileReload>push(List<GitConfig.GitFile> gitFiles)GitConfig.GitEntryreadEntry(GitConfig.GitFile entry)GitConfig.GitEntryreadEntry(GitConfig.GitFile entry, org.eclipse.jgit.lib.ObjectId start)Map.Entry<String,List<GitConfig.GitFileReload>>tag(HdesStore.CreateStoreEntity entity)GitConfig.GitFileupdate(String id, AstBody.AstBodyType bodyType, List<AstCommand> body)
-
Constructor Details
-
GitFiles
-
-
Method Details
-
push
-
push
-
readEntry
-
readEntry
-
tag
-
create
public GitConfig.GitFile create(AstBody.AstBodyType bodyType, List<AstCommand> body) throws IOException- Throws:
IOException
-
update
public GitConfig.GitFile update(String id, AstBody.AstBodyType bodyType, List<AstCommand> body) throws IOException- Throws:
IOException
-
delete
- Throws:
IOException
-
builder
-