Class Overview
A GitConnectorLifecycleAdapter is a wrapper around GitConnector that adds lifecycle methods to the pojo.
Summary
|
[Expand]
Inherited Methods |
From class
org.mule.module.git.config.GitConnectorCapabilitiesAdapter
|
boolean
|
isCapableOf(Capability capability)
Returns true if this module implements such capability
|
|
From class
org.mule.module.git.GitConnector
|
void
|
add(String filePattern, String overrideDirectory)
Add file contents to the index
|
|
void
|
checkout(String branch, String startPoint, String overrideDirectory)
Checkout a local branch or create a local branch from a remote branch
or
|
|
void
|
cloneRepository(String uri, boolean bare, String remote, String branch, String overrideDirectory)
Clone a repository into a new directory
|
|
void
|
commit(String msg, String committerName, String committerEmail, String authorName, String authorEmail, String overrideDirectory)
Record changes to the repository
|
|
void
|
createBranch(String name, boolean force, String startPoint, String overrideDirectory)
Create a local branch
|
|
void
|
deleteBranch(String name, boolean force, String overrideDirectory)
Delete local branch
|
|
void
|
fetch(String overrideDirectory)
Fetch changes from another repository
|
|
String
|
getDirectory()
|
|
void
|
pull(String overrideDirectory)
Fetch from and merge with another repository or a local branch
|
|
void
|
push(String remote, boolean force, String overrideDirectory)
Update remote refs along with associated objects
|
|
void
|
setDirectory(String directory)
|
|
From class
java.lang.Object
|
Object
|
clone()
|
|
boolean
|
equals(Object arg0)
|
|
void
|
finalize()
|
|
final
Class<?>
|
getClass()
|
|
int
|
hashCode()
|
|
final
void
|
notify()
|
|
final
void
|
notifyAll()
|
|
String
|
toString()
|
|
final
void
|
wait()
|
|
final
void
|
wait(long arg0, int arg1)
|
|
final
void
|
wait(long arg0)
|
|
From interface
org.mule.api.Capabilities
|
abstract
boolean
|
isCapableOf(Capability arg0)
|
|
From interface
org.mule.api.lifecycle.Disposable
|
From interface
org.mule.api.lifecycle.Initialisable
|
abstract
void
|
initialise()
|
|
From interface
org.mule.api.lifecycle.Startable
|
From interface
org.mule.api.lifecycle.Stoppable
|
Public Constructors
public
GitConnectorLifecycleAdapter
()
Public Methods
public
void
initialise
()