@groovy.util.logging.Slf4j @groovy.transform.CompileStatic class AntoraGitlabTagManipulator extends Object
Utility to work with Antora Gitlab tags.
| Type | Name and description |
|---|---|
GitlabProjectClient |
client |
boolean |
stackTraceWithDeleteFailure |
| Constructor and description |
|---|
AntoraGitlabTagManipulator
(GitlabProjectClient client, boolean stackTraceWithDeleteFailure) |
| Type Params | Return Type | Name and description |
|---|---|---|
|
void |
createTag(String tag, String ref)Creates a tag in Gitlab. |
|
void |
deleteTagIfExists(String tagToDelete) |
|
java.util.Map<String, CharSequence> |
standardHeaders(String gitlabToken) |
|
String |
tagsHostPath(String projectId)Gitlab path to tags API. |
Groovy Documentation