JavaScript is disabled on your browser.
Skip navigation links
Overview
Package
Class
Tree
Index
Help
Summary:
Nested |
Field |
Constr |
Method
Detail:
Field |
Constr |
Method
SEARCH:
Package
io.github.srdjanv.localgitdependency.git
Interface IGitTasks
public interface
IGitTasks
Method Summary
All Methods
Instance Methods
Abstract Methods
Modifier and Type
Method
Description
void
clearLocalChanges
()
Optional
<
Boolean
>
hasLocalChanges
()
Optional
<
Boolean
>
isUpToDateWithRemote
()
void
setup
()
void
update
()
Method Details
setup
void
setup
()
hasLocalChanges
Optional
<
Boolean
>
hasLocalChanges
()
isUpToDateWithRemote
Optional
<
Boolean
>
isUpToDateWithRemote
()
update
void
update
()
clearLocalChanges
void
clearLocalChanges
()