Package | Description |
---|---|
com.atlassian.bitbucket.scm.git.command | |
com.atlassian.bitbucket.scm.git.command.init |
Modifier and Type | Method and Description |
---|---|
GitInitBuilder |
GitScmCommandBuilder.init() |
Modifier and Type | Method and Description |
---|---|
GitInitBuilder |
GitInitBuilder.bare(boolean value) |
GitInitBuilder |
GitInitBuilder.directory(File value)
Specifies the directory which should be initialized for use as a Git repository.
|
GitInitBuilder |
GitInitBuilder.directory(Path value)
Specifies the directory which should be initialized for use as a Git repository.
|
GitInitBuilder |
GitInitBuilder.directory(String value)
Specifies the directory which should be initialized for use as a Git repository.
|
GitInitBuilder |
GitInitBuilder.quiet(boolean value) |
GitInitBuilder |
GitInitBuilder.shared(String value) |
GitInitBuilder |
GitInitBuilder.template(File value)
Sets the
--template path to be used when initializing the repository on disk. |
GitInitBuilder |
GitInitBuilder.template(Path value)
Sets the
--template path to be used when initializing the repository on disk. |
GitInitBuilder |
GitInitBuilder.template(String value)
Sets the
--template path to be used when initializing the repository on disk. |
Copyright © 2019 Atlassian. All rights reserved.