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 SummaryModifier and TypeMethodDescriptiondefault booleanSome CI systems may allow running jobs in "debug" (or some equivalent) mode.default Stringmessage()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
- 
isVerbosedefault boolean isVerbose()Some CI systems may allow running jobs in "debug" (or some equivalent) mode.
 
-