Commit 7fc5dfb8 authored by Paul Weingardt's avatar Paul Weingardt

added static fields for issue state

parent 005d6005
......@@ -8,6 +8,9 @@ public class GitlabIssue {
public enum Action {
LEAVE, CLOSE, REOPEN
}
public static final String StateClosed = "closed";
public static final String StateOpened = "opened";
public static final String URL = "/issues";
......
Markdown is supported
0% or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment