Class Info
- java.lang.Object
-
- org.botblock.javabotblockapi.core.Info
-
public class Info extends Object
Class containing general information about the project.The class can be used for things such as determining the
used versionor to get some static info like theGitHuborJenkins CIURL.- Since:
- 6.6.0
-
-
Field Summary
Fields Modifier and Type Field Description static StringGITHUBURL to the GitHub repository.static StringJENKINSstatic intMAJORMajor version of the Wrapper.static intMINORMinor version of the Wrapper.static intPATCHPatch version of the Wrapper.static StringVERSIONFull version in the formatmajor.minor.patch.
-
Constructor Summary
Constructors Constructor Description Info()
-
-
-
Field Detail
-
MAJOR
public static final int MAJOR
Major version of the Wrapper.- See Also:
- Constant Field Values
-
MINOR
public static final int MINOR
Minor version of the Wrapper.- See Also:
- Constant Field Values
-
PATCH
public static final int PATCH
Patch version of the Wrapper.- See Also:
- Constant Field Values
-
VERSION
public static final String VERSION
Full version in the formatmajor.minor.patch.
-
GITHUB
public static final String GITHUB
URL to the GitHub repository.- See Also:
- Constant Field Values
-
JENKINS
public static final String JENKINS
- See Also:
- Constant Field Values
-
-