Package | Description |
---|---|
com.atlassian.bitbucket.scm.git.command.clone |
Modifier and Type | Method and Description |
---|---|
GitCloneBuilder |
GitClone.bare() |
GitCloneBuilder |
GitCloneBuilder.branch(String value)
The optional name of a branch to checkout the cloned repository on.
|
GitCloneBuilder |
GitCloneBuilder.checkout(boolean value) |
GitCloneBuilder |
GitCloneBuilder.directory(File value) |
GitCloneBuilder |
GitCloneBuilder.directory(Path value)
Sets the directory where the clone should be created.
|
GitCloneBuilder |
GitCloneBuilder.directory(String value) |
GitCloneBuilder |
GitClone.mirror() |
GitCloneBuilder |
GitClone.normal() |
GitCloneBuilder |
GitCloneBuilder.origin(File value) |
GitCloneBuilder |
GitCloneBuilder.origin(Path value)
Sets the path to the origin repository that should be cloned.
|
GitCloneBuilder |
GitCloneBuilder.origin(com.atlassian.bitbucket.repository.Repository value)
Sets the origin repository that should be cloned.
|
GitCloneBuilder |
GitCloneBuilder.origin(String origin) |
GitCloneBuilder |
GitCloneBuilder.quiet(boolean value) |
GitCloneBuilder |
GitCloneBuilder.shared(boolean value) |
GitCloneBuilder |
GitCloneBuilder.template(File value)
Sets the
--template path to be used when creating the clone's repository on disk. |
GitCloneBuilder |
GitCloneBuilder.template(Path value)
Sets the
--template path to be used when creating the clone's repository on disk. |
GitCloneBuilder |
GitCloneBuilder.template(String value)
Sets the
--template path to be used when creating the clone's repository on disk. |
Copyright © 2019 Atlassian. All rights reserved.