Class GitService.Default
java.lang.Object
de.luckymcdev.foundryengine.common.service.CliEngineService
de.luckymcdev.foundryengine.common.service.GitService.Default
- All Implemented Interfaces:
EngineService, GitService
- Enclosing interface:
GitService
-
Nested Class Summary
Nested classes/interfaces inherited from interface GitService
GitService.Default -
Constructor Summary
Constructors -
Method Summary
Modifier and TypeMethodDescriptionaddAll()branch()branchCreate(String name) branchDelete(String name) branchDeleteForce(String name) checkoutFile(String branch, String path) checkoutNew(String branch) cherryPick(String commit) clean(boolean force, boolean directories) cloneDepth(String url, String directory, int depth) commitAmend(String message) configSetGlobal(String key, String value) diff()fetch()fetchAll()log(int limit) logGraph(int limit) logOneline(int limit) name()pull()push()pushSetUpstream(String remote, String branch) pushTags()remoteRemove(String name) remoteSetUrl(String name, String url) restoreStaged(String... paths) stash()stashApply(int index) stashDrop(int index) stashPop()status()submoduleAdd(String url, String path) submoduleDeinit(String path) tagCreateAnnotated(String name, String message) tagCreateAt(String name, String commit) tagList()Methods inherited from class CliEngineService
execute, isAvailableMethods inherited from class Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, waitMethods inherited from interface EngineService
execute, isAvailable
-
Constructor Details
-
Default
public Default()
-
-
Method Details
-
name
- Specified by:
namein interfaceEngineService
-
init
- Specified by:
initin interfaceGitService
-
clone
- Specified by:
clonein interfaceGitService
-
cloneDepth
- Specified by:
cloneDepthin interfaceGitService
-
status
- Specified by:
statusin interfaceGitService
-
diff
- Specified by:
diffin interfaceGitService
-
diffStaged
- Specified by:
diffStagedin interfaceGitService
-
add
- Specified by:
addin interfaceGitService
-
addAll
- Specified by:
addAllin interfaceGitService
-
restore
- Specified by:
restorein interfaceGitService
-
restoreStaged
- Specified by:
restoreStagedin interfaceGitService
-
commit
- Specified by:
commitin interfaceGitService
-
commitAmend
- Specified by:
commitAmendin interfaceGitService
-
commitAmendNoEdit
- Specified by:
commitAmendNoEditin interfaceGitService
-
branch
- Specified by:
branchin interfaceGitService
-
branchAll
- Specified by:
branchAllin interfaceGitService
-
branchCreate
- Specified by:
branchCreatein interfaceGitService
-
branchDelete
- Specified by:
branchDeletein interfaceGitService
-
branchDeleteForce
- Specified by:
branchDeleteForcein interfaceGitService
-
checkout
- Specified by:
checkoutin interfaceGitService
-
checkoutNew
- Specified by:
checkoutNewin interfaceGitService
-
checkoutFile
- Specified by:
checkoutFilein interfaceGitService
-
fetch
- Specified by:
fetchin interfaceGitService
-
fetchAll
- Specified by:
fetchAllin interfaceGitService
-
fetchPrune
- Specified by:
fetchPrunein interfaceGitService
-
pull
- Specified by:
pullin interfaceGitService
-
pullRebase
- Specified by:
pullRebasein interfaceGitService
-
push
- Specified by:
pushin interfaceGitService
-
pushForce
- Specified by:
pushForcein interfaceGitService
-
pushTags
- Specified by:
pushTagsin interfaceGitService
-
pushSetUpstream
- Specified by:
pushSetUpstreamin interfaceGitService
-
remoteList
- Specified by:
remoteListin interfaceGitService
-
remoteAdd
- Specified by:
remoteAddin interfaceGitService
-
remoteRemove
- Specified by:
remoteRemovein interfaceGitService
-
remoteSetUrl
- Specified by:
remoteSetUrlin interfaceGitService
-
merge
- Specified by:
mergein interfaceGitService
-
mergeAbort
- Specified by:
mergeAbortin interfaceGitService
-
rebase
- Specified by:
rebasein interfaceGitService
-
rebaseAbort
- Specified by:
rebaseAbortin interfaceGitService
-
rebaseContinue
- Specified by:
rebaseContinuein interfaceGitService
-
cherryPick
- Specified by:
cherryPickin interfaceGitService
-
stash
- Specified by:
stashin interfaceGitService
-
stashPush
- Specified by:
stashPushin interfaceGitService
-
stashPop
- Specified by:
stashPopin interfaceGitService
-
stashApply
- Specified by:
stashApplyin interfaceGitService
-
stashList
- Specified by:
stashListin interfaceGitService
-
stashDrop
- Specified by:
stashDropin interfaceGitService
-
tagList
- Specified by:
tagListin interfaceGitService
-
tagCreate
- Specified by:
tagCreatein interfaceGitService
-
tagCreateAnnotated
- Specified by:
tagCreateAnnotatedin interfaceGitService
-
tagCreateAt
- Specified by:
tagCreateAtin interfaceGitService
-
tagDelete
- Specified by:
tagDeletein interfaceGitService
-
submoduleAdd
- Specified by:
submoduleAddin interfaceGitService
-
submoduleUpdate
- Specified by:
submoduleUpdatein interfaceGitService
-
submoduleUpdateInit
- Specified by:
submoduleUpdateInitin interfaceGitService
-
submoduleUpdateRecursive
- Specified by:
submoduleUpdateRecursivein interfaceGitService
-
submoduleStatus
- Specified by:
submoduleStatusin interfaceGitService
-
submoduleSync
- Specified by:
submoduleSyncin interfaceGitService
-
submoduleDeinit
- Specified by:
submoduleDeinitin interfaceGitService
-
log
- Specified by:
login interfaceGitService
-
logOneline
- Specified by:
logOnelinein interfaceGitService
-
logGraph
- Specified by:
logGraphin interfaceGitService
-
show
- Specified by:
showin interfaceGitService
-
blame
- Specified by:
blamein interfaceGitService
-
currentBranch
- Specified by:
currentBranchin interfaceGitService
-
currentCommit
- Specified by:
currentCommitin interfaceGitService
-
describeTag
- Specified by:
describeTagin interfaceGitService
-
clean
- Specified by:
cleanin interfaceGitService
-
reset
- Specified by:
resetin interfaceGitService
-
resetHard
- Specified by:
resetHardin interfaceGitService
-
resetSoft
- Specified by:
resetSoftin interfaceGitService
-
configGet
- Specified by:
configGetin interfaceGitService
-
configSet
- Specified by:
configSetin interfaceGitService
-
configSetGlobal
- Specified by:
configSetGlobalin interfaceGitService
-