public class ListCommitsCommand extends AbstractCommand
| Constructor and Description |
|---|
ListCommitsCommand() |
| Modifier and Type | Method and Description |
|---|---|
protected String |
dumpToStringCommit(List<CommitInfo> commits) |
protected String |
dumpToStringFiles(Set<String> files) |
org.kie.api.executor.ExecutionResults |
execute(org.kie.api.executor.CommandContext commandContext) |
protected List<String> |
getFilesInCommit(org.eclipse.jgit.lib.Repository repository,
org.eclipse.jgit.lib.ObjectId commitId) |
protected Map<String,List<String>> |
sortByFileName(List<CommitInfo> commits) |
getParameterpublic org.kie.api.executor.ExecutionResults execute(org.kie.api.executor.CommandContext commandContext)
throws Exception
Exceptionprotected String dumpToStringCommit(List<CommitInfo> commits)
Copyright © 2001–2016 JBoss by Red Hat. All rights reserved.