Interface CIInfo
public interface CIInfo
CI support: this class contains gathered information and more from CI that Maven process runs on.
- Since:
- 4.0.0
-
Method Summary
Modifier and TypeMethodDescriptiondefault boolean
Some CI systems may allow running jobs in "debug" (or some equivalent) mode.default String
message()
May return a message that will be logged by Maven explaining why it was detected (and possibly more).name()
Short distinct name of CI system: "GH", "Jenkins", etc.
-
Method Details
-
name
-
message
-
isVerbose
default boolean isVerbose()Some CI systems may allow running jobs in "debug" (or some equivalent) mode.
-