public interface ConnectionConfiguration
| Modifier and Type | Method and Description |
|---|---|
String |
branch()
Gives the name of the branch in which the releases are stored.
|
String |
login()
Gives the login of gitlab to use to access to the repository.
|
String |
password()
Gives the password of gitlab to use to access to the repository.
|
String |
patchFileName()
Gives the name of the file that will be considered as the patch.
|
String |
projectId()
Gives the id of the gitlab project to which we want to access.
|
String |
projectName()
Gives the name of the gitlab project to which we want to access.
|
String |
projectOwner()
Gives the owner of the gitlab project to which we want to access.
|
default Comparator<String> |
versionComparator()
Gives the comparator of version ids to use to be able to identify the latest version.
|
String login()
String password()
String projectOwner()
String projectId()
String projectName()
String branch()
String patchFileName()
default Comparator<String> versionComparator()
Copyright © 2016. All rights reserved.