public interface GitCommandBuilderFactory
extends com.atlassian.bitbucket.scm.PluginCommandBuilderFactory
| Modifier and Type | Method and Description |
|---|---|
GitScmCommandBuilder |
builder()
Deprecated.
in 7.14. In 8.0, this method will be updated to return a more limited builder that only
supports commands like {code git check-ref-format} that function independent from the working
directory.
|
GitScmCommandBuilder |
builder(com.atlassian.bitbucket.repository.Repository repository)
Deprecated.
in 7.14. In 8.0 the signature will be update to require a
@Nonnull repository argument. |
@Deprecated @Nonnull GitScmCommandBuilder builder()
@Deprecated @Nonnull GitScmCommandBuilder builder(@Nullable com.atlassian.bitbucket.repository.Repository repository)
@Nonnull repository argument.builder in interface com.atlassian.bitbucket.scm.PluginCommandBuilderFactoryCopyright © 2021 Atlassian. All rights reserved.