org.paylogic.fogbugz.FogbugzConstants Maven / Gradle / Ivy
Go to download
Show more of this group Show more artifacts with this name
Show all versions of Fogbugz Show documentation
Show all versions of Fogbugz Show documentation
Java classes to provide interface to work with FogBugz 7+ XML API
package org.paylogic.fogbugz;
/**
* Holds some static variables to use everywhere.
*/
public class FogbugzConstants {
public static String FEATUREBRANCH_REGEX = "c\\d+";
public static String RELEASEBRANCH_REGEX = "r\\d{4}";
}
© 2015 - 2025 Weber Informatics LLC | Privacy Policy