JavaScript is disabled on your browser.
Skip navigation links
Package
Class
Use
Tree
Deprecated
Index
Help
Prev
Next
Frames
No Frames
All Classes
A
B
C
L
P
S
V
A
AbstractVersionManager
<
T
extends com.github.essobedo.appma.spi.Manageable> - Class in
com.github.essobedo.gitlabvm
Simple implementation of a
VersionManager
based on the gitlab API.
AbstractVersionManager()
- Constructor for class com.github.essobedo.gitlabvm.
AbstractVersionManager
Constructs an
AbstractVersionManager
with the real end point to gitlab.
B
branch()
- Method in interface com.github.essobedo.gitlabvm.
ConnectionConfiguration
Gives the name of the branch in which the releases are stored.
C
check(T)
- Method in class com.github.essobedo.gitlabvm.
AbstractVersionManager
com.github.essobedo.gitlabvm
- package com.github.essobedo.gitlabvm
The package containing all the classes needed by the version manager for gitlab.
ConnectionConfiguration
- Interface in
com.github.essobedo.gitlabvm
The configuration needed to access to a gitlab repository.
createConfiguration(T)
- Method in class com.github.essobedo.gitlabvm.
AbstractVersionManager
Creates the
ConnectionConfiguration
that will be used to access to the gitlab repository.
L
login()
- Method in interface com.github.essobedo.gitlabvm.
ConnectionConfiguration
Gives the login of gitlab to use to access to the repository.
P
password()
- Method in interface com.github.essobedo.gitlabvm.
ConnectionConfiguration
Gives the password of gitlab to use to access to the repository.
patchFileName()
- Method in interface com.github.essobedo.gitlabvm.
ConnectionConfiguration
Gives the name of the file that will be considered as the patch.
projectId()
- Method in interface com.github.essobedo.gitlabvm.
ConnectionConfiguration
Gives the id of the gitlab project to which we want to access.
projectName()
- Method in interface com.github.essobedo.gitlabvm.
ConnectionConfiguration
Gives the name of the gitlab project to which we want to access.
projectOwner()
- Method in interface com.github.essobedo.gitlabvm.
ConnectionConfiguration
Gives the owner of the gitlab project to which we want to access.
S
store(T, OutputStream)
- Method in class com.github.essobedo.gitlabvm.
AbstractVersionManager
V
versionComparator()
- Method in interface com.github.essobedo.gitlabvm.
ConnectionConfiguration
Gives the comparator of version ids to use to be able to identify the latest version.
A
B
C
L
P
S
V
Skip navigation links
Package
Class
Use
Tree
Deprecated
Index
Help
Prev
Next
Frames
No Frames
All Classes
Copyright © 2016. All rights reserved.