/** * Copyright Promptu Systems Corporation 2016. All rights reserved. */ package bugzilla.rest; /** * Bugzilla REST API constants. * * @author Warwick Hunter * @since 2016-11-26 */ public class BugzillaConst { static final String PASSWORD = "password"; static final String LOGIN = "login"; static final String TOKEN = "token"; static final String BUGS = "bugs"; static final String RESOLVED = "RESOLVED"; static final String FIXED = "FIXED"; }
# | Change | User | Description | Committed | |
---|---|---|---|---|---|
#1 | 21161 | Warwick Hunter |
P4 Bugzilla v2.1 - Use the new Bugzilla REST API instead of the old XMLRPC API. - Use the latest P4 Java API. - Build with gradle and gradlew. - Integrate with the latest systemd Linux daemon startup environment found on Fedora 21+ systems. - Simplified the code to focus on just the job at hand. |