public interface GitConfig extends SourceConfig
Modifier and Type | Field and Description |
---|---|
static String |
BRANCH
Standard attribute name for setting the branch to use.
|
static String |
CREATE_REPO
Standard attribute name for setting the create repository option.
|
static String |
ORIGIN
Standard attribute name for setting the origin address.
|
static String |
OUT_DIR
Standard attribute name for setting the output path for storing the repository.
|
static String |
REPO_NAME
Standard attribute name for setting the repository name.
|
Modifier and Type | Method and Description |
---|---|
default String |
getBranch()
Get the Branch Name of the repository that will be used
|
default String |
getCreateRepo()
Get String to find out if we need to create the repo or not.
|
default String |
getOrigin()
Get the Origin address
|
default String |
getOutPath()
Get the OutPath where the repo is going to be stored
|
default String |
getRepoName()
Get the Repository Name
|
static final String REPO_NAME
static final String CREATE_REPO
static final String ORIGIN
static final String BRANCH
static final String OUT_DIR
default String getRepoName()
default String getCreateRepo()
default String getOrigin()
default String getBranch()
default String getOutPath()
Copyright © 2001–2020 JBoss by Red Hat. All rights reserved.