public class GitlabLabel
extends java.lang.Object
| Modifier and Type | Field and Description |
|---|---|
static java.lang.String |
URL |
| Constructor and Description |
|---|
GitlabLabel() |
| Modifier and Type | Method and Description |
|---|---|
java.lang.String |
getColor()
Gets the color of a label as six digit HTML hex value.
|
java.lang.String |
getName()
Gets the name (text) of a label.
|
void |
setColor(java.lang.String color)
Sets the color of a label.
|
void |
setName(java.lang.String name)
Sets the name (text) of a label.
|
public static final java.lang.String URL
public java.lang.String getName()
public void setName(java.lang.String name)
name - public java.lang.String getColor()
public void setColor(java.lang.String color)
color - A six digit HTML hex value including number sign (eg #ff0000)Copyright © 2017. All Rights Reserved.