|
||||||||||
PREV NEXT | FRAMES NO FRAMES |
Packages that use Commit | |
---|---|
org.eclipse.egit.github.core | |
org.eclipse.egit.github.core.event | |
org.eclipse.egit.github.core.service |
Uses of Commit in org.eclipse.egit.github.core |
---|
Methods in org.eclipse.egit.github.core that return Commit | |
---|---|
Commit |
RepositoryCommit.getCommit()
|
Commit |
Commit.setAuthor(CommitUser author)
|
Commit |
Commit.setCommentCount(int commentCount)
|
Commit |
Commit.setCommitter(CommitUser committer)
|
Commit |
Commit.setMessage(String message)
|
Commit |
Commit.setParents(List<Commit> parents)
|
Commit |
Commit.setSha(String sha)
|
Commit |
Commit.setTree(Tree tree)
|
Commit |
Commit.setUrl(String url)
|
Methods in org.eclipse.egit.github.core that return types with arguments of type Commit | |
---|---|
List<Commit> |
RepositoryCommit.getParents()
|
List<Commit> |
Commit.getParents()
|
Methods in org.eclipse.egit.github.core with parameters of type Commit | |
---|---|
RepositoryCommit |
RepositoryCommit.setCommit(Commit commit)
|
Method parameters in org.eclipse.egit.github.core with type arguments of type Commit | |
---|---|
RepositoryCommit |
RepositoryCommit.setParents(List<Commit> parents)
|
Commit |
Commit.setParents(List<Commit> parents)
|
Uses of Commit in org.eclipse.egit.github.core.event |
---|
Methods in org.eclipse.egit.github.core.event that return types with arguments of type Commit | |
---|---|
List<Commit> |
PushPayload.getCommits()
|
Method parameters in org.eclipse.egit.github.core.event with type arguments of type Commit | |
---|---|
PushPayload |
PushPayload.setCommits(List<Commit> commits)
|
Uses of Commit in org.eclipse.egit.github.core.service |
---|
Methods in org.eclipse.egit.github.core.service that return Commit | |
---|---|
Commit |
DataService.createCommit(IRepositoryIdProvider repository,
Commit commit)
Create commit in given repository |
Commit |
DataService.getCommit(IRepositoryIdProvider repository,
String sha)
Get commit for given SHA-1 |
Methods in org.eclipse.egit.github.core.service with parameters of type Commit | |
---|---|
Commit |
DataService.createCommit(IRepositoryIdProvider repository,
Commit commit)
Create commit in given repository |
|
||||||||||
PREV NEXT | FRAMES NO FRAMES |