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 Type
    Method
    Description
    default boolean
    Some CI systems may allow running jobs in "debug" (or some equivalent) mode.
    default String
    May return a message that will be logged by Maven explaining why it was detected (and possibly more).
    Short distinct name of CI system: "GH", "Jenkins", etc.
  • Method Details

    • name

      Short distinct name of CI system: "GH", "Jenkins", etc.
    • message

      @Nonnull default String message()
      May return a message that will be logged by Maven explaining why it was detected (and possibly more).
    • isVerbose

      default boolean isVerbose()
      Some CI systems may allow running jobs in "debug" (or some equivalent) mode.