public interface GitConfigGetAllBuilder extends TypedGitConfigBuilder<GitConfigGetAllBuilder>
git config --get-all commands.ENV_AUTHOR_DATE, ENV_AUTHOR_EMAIL, ENV_AUTHOR_NAME, ENV_COMMITTER_DATE, ENV_COMMITTER_EMAIL, ENV_COMMITTER_NAME| Modifier and Type | Method and Description |
|---|---|
GitCommand<List<String>> |
build()
Builds a command which will return a
List containing all configured values for the key
specified when the builder was created. |
GitConfigGetAllBuilder |
nullTerminated(boolean value) |
typealternate, alternates, alternates, author, author, author, build, committer, committer, committer, withConfiguration, withConfiguration, withConfiguration, withConfiguration@Nonnull GitCommand<List<String>> build()
List containing all configured values for the key
specified when the builder was created. Values are not parsed. The List returned will
never be null; if the specified key has no configured values git config exits
with a non-zero status and a CommandFailedException is thrown.called, will retrieve a list of the values
configured for the specified key@Nonnull GitConfigGetAllBuilder nullTerminated(boolean value)
value - true to use NUL characters to terminate values; otherwise, false
to use newlines (the default)thisCopyright © 2019 Atlassian. All rights reserved.