public interface PushInfo
Modifier and Type | Method and Description |
---|---|
java.util.List<VcsFullCommitDetails> |
getCommits()
Returns list of commits to be pushed.
|
PushSpec<PushSource,PushTarget> |
getPushSpec()
Specifies what would be pushed and where for this repository
|
Repository |
getRepository()
Repository of the push source
|
Repository getRepository()
PushSpec<PushSource,PushTarget> getPushSpec()
java.util.List<VcsFullCommitDetails> getCommits()