public interface GitConfig
| Modifier and Type | Field and Description | 
|---|---|
| static String | CORE_PACKED_GIT_LIMIT | 
| static String | CORE_PACKED_GIT_WINDOW_SIZE | 
| static String | GC_AUTO | 
| static String | GC_PR_REFS_EXPIRE | 
| static String | GC_PR_REFS_EXPIRE_UNREACHABLE | 
| static String | GC_PR_REFS_SECTION | 
| static String | GC_PRUNE_EXPIRE | 
| static String | HIERARCHY_ID | 
| static String | HTTP_RECEIVE_PACK | 
| static String | UPLOAD_PACK_ALLOW_ANY_SHA_IN_WANT | 
| Modifier and Type | Method and Description | 
|---|---|
| GitConfigGetBuilder | get(String name) | 
| GitConfigGetAllBuilder | getAll(String name) | 
| GitConfigListBuilder | list() | 
| GitConfigRemoveSectionBuilder | removeSection(String name) | 
| GitConfigRenameSectionBuilder | renameSection(String oldSectionName,
             String newSectionName) | 
| GitConfigSetBuilder | set(String name,
   String value) | 
| GitConfigUnsetBuilder | unset(String name) | 
| GitConfigUnsetAllBuilder | unsetAll(String name) | 
static final String CORE_PACKED_GIT_LIMIT
static final String CORE_PACKED_GIT_WINDOW_SIZE
static final String GC_AUTO
static final String GC_PRUNE_EXPIRE
static final String GC_PR_REFS_SECTION
static final String GC_PR_REFS_EXPIRE
static final String GC_PR_REFS_EXPIRE_UNREACHABLE
static final String HIERARCHY_ID
static final String HTTP_RECEIVE_PACK
static final String UPLOAD_PACK_ALLOW_ANY_SHA_IN_WANT
@Nonnull GitConfigGetBuilder get(@Nonnull String name)
@Nonnull GitConfigGetAllBuilder getAll(@Nonnull String name)
name - the name of the key to get all values for@Nonnull GitConfigListBuilder list()
@Nonnull GitConfigRemoveSectionBuilder removeSection(@Nonnull String name)
name - the name of the section to remove@Nonnull GitConfigRenameSectionBuilder renameSection(@Nonnull String oldSectionName, @Nonnull String newSectionName)
oldSectionName - the old config section namenewSectionName - the new config section name@Nonnull GitConfigUnsetBuilder unset(@Nonnull String name)
@Nonnull GitConfigUnsetAllBuilder unsetAll(@Nonnull String name)
Copyright © 2019 Atlassian. All rights reserved.