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