| Package | Description |
|---|---|
| com.atlassian.jgitflow.core.command | |
| com.atlassian.jgitflow.core.extension | |
| com.atlassian.jgitflow.core.extension.impl |
| Modifier and Type | Method and Description |
|---|---|
protected void |
AbstractGitFlowCommand.doFetchIfNeeded(JGitFlowExtension fetchingExtension) |
protected void |
AbstractGitFlowCommand.doPushIfNeeded(JGitFlowExtension pushExtension,
boolean includeTags,
String... branchesToPush) |
protected void |
AbstractBranchCreatingCommand.doPushNewBranchIfNeeded(JGitFlowExtension pushExtension,
String branchToPush) |
| Modifier and Type | Interface and Description |
|---|---|
interface |
BranchCreatingExtension |
interface |
BranchMergingExtension |
interface |
DevelopMergingExtension |
interface |
FeatureFinishExtension |
interface |
FeatureStartExtension |
interface |
HotfixFinishExtension |
interface |
HotfixStartExtension |
interface |
MasterMergingExtension |
interface |
ReleaseFinishExtension |
interface |
ReleaseMergingExtension |
interface |
ReleaseStartExtension |
| Modifier and Type | Class and Description |
|---|---|
class |
EmptyBranchCreatingExtension |
class |
EmptyDevelopMergingExtension |
class |
EmptyFeatureFinishExtension |
class |
EmptyFeatureStartExtension |
class |
EmptyHotfixFinishExtension |
class |
EmptyHotfixStartExtension |
class |
EmptyJGitFlowExtension |
class |
EmptyMasterAndDevelopAndReleaseMergingExtension |
class |
EmptyMasterAndDevelopMergingExtension |
class |
EmptyReleaseFinishExtension |
class |
EmptyReleaseStartExtension |
Copyright © 2023 DV Bern AG. All rights reserved.