Package | Description |
---|---|
org.gitlab.api |
Modifier and Type | Method and Description |
---|---|
GitlabBuildVariable |
GitlabAPI.createBuildVariable(java.lang.Integer projectId,
GitlabBuildVariable variable)
Creates a new variable.
|
GitlabBuildVariable |
GitlabAPI.createBuildVariable(java.lang.Integer projectId,
java.lang.String key,
java.lang.String value)
Creates a new build variable.
|
GitlabBuildVariable |
GitlabAPI.getBuildVariable(GitlabProject project,
java.lang.String key)
Gets build variable associated with a project and key.
|
GitlabBuildVariable |
GitlabAPI.getBuildVariable(java.lang.Integer projectId,
java.lang.String key)
Gets build variable associated with a project and key.
|
GitlabBuildVariable |
GitlabAPI.updateBuildVariable(java.lang.Integer projectId,
java.lang.String key,
java.lang.String newValue)
Updates an existing variable.
|
Modifier and Type | Method and Description |
---|---|
java.util.List<GitlabBuildVariable> |
GitlabAPI.getBuildVariables(GitlabProject project)
Gets build variables associated with a project.
|
java.util.List<GitlabBuildVariable> |
GitlabAPI.getBuildVariables(java.lang.Integer projectId)
Gets build variables associated with a project.
|
Modifier and Type | Method and Description |
---|---|
GitlabBuildVariable |
GitlabAPI.createBuildVariable(java.lang.Integer projectId,
GitlabBuildVariable variable)
Creates a new variable.
|
void |
GitlabAPI.deleteBuildVariable(java.lang.Integer projectId,
GitlabBuildVariable variable)
Deletes an existing variable.
|
Copyright © 2017. All Rights Reserved.