public interface GitService
| Modifier and Type | Method and Description |
|---|---|
void |
addGitListener(GitListener listener) |
org.eclipse.jgit.api.Git |
get() |
String |
getRemoteUrl() |
void |
notifyReceivePacket() |
void |
notifyRemoteChanged(String remoteUrl)
A hook if the remote URI has been changed
|
void |
removeGitListener(GitListener listener) |
org.eclipse.jgit.api.Git get()
throws IOException
IOExceptionString getRemoteUrl()
void notifyRemoteChanged(String remoteUrl)
void notifyReceivePacket()
void addGitListener(GitListener listener)
void removeGitListener(GitListener listener)
Copyright © 2011–2014 Red Hat. All rights reserved.