Interface GitConfigListBuilder

All Superinterfaces:
com.atlassian.bitbucket.scm.CommandBuilderSupport<GitConfigListBuilder>, GitCommandBuilderSupport<GitConfigListBuilder>

public interface GitConfigListBuilder extends GitCommandBuilderSupport<GitConfigListBuilder>
Since:
4.12
  • Method Details

    • build

      @Nonnull GitCommand<List<String>> build()
      Returns:
      a command which, when called, will return a list of configured properties, which may be empty but never null
    • nullTerminated

      @Nonnull GitConfigListBuilder nullTerminated(boolean value)
      Parameters:
      value - true to use newlines to separate names and values and NUL characters to terminate values; otherwise, false to use = to separate names and values and newlines to terminate values (the default)
      Returns:
      this