| Package | Description |
|---|---|
| com.atlassian.jgitflow.core |
| Modifier and Type | Method and Description |
|---|---|
InitContext |
InitContext.setDevelop(String develop)
Set the name of the develop branch
|
InitContext |
InitContext.setFeature(String feature)
Set the feature branch prefix
|
InitContext |
InitContext.setHotfix(String hotfix)
Set the hotfix branch prefix
|
InitContext |
InitContext.setMaster(String master)
Set the name of the master branch
|
InitContext |
InitContext.setRelease(String release)
Set the release branch prefix
|
InitContext |
InitContext.setSupport(String support) |
InitContext |
InitContext.setVersiontag(String versiontag)
Set the prefix used when creating tags
|
| Modifier and Type | Method and Description |
|---|---|
static JGitFlow |
JGitFlow.forceInit(File projectDir,
InitContext context)
Initializes a project for use with git flow using a custom context overriding any existing configuration.
|
static JGitFlow |
JGitFlow.forceInit(File projectDir,
InitContext context,
String defaultOriginUrl)
Initializes a project for use with git flow using a custom context overriding any existing configuration.
|
static JGitFlow |
JGitFlow.getOrInit(File projectDir,
InitContext ctx)
Initializes a project for use with git flow using a custom context or gets an existing project and returns a JGitFlow instance.
|
static JGitFlow |
JGitFlow.getOrInit(File projectDir,
InitContext ctx,
String defaultOriginUrl)
Initializes a project for use with git flow using a custom context or gets an existing project and returns a JGitFlow instance.
|
static JGitFlow |
JGitFlow.init(File projectDir,
InitContext context)
Initializes a project for use with git flow using a custom context and returns a JGitFlow instance.
|
static JGitFlow |
JGitFlow.init(File projectDir,
InitContext context,
String defaultOriginUrl)
Initializes a project for use with git flow using a custom context and returns a JGitFlow instance.
|
JGitFlowInitCommand |
JGitFlowInitCommand.setInitContext(InitContext context)
Set the initialization context
|
Copyright © 2013 Atlassian. All Rights Reserved.